From 17ff4cedb26611d2b5af81f5fcb0e43535585619 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Jul 2018 02:29:29 +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 5e91c89..84afdb2 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react": "^0.13.3", "react-mixin": "^3.0.0", "reflux": "^0.2.12", - "request": "~2.81.0", + "request": "~2.84.0", "superagent": "^2.0.0", "superagent-bluebird-promise": "^2.1.0", "when": "~3.7.3",