diff --git a/node_modules/file-entry-cache/.snyk b/node_modules/file-entry-cache/.snyk new file mode 100644 index 0000000000..81f51e861e --- /dev/null +++ b/node_modules/file-entry-cache/.snyk @@ -0,0 +1,51 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.25.0 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + 'npm:extend:20180424': + - esbeautifier > clix > extend: + patched: '2023-04-25T21:31:58.324Z' + - eslinter > clix > extend: + patched: '2023-04-25T21:31:58.324Z' + - precommit > clix > extend: + patched: '2023-04-25T21:31:58.324Z' + - prepush > clix > extend: + patched: '2023-04-25T21:31:58.324Z' + - esbeautifier > clix > clix-logger > extend: + patched: '2023-04-25T21:31:58.324Z' + - eslinter > clix > clix-logger > extend: + patched: '2023-04-25T21:31:58.324Z' + - precommit > clix > clix-logger > extend: + patched: '2023-04-25T21:31:58.324Z' + - prepush > clix > clix-logger > extend: + patched: '2023-04-25T21:31:58.324Z' + - esbeautifier > mocha-runner > clix > extend: + patched: '2023-04-25T21:31:58.324Z' + - esbeautifier > mocha-runner > clix > clix-logger > extend: + patched: '2023-04-25T21:31:58.324Z' + 'npm:lodash:20180130': + - eslinter > eslint > inquirer > lodash: + patched: '2023-04-25T21:31:58.324Z' + - esbeautifier > esformatter-jsx > babel-core > babel-plugin-proto-to-assign > lodash: + patched: '2023-04-25T21:31:58.324Z' + 'npm:minimatch:20160620': + - glob-expand > glob > minimatch: + patched: '2023-04-25T21:31:58.324Z' + - eslinter > glob-expand > glob > minimatch: + patched: '2023-04-25T21:31:58.324Z' + - changelogx > clix > glob-expand > glob > minimatch: + patched: '2023-04-25T21:31:58.324Z' + - esbeautifier > clix > glob-expand > glob > minimatch: + patched: '2023-04-25T21:31:58.324Z' + - eslinter > clix > glob-expand > glob > minimatch: + patched: '2023-04-25T21:31:58.324Z' + - precommit > clix > glob-expand > glob > minimatch: + patched: '2023-04-25T21:31:58.324Z' + - prepush > clix > glob-expand > glob > minimatch: + patched: '2023-04-25T21:31:58.324Z' + - esbeautifier > mocha-runner > clix > glob-expand > glob > minimatch: + patched: '2023-04-25T21:31:58.324Z' + 'npm:semver:20150403': + - esbeautifier > esformatter > semver: + patched: '2023-04-25T21:31:58.324Z' diff --git a/node_modules/file-entry-cache/package.json b/node_modules/file-entry-cache/package.json index c15ee913c5..835d0e5886 100644 --- a/node_modules/file-entry-cache/package.json +++ b/node_modules/file-entry-cache/package.json @@ -32,7 +32,9 @@ "test": "npm run verify --silent && mocha -R spec test/specs", "perf": "node perf.js", "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" }, "prepush": [ "npm run verify" @@ -62,14 +64,14 @@ }, "devDependencies": { "chai": "^3.2.0", - "changelogx": "3.0.0", + "changelogx": "5.0.1", "commander": "^2.6.0", "del": "^2.0.2", - "esbeautifier": "^4.2.11", - "eslinter": "^2.3.3", + "esbeautifier": "^8.0.0", + "eslinter": "^3.0.0", "glob-expand": "^0.1.0", - "istanbul": "^0.3.6", - "mocha": "^2.1.0", + "istanbul": "^0.4.5", + "mocha": "^10.1.0", "precommit": "^1.1.5", "prepush": "^3.1.4", "proxyquire": "^1.3.1", @@ -79,6 +81,8 @@ "write": "^0.3.1" }, "dependencies": { - "flat-cache": "^2.0.1" - } + "flat-cache": "^2.0.1", + "@snyk/protect": "latest" + }, + "snyk": true } \ No newline at end of file