From 78a4b03c21f78875da448e611d5ba524b42f5699 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Aug 2018 01:21:59 +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 f5d3bfc..f86afb0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "serve-favicon": "~2.3.0", "should": "^8.2.2", "snyk": "^1.14.2", - "supertest": "^1.2.0" + "supertest": "^3.0.0" }, "engines": { "node": "6.x"