From 5a3a2f0f9aec0df405ccd638aa7f39aa67e5231d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 04:50:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d3c1bf08..b2e89e40d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "agentkeepalive": "^3.5.2", "cbor-sync": "^1.0.4", "lil-uuid": "^0.1.1", - "superagent": "^3.8.1", + "superagent": "^10.2.2", "superagent-proxy": "^1.0.3" }, "noAnalyze": false,