From b1ca2fea992195ee83f29267c1d2b57af836c00a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 14:10:39 +0530 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8d38d0..8abbb4f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "body-parser": "^1.18.3", "express": "^4.16.4", "node-gcm": "^1.0.2", - "snyk": "^1.190.0" + "snyk": "^1.316.1" }, "scripts": { "start": "npm run css && node server.js",