From 45c8c7915384595960d3acd1c993b63c5b76ea31 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Oct 2018 01:20:11 +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 150e9c8..775c626 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "micro-redirect": "^1.0.0", - "request": "^2.83.0", + "request": "^2.84.0", "request-promise": "^4.2.2", "uuid": "^3.2.1" },