From 9d834fd75790735d97aece90c2b3070fda226386 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Jul 2018 22:28:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:http-signature:20150122 - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a306656f8..ed39a92ff 100644 --- a/package.json +++ b/package.json @@ -63,10 +63,10 @@ "filed": "0.1.x", "gcloud": "^0.10.0", "ip": "0.3.x", - "lodash": "^3.10.1", + "lodash": "^4.17.5", "mime": "1.2.x", "qs": "1.2.x", - "request": "2.40.x", + "request": "2.66.0", "s3-upload-stream": "~1.0.7", "through2": "0.6.x", "url-join": "0.0.x",