From 53aefa92f63f22d909958ae2a30a45aad10a5c47 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 04:08:43 +0200 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 28c9585..c9fcf10 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,12 @@ "moment": "^2.17.1", "rand-token": "^0.3.0", "request": "^2.81.0", - "syncano-server": "^0.7.2-34" - } + "syncano-server": "^0.7.2-34", + "snyk": "^1.316.1" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true } From 7dc017868a454be5508c6ed9aa7a3001e3f133a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 04:08:44 +0200 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..da89a19 --- /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: + - async > lodash: + patched: '2020-05-01T02:08:40.638Z' + - mailgun-js > async > lodash: + patched: '2020-05-01T02:08:40.638Z'