diff --git a/node_modules/pinkie/.snyk b/node_modules/pinkie/.snyk new file mode 100644 index 0000000000..9476bb291a --- /dev/null +++ b/node_modules/pinkie/.snyk @@ -0,0 +1,19 @@ +# 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:debug:20170905': + - promises-aplus-tests > mocha > debug: + patched: '2023-04-27T01:53:37.410Z' + 'npm:lodash:20180130': + - xo > babel-eslint > babel-core > babel-plugin-proto-to-assign > lodash: + patched: '2023-04-27T01:53:37.410Z' + - xo > eslint-plugin-babel > babel-core > babel-plugin-proto-to-assign > lodash: + patched: '2023-04-27T01:53:37.410Z' + 'npm:minimatch:20160620': + - promises-aplus-tests > mocha > glob > minimatch: + patched: '2023-04-27T01:53:37.410Z' + 'npm:ms:20170412': + - promises-aplus-tests > mocha > debug > ms: + patched: '2023-04-27T01:53:37.410Z' diff --git a/node_modules/pinkie/package.json b/node_modules/pinkie/package.json index 75775a3e3b..b73511abe9 100644 --- a/node_modules/pinkie/package.json +++ b/node_modules/pinkie/package.json @@ -14,7 +14,9 @@ }, "scripts": { "test": "xo && nyc mocha", - "coverage": "nyc report --reporter=text-lcov | coveralls" + "coverage": "nyc report --reporter=text-lcov | coveralls", + "prepublish": "npm run snyk-protect", + "snyk-protect": "snyk-protect" }, "files": [ "index.js" @@ -27,10 +29,14 @@ ], "devDependencies": { "core-assert": "^0.1.1", - "coveralls": "^2.11.4", + "coveralls": "^3.0.0", "mocha": "*", - "nyc": "^3.2.2", + "nyc": "^14.0.0", "promises-aplus-tests": "*", - "xo": "^0.10.1" + "xo": "^0.40.3" + }, + "snyk": true, + "dependencies": { + "@snyk/protect": "latest" } } \ No newline at end of file