From c909851737704e4624d5ba1f02ef10b0b3262584 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 08:39:04 +0530 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 f857c26..a928948 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,9 @@ "main": "config.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "node index.js" + "start": "node index.js", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" }, "keywords": [], "author": "", @@ -20,6 +22,8 @@ "mongoose": "^4.7.4", "nedb": "^1.8.0", "socket.io": "^1.7.2", - "socketio-jwt": "^4.5.0" - } + "socketio-jwt": "^4.5.0", + "snyk": "^1.316.1" + }, + "snyk": true } From f6632611d25af64f1caee0904ca67fa51f038e65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 08:39:05 +0530 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..5039b11 --- /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-01T03:08:43.789Z' + - mongoose > async > lodash: + patched: '2020-05-01T03:08:43.789Z'