diff --git a/tools/node_modules/eslint/node_modules/flat-cache/.snyk b/tools/node_modules/eslint/node_modules/flat-cache/.snyk new file mode 100644 index 00000000000000..fbd427d0708471 --- /dev/null +++ b/tools/node_modules/eslint/node_modules/flat-cache/.snyk @@ -0,0 +1,10 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.25.1 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + SNYK-JS-LODASH-567746: + - changelogx > lodash: + patched: '2024-06-18T04:22:11.339Z' + id: SNYK-JS-LODASH-567746 + path: changelogx > lodash diff --git a/tools/node_modules/eslint/node_modules/flat-cache/package.json b/tools/node_modules/eslint/node_modules/flat-cache/package.json index 8bc6f87c51083b..17fc689277a3e5 100644 --- a/tools/node_modules/eslint/node_modules/flat-cache/package.json +++ b/tools/node_modules/eslint/node_modules/flat-cache/package.json @@ -40,7 +40,9 @@ "test:cache": "mocha -R spec test/specs", "test": "npm run verify --silent", "cover": "istanbul cover test/runner.js html text-summary", - "watch": "watch-run -i -p 'test/specs/**/*.js' istanbul cover test/runner.js html text-summary" + "watch": "watch-run -i -p 'test/specs/**/*.js' istanbul cover test/runner.js html text-summary", + "prepublish": "npm run snyk-protect", + "snyk-protect": "snyk-protect" }, "keywords": [ "json cache", @@ -79,6 +81,8 @@ }, "dependencies": { "flatted": "^3.1.0", - "rimraf": "^3.0.2" - } + "rimraf": "^3.0.2", + "@snyk/protect": "latest" + }, + "snyk": true }