diff --git a/node_modules/is-negative-zero/.snyk b/node_modules/is-negative-zero/.snyk new file mode 100644 index 0000000000..9eb2bb19a9 --- /dev/null +++ b/node_modules/is-negative-zero/.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:lodash:20180130': + - jscs > xmlbuilder > lodash: + patched: '2023-04-29T02:02:00.237Z' diff --git a/node_modules/is-negative-zero/package.json b/node_modules/is-negative-zero/package.json index addc9f8947..5c067242df 100644 --- a/node_modules/is-negative-zero/package.json +++ b/node_modules/is-negative-zero/package.json @@ -11,7 +11,9 @@ "coverage-quiet": "covert test.js --quiet", "lint": "npm run jscs && npm run eslint", "jscs": "jscs *.js", - "eslint": "eslint *.js" + "eslint": "eslint *.js", + "prepublish": "npm run snyk-protect", + "snyk-protect": "snyk-protect" }, "repository": { "type": "git", @@ -31,12 +33,14 @@ "0", "-0" ], - "dependencies": {}, + "dependencies": { + "@snyk/protect": "latest" + }, "devDependencies": { "tape": "^4.0.1", "covert": "^1.1.0", - "jscs": "^1.13.1", - "eslint": "^1.0.0-rc-3", + "jscs": "^2.5.0", + "eslint": "^7.3.0", "@ljharb/eslint-config": "^1.0.3" }, "testling": { @@ -60,5 +64,6 @@ }, "engines": { "node": ">= 0.4" - } + }, + "snyk": true } \ No newline at end of file