From f0eb4b17878ee0748cc719c7604af95ee17c1111 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 17:02:26 -0500 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3a4051..d032e8c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react-redux": "^5.0.0", "react-router": "^4.1.1", "redux": "^3.6.0", - "snyk": "^1.189.0" + "snyk": "^1.316.1" }, "snyk": true } From e77ce95d8a368d9a2d06a8953d6a4e3c8d49ea67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 17:02:27 -0500 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.snyk b/.snyk index ae2e49e..c195c47 100644 --- a/.snyk +++ b/.snyk @@ -1,8 +1,11 @@ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.13.5 +version: v1.14.1 ignore: {} # patches apply the minimum changes required to fix a vulnerability patch: SNYK-JS-LODASH-450202: - redux > lodash: patched: '2019-07-04T04:44:57.942Z' + SNYK-JS-LODASH-567746: + - redux > lodash: + patched: '2020-04-30T22:02:22.889Z'