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' 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 }