diff --git a/package-lock.json b/package-lock.json index ea9cc8d..6c4b228 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "atomically": "^2.1.1", - "fast-ignore": "^1.1.3", + "fast-ignore": "^2.0.0", "find-up-json": "^2.0.5", "function-once": "^3.0.1", "import-meta-resolve": "^4.2.0", @@ -2152,12 +2152,12 @@ } }, "node_modules/fast-ignore": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/fast-ignore/-/fast-ignore-1.1.3.tgz", - "integrity": "sha512-xTo4UbrOKfEQgOFlPaqFScodTV/Wf3KATEqCZZSMh6OP4bcez0lTsqww3n3/Fve1q9u0jmfDP0q0nOhH4POZEg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fast-ignore/-/fast-ignore-2.0.0.tgz", + "integrity": "sha512-41OOPBgTDyVjF2oytGXvmqm56a38znzWLTQhvD3gp3FPCs37+j7qYjWDnL2WEA0P/Z80W53MKAXNJxc0JT8Tpw==", "dependencies": { - "grammex": "^3.1.2", - "string-escape-regex": "^1.0.0" + "grammex": "^3.1.12", + "string-escape-regex": "^1.0.1" } }, "node_modules/fast-json-stable-stringify": { @@ -6258,12 +6258,12 @@ } }, "fast-ignore": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/fast-ignore/-/fast-ignore-1.1.3.tgz", - "integrity": "sha512-xTo4UbrOKfEQgOFlPaqFScodTV/Wf3KATEqCZZSMh6OP4bcez0lTsqww3n3/Fve1q9u0jmfDP0q0nOhH4POZEg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fast-ignore/-/fast-ignore-2.0.0.tgz", + "integrity": "sha512-41OOPBgTDyVjF2oytGXvmqm56a38znzWLTQhvD3gp3FPCs37+j7qYjWDnL2WEA0P/Z80W53MKAXNJxc0JT8Tpw==", "requires": { - "grammex": "^3.1.2", - "string-escape-regex": "^1.0.0" + "grammex": "^3.1.12", + "string-escape-regex": "^1.0.1" } }, "fast-json-stable-stringify": { diff --git a/package.json b/package.json index 49bfaea..bca2fbf 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "atomically": "^2.1.1", - "fast-ignore": "^1.1.3", + "fast-ignore": "^2.0.0", "find-up-json": "^2.0.5", "function-once": "^3.0.1", "import-meta-resolve": "^4.2.0",