From 45ad0e6efa63190dc236e778eaa3bb9d18c67070 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Feb 2019 22:22:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3991002..aeb030e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "dotenv": "^5.0.0", "express": "^4.14.0", - "express-winston": "^2.1.0", + "express-winston": "^2.5.0", "m2m-status": "^1.0.0", "raven": "^2.0.0", "winston": "^2.2.0",