From 88e8f8bb83817e229ae6bc5cc5485f6faedfc26e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 20:23:59 +0000 Subject: [PATCH] fix: deps/npm/node_modules/npm-normalize-package-bin/package.json & deps/npm/node_modules/npm-normalize-package-bin/.snyk to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- .../npm-normalize-package-bin/.snyk | 38 +++++++++++++++++++ .../npm-normalize-package-bin/package.json | 10 ++++- 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 deps/npm/node_modules/npm-normalize-package-bin/.snyk 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..db3cab34f4e717 --- /dev/null +++ b/deps/npm/node_modules/npm-normalize-package-bin/.snyk @@ -0,0 +1,38 @@ +# 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: + SNYK-JS-LODASH-567746: + - tap > import-jsx > @babel/core > lodash: + patched: '2023-04-25T20:23:54.190Z' + - tap > import-jsx > @babel/core > @babel/traverse > lodash: + patched: '2023-04-25T20:23:54.190Z' + - tap > nyc > istanbul-lib-instrument > @babel/traverse > lodash: + patched: '2023-04-25T20:23:54.190Z' + - tap > treport > import-jsx > @babel/core > lodash: + patched: '2023-04-25T20:23:54.190Z' + - tap > import-jsx > @babel/core > @babel/helpers > @babel/traverse > lodash: + patched: '2023-04-25T20:23:54.190Z' + - tap > nyc > istanbul-lib-instrument > @babel/traverse > @babel/generator > lodash: + patched: '2023-04-25T20:23:54.190Z' + - tap > treport > import-jsx > @babel/core > @babel/traverse > lodash: + patched: '2023-04-25T20:23:54.190Z' + - tap > import-jsx > @babel/core > @babel/helpers > @babel/traverse > @babel/generator > lodash: + patched: '2023-04-25T20:23:54.190Z' + - tap > nyc > istanbul-lib-instrument > @babel/traverse > @babel/helper-split-export-declaration > @babel/types > lodash: + patched: '2023-04-25T20:23:54.190Z' + - tap > treport > import-jsx > @babel/core > @babel/helpers > @babel/traverse > lodash: + patched: '2023-04-25T20:23:54.190Z' + - tap > import-jsx > @babel/core > @babel/helpers > @babel/traverse > @babel/helper-split-export-declaration > @babel/types > lodash: + patched: '2023-04-25T20:23:54.190Z' + - tap > treport > import-jsx > @babel/core > @babel/helpers > @babel/traverse > @babel/generator > lodash: + patched: '2023-04-25T20:23:54.190Z' + - tap > nyc > istanbul-lib-instrument > @babel/traverse > @babel/helper-function-name > @babel/helper-get-function-arity > @babel/types > lodash: + patched: '2023-04-25T20:23:54.190Z' + - tap > treport > import-jsx > @babel/core > @babel/helpers > @babel/traverse > @babel/helper-split-export-declaration > @babel/types > lodash: + patched: '2023-04-25T20:23:54.190Z' + - tap > import-jsx > @babel/core > @babel/helpers > @babel/traverse > @babel/helper-function-name > @babel/helper-get-function-arity > @babel/types > lodash: + patched: '2023-04-25T20:23:54.190Z' + - tap > treport > import-jsx > @babel/core > @babel/helpers > @babel/traverse > @babel/helper-function-name > @babel/helper-get-function-arity > @babel/types > lodash: + patched: '2023-04-25T20:23:54.190Z' 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..314405a0b0650d 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" + "tap": "^15.0.0" + }, + "snyk": true, + "dependencies": { + "@snyk/protect": "latest" } }