From 9fd1d9468250a37c57692a8b93ce7551f41499fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Jul 2018 22:34:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:cryptiles:20180710 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a306656f8..6907bef30 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "lodash": "^3.10.1", "mime": "1.2.x", "qs": "1.2.x", - "request": "2.40.x", + "request": "2.84.0", "s3-upload-stream": "~1.0.7", "through2": "0.6.x", "url-join": "0.0.x",