From aa9a3811bab98bf9e1e84da77741b32403fce64b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Dec 2022 03:02:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6861ea92..629c08a1 100644 --- a/package.json +++ b/package.json @@ -85,6 +85,6 @@ "jsdom": "^9.4.1", "mocha": "^2.5.3", "mocha-jsdom": "^1.1.0", - "supertest": "^1.2.0" + "supertest": "^2.0.0" } }