From 5b99ec4b2d42b3034a55370183ad12aab6d0823c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Dec 2018 23:54:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:extend:20180424 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:is-my-json-valid:20180214 - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:sshpk:20180409 - https://snyk.io/vuln/npm:stringstream:20180511 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 01f3676..2128edc 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "dependencies": { "dotenv": "^5.0.0", "express": "^4.14.0", - "express-winston": "^2.1.0", - "m2m-status": "^1.0.0", + "express-winston": "^2.5.0", + "m2m-status": "^1.0.2", "raven": "^2.0.0", "winston": "^2.2.0", "winston-loggly": "^1.3.1"