From caa78900861fe9a90e1bdef5254a861997b159d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Oct 2018 05:38:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:cryptiles:20180710 - https://snyk.io/vuln/npm:extend:20180424 - https://snyk.io/vuln/npm:sshpk:20180409 - https://snyk.io/vuln/npm:stringstream:20180511 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb38955..3edf2c8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": "MIT", "dependencies": { "micro-redirect": "^1.0.0", - "request": "^2.81.0", + "request": "^2.84.0", "request-promise": "^4.2.0", "uuid": "^3.0.1" },