From 1bf7ee2e33bbc14332e1714627deeb84494c077c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 04:46:27 +0300 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 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b8a4c84..6d02205 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,8 @@ "mkdirp": "0.5.1", "q": "1.4.1", "request": "2.82.0", - "tcp-port-used": "0.1.2" + "tcp-port-used": "0.1.2", + "snyk": "^1.316.1" }, "devDependencies": { "gulp": "^3.9.1", @@ -56,13 +57,15 @@ "gulp-sass": "3.0.0", "gulp-sassvg": "^1.4.2", "morgan": "1.9.1", - "node-bourbon": "^4.2.8", - "snyk": "^1.14.1" + "node-bourbon": "^4.2.8" }, "bugs": { "url": "https://github.com/devbridge/Styleguide/issues" }, "scripts": { - "test": "snyk test" - } + "test": "snyk test", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true } From a6ab5c5e2a1c1ab15f84c344e3a05a04578586e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 04:46:28 +0300 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 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..bc75c12 --- /dev/null +++ b/.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: + - lodash: + patched: '2020-05-01T01:46:24.840Z'