diff --git a/deps/npm/node_modules/npm-normalize-package-bin/.snyk b/deps/npm/node_modules/npm-normalize-package-bin/.snyk new file mode 100644 index 00000000000000..eebfc3f9448fde --- /dev/null +++ b/deps/npm/node_modules/npm-normalize-package-bin/.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: + - tap > import-jsx > @babel/core > lodash: + patched: '2024-08-03T17:11:40.660Z' + id: SNYK-JS-LODASH-567746 + path: tap > import-jsx > @babel/core > lodash diff --git a/deps/npm/node_modules/npm-normalize-package-bin/package.json b/deps/npm/node_modules/npm-normalize-package-bin/package.json index a331a682e74e02..dcd557680e86fe 100644 --- a/deps/npm/node_modules/npm-normalize-package-bin/package.json +++ b/deps/npm/node_modules/npm-normalize-package-bin/package.json @@ -10,12 +10,18 @@ "snap": "tap", "preversion": "npm test", "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" + "postpublish": "git push origin --follow-tags", + "prepublish": "npm run snyk-protect", + "snyk-protect": "snyk-protect" }, "tap": { "check-coverage": true }, "devDependencies": { "tap": "^14.10.2" + }, + "snyk": true, + "dependencies": { + "@snyk/protect": "latest" } }