From 5ed254b1eabf94b247bd44d2d47601214728051c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 May 2020 06:49:45 +0100 Subject: [PATCH 1/2] fix: .snyk & package.json to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- .snyk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..d67cfd0 --- /dev/null +++ b/.snyk @@ -0,0 +1,12 @@ +# 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: + - react-redux > lodash: + patched: '2020-05-05T05:49:43.997Z' + - redux > lodash: + patched: '2020-05-05T05:49:43.997Z' + - mongoose > async > lodash: + patched: '2020-05-05T05:49:43.997Z' From 45246328072f3c911f51ec84521a14ee0ee8c9da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 May 2020 06:49:46 +0100 Subject: [PATCH 2/2] fix: .snyk & package.json 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 397971a..40928c9 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "rxjs": "^6.2.2", "seamless-immutable": "^7.1.3", "styled-components": "^3.3.3", - "styled-components-theme": "^1.0.5" + "styled-components-theme": "^1.0.5", + "snyk": "^1.317.0" }, "devDependencies": { "babel-core": "^6.26.3", @@ -89,5 +90,10 @@ "webpack-dev-middleware": "^3.1.3", "webpack-hot-middleware": "^2.22.3", "webpack-node-externals": "^1.7.2" - } + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepare": "yarn run snyk-protect" + }, + "snyk": true }