From fec4a0284ae9709ba5ac48d9338482bede7e75b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 03:45:37 -0500 Subject: [PATCH 1/2] fix: types/redux-ui/package.json & types/redux-ui/.snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- types/redux-ui/package.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/types/redux-ui/package.json b/types/redux-ui/package.json index 6d68bf2f9b10bf..d3379f75f13dfb 100644 --- a/types/redux-ui/package.json +++ b/types/redux-ui/package.json @@ -1,6 +1,12 @@ { - "private": true, - "dependencies": { - "redux": "^3.6.0" - } + "private": true, + "dependencies": { + "redux": "^3.6.0", + "snyk": "^1.316.1" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true } From 7f96fa1877044a9c8d4647ce098392c6cc55d506 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 03:45:38 -0500 Subject: [PATCH 2/2] fix: types/redux-ui/package.json & types/redux-ui/.snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- types/redux-ui/.snyk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 types/redux-ui/.snyk diff --git a/types/redux-ui/.snyk b/types/redux-ui/.snyk new file mode 100644 index 00000000000000..f0570a1a65aee5 --- /dev/null +++ b/types/redux-ui/.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: + - redux > lodash: + patched: '2020-05-01T08:45:35.664Z'