From 6e45c3fea75dd0e88415b394ad713dde2bda3f85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 00:13:24 +0100 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 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 60e4060..73d2047 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,13 @@ } ], "scripts": { - "test": "grunt test" + "test": "grunt test", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" }, "dependencies": { - "noflo": "~0.5.0" + "noflo": "~0.5.0", + "snyk": "^1.316.1" }, "devDependencies": { "grunt": "~0.4.1", @@ -40,5 +43,6 @@ "components": { "DoSomething": "components/DoSomething.coffee" } - } + }, + "snyk": true } \ No newline at end of file From 4d73c1cc501dcffd8472b5e859de743798c0f1f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 00:13:25 +0100 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 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..7b3d2bb --- /dev/null +++ b/.snyk @@ -0,0 +1,32 @@ +# 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: + - noflo > babel-core > babel-types > lodash: + patched: '2020-04-30T23:13:22.098Z' + - noflo > babel-core > babel-generator > lodash: + patched: '2020-04-30T23:13:22.098Z' + - noflo > babel-core > babel-traverse > lodash: + patched: '2020-04-30T23:13:22.098Z' + - noflo > babel-core > babel-template > lodash: + patched: '2020-04-30T23:13:22.098Z' + - noflo > babel-core > babel-generator > babel-types > lodash: + patched: '2020-04-30T23:13:22.098Z' + - noflo > babel-core > babel-traverse > babel-types > lodash: + patched: '2020-04-30T23:13:22.098Z' + - noflo > babel-core > babel-template > babel-types > lodash: + patched: '2020-04-30T23:13:22.098Z' + - noflo > babel-core > babel-template > babel-traverse > lodash: + patched: '2020-04-30T23:13:22.098Z' + - noflo > babel-core > babel-helpers > babel-template > lodash: + patched: '2020-04-30T23:13:22.098Z' + - noflo > babel-core > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-04-30T23:13:22.098Z' + - noflo > babel-core > babel-helpers > babel-template > babel-types > lodash: + patched: '2020-04-30T23:13:22.098Z' + - noflo > babel-core > babel-helpers > babel-template > babel-traverse > lodash: + patched: '2020-04-30T23:13:22.098Z' + - noflo > babel-core > babel-helpers > babel-template > babel-traverse > babel-types > lodash: + patched: '2020-04-30T23:13:22.098Z'