From b8b2664a8bea415c8ac3bc46f0a6c23720a8dfe4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Feb 2018 06:06:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 Latest report for billchurch/webssh2: https://snyk.io/test/github/billchurch/webssh2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae0a546..10809b5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "express": "^4.16.1", "express-session": "^1.15.6", "morgan": "^1.9.0", - "read-config": "^1.6.0", + "read-config": "^2.0.0", "socket.io": "^2.0.4", "ssh2": "^0.5.5", "validator": "^9.0.0"