From 820f1f3c0b7776dee98d81af5d720d0704c8260f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 20:39:27 -0500 Subject: [PATCH 1/2] fix: packages/react-dev-utils/package.json & packages/react-dev-utils/.snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- packages/react-dev-utils/package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/react-dev-utils/package.json b/packages/react-dev-utils/package.json index ca08b4e612b..da717ca0525 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -58,12 +58,16 @@ "shell-quote": "1.6.1", "sockjs-client": "1.1.4", "strip-ansi": "4.0.0", - "text-table": "0.2.0" + "text-table": "0.2.0", + "snyk": "^1.316.1" }, "devDependencies": { "jest": "22.1.2" }, "scripts": { - "test": "jest" - } + "test": "jest", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true } From c031046b3b6ef922a3f626c90c68b5b4f6791996 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 20:39:28 -0500 Subject: [PATCH 2/2] fix: packages/react-dev-utils/package.json & packages/react-dev-utils/.snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- packages/react-dev-utils/.snyk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/react-dev-utils/.snyk diff --git a/packages/react-dev-utils/.snyk b/packages/react-dev-utils/.snyk new file mode 100644 index 00000000000..5a72d52ab5e --- /dev/null +++ b/packages/react-dev-utils/.snyk @@ -0,0 +1,8 @@ +# 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: + - inquirer > lodash: + patched: '2020-05-01T01:39:25.719Z'