From 8fbb8c66ff74ec299284e05a0d329474a04b0f47 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Jun 2018 22:33:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a306656f8..f1a44f1c4 100644 --- a/package.json +++ b/package.json @@ -64,9 +64,9 @@ "gcloud": "^0.10.0", "ip": "0.3.x", "lodash": "^3.10.1", - "mime": "1.2.x", + "mime": "1.4.1", "qs": "1.2.x", - "request": "2.40.x", + "request": "2.81.0", "s3-upload-stream": "~1.0.7", "through2": "0.6.x", "url-join": "0.0.x",