From 5e8c7a05b69b0201a898b11e785768c2fb3a7a23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Aug 2018 03:25:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:superagent:20181108 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3fe1e3..bff3b85 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "./node_modules/mocha/bin/mocha --recursive" }, "dependencies": { - "superagent": "3.7.0", + "superagent": "3.8.1", "is": "1.0.0", "path": "0.12.7" },