diff --git a/node_modules/eslint-module-utils/node_modules/ms/.snyk b/node_modules/eslint-module-utils/node_modules/ms/.snyk new file mode 100644 index 0000000000..40c9a0338e --- /dev/null +++ b/node_modules/eslint-module-utils/node_modules/ms/.snyk @@ -0,0 +1,8 @@ +# 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:ms:20170412': + - mocha > debug > ms: + patched: '2023-04-27T00:47:02.346Z' diff --git a/node_modules/eslint-module-utils/node_modules/ms/package.json b/node_modules/eslint-module-utils/node_modules/ms/package.json index 63aaff3abf..36733fc0c5 100644 --- a/node_modules/eslint-module-utils/node_modules/ms/package.json +++ b/node_modules/eslint-module-utils/node_modules/ms/package.json @@ -10,7 +10,9 @@ "scripts": { "precommit": "lint-staged", "lint": "eslint lib/* bin/*", - "test": "mocha tests.js" + "test": "mocha tests.js", + "prepublish": "npm run snyk-protect", + "snyk-protect": "snyk-protect" }, "eslintConfig": { "extends": "eslint:recommended", @@ -28,10 +30,14 @@ }, "license": "MIT", "devDependencies": { - "eslint": "3.19.0", + "eslint": "8.0.0", "expect.js": "0.3.1", - "husky": "0.13.3", - "lint-staged": "3.4.1", - "mocha": "3.4.1" + "husky": "0.14.0", + "lint-staged": "10.2.0", + "mocha": "10.1.0" + }, + "snyk": true, + "dependencies": { + "@snyk/protect": "latest" } } \ No newline at end of file