From 29adb6b6ac682ce735ebe55219628d5fcbdb0e41 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 May 2020 08:11:38 +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, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 423b893..968935c 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,12 @@ "colors": "^1.1.2", "lodash": "^4.16.5", "minimal-request": "^3.0.0", - "semver": "^5.3.0" - } + "semver": "^5.3.0", + "snyk": "^1.319.1" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true } From 3ebe820070ba21cea43d8e2ba54c5517e7d3f071 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 May 2020 08:11:39 +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 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..cd23122 --- /dev/null +++ b/.snyk @@ -0,0 +1,10 @@ +# 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-07T07:11:35.168Z' + - async > lodash: + patched: '2020-05-07T07:11:35.168Z'