From adcc0d1c2ab5bf38b1c0f1e30a67730dc3523a5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Jul 2018 21:58:45 +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 2554b34..6342183 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "json-stringify-safe": "5.0.x", "lodash": "^3.10.1", - "request": "2.49.x" + "request": "2.84.0" }, "devDependencies": { "assert": "^1.3.0",