From 9d116e1cd0b9998e6c14064477ccf3b2c3e8c80e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Dec 2022 04:06:57 +0000 Subject: [PATCH] fix: static/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/package.json b/static/package.json index 469caf3c..49704ab0 100644 --- a/static/package.json +++ b/static/package.json @@ -39,6 +39,6 @@ "react": "^0.14.7", "react-dom": "^0.14.7", "react-tooltip": "^1.1.4", - "superagent": "^1.8.2" + "superagent": "^2.0.0" } }