From 1c3f22c5b42a409d7d0657f428933ed725432b9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 May 2020 18:03:55 -0400 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 fe8b477..49cc6cf 100644 --- a/package.json +++ b/package.json @@ -3,15 +3,19 @@ "description": "Game On! node.js room", "main": "server.js", "scripts": { - "start": "node server.js" + "start": "node server.js", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" }, "dependencies": { "serve-static": "^1.11.2", "finalhandler": "1.0.6", "websocket": "^1.0.24", - "winston": "*" + "winston": "*", + "snyk": "^1.319.1" }, "author": "", "license": "ISC", - "repository": {} + "repository": {}, + "snyk": true } From b65d56e975379fffd5a28e2537bc16eeb99a3235 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 May 2020 18:03:57 -0400 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..9a77654 --- /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: + - winston > async > lodash: + patched: '2020-05-06T22:03:53.409Z'