From b8a70e0e428a9c43cfd3d4b4f4e7ef3a08877f88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Feb 2018 03:48:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:lodash:20180130 Latest report for tesera/node-webcache: https://snyk.io/test/github/tesera/node-webcache --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f9fcbd9..2827409 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "license": "MIT", "repository": "https://github.com/tesera/node-webcache.git", "dependencies": { - "lodash": "^2.4.1", + "lodash": "^4.17.5", "q": "^1.1.1", - "request-promise": "^0.3.2" + "request-promise": "^2.0.1" } }