From 3ce2d54d9a6583e1c32f5e2a32f3e26370952c23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 May 2020 03:45:03 +0100 Subject: [PATCH 1/2] fix: package.json & .snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d519a6d498f..14d707d2dd4 100644 --- a/package.json +++ b/package.json @@ -47,9 +47,15 @@ "underscore": "latest" }, "dependencies": { - "lerna": "^3.16.2" + "lerna": "^3.16.2", + "snyk": "^1.316.2" }, "engines": { "node": ">=10.16.0" - } + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true } From b9d636fa34a2aa99eb4040bd5728e75fdb956553 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 May 2020 03:45:04 +0100 Subject: [PATCH 2/2] fix: package.json & .snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- .snyk | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 00000000000..3a4d0a062f4 --- /dev/null +++ b/.snyk @@ -0,0 +1,34 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.14.1 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + SNYK-JS-LODASH-567746: + - grunt-contrib-jshint > jshint > lodash: + patched: '2020-05-03T02:45:00.591Z' + - lerna > @lerna/run > @lerna/command > lodash: + patched: '2020-05-03T02:45:00.591Z' + - lerna > @lerna/publish > @lerna/version > @lerna/command > lodash: + patched: '2020-05-03T02:45:00.591Z' + - lerna > @lerna/version > @lerna/conventional-commits > conventional-changelog-core > lodash: + patched: '2020-05-03T02:45:00.591Z' + - lerna > @lerna/publish > @lerna/prompt > inquirer > lodash: + patched: '2020-05-03T02:45:00.591Z' + - lerna > @lerna/version > @lerna/conventional-commits > conventional-changelog-core > conventional-changelog-writer > lodash: + patched: '2020-05-03T02:45:00.591Z' + - lerna > @lerna/version > @lerna/conventional-commits > conventional-changelog-core > conventional-commits-parser > lodash: + patched: '2020-05-03T02:45:00.591Z' + - lerna > @lerna/version > @lerna/conventional-commits > conventional-recommended-bump > conventional-commits-parser > lodash: + patched: '2020-05-03T02:45:00.591Z' + - lerna > @lerna/publish > @lerna/version > @lerna/conventional-commits > conventional-changelog-core > lodash: + patched: '2020-05-03T02:45:00.591Z' + - lerna > @lerna/publish > @lerna/otplease > @lerna/prompt > inquirer > lodash: + patched: '2020-05-03T02:45:00.591Z' + - lerna > @lerna/publish > @lerna/version > @lerna/conventional-commits > conventional-changelog-core > conventional-changelog-writer > lodash: + patched: '2020-05-03T02:45:00.591Z' + - lerna > @lerna/publish > @lerna/version > @lerna/conventional-commits > conventional-changelog-core > conventional-commits-parser > lodash: + patched: '2020-05-03T02:45:00.591Z' + - lerna > @lerna/publish > @lerna/version > @lerna/conventional-commits > conventional-recommended-bump > conventional-commits-parser > lodash: + patched: '2020-05-03T02:45:00.591Z' + - lerna > @lerna/publish > @lerna/npm-publish > @lerna/otplease > @lerna/prompt > inquirer > lodash: + patched: '2020-05-03T02:45:00.591Z'