From b7baba504ecd73fbd5fdbfaac10c1f2642f3249b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 17:33:59 +0000 Subject: [PATCH] fix: static/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/package.json b/static/package.json index 469caf3c..637c56e0 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": "^9.0.0" } }