From ee4a76d65217c2361ce343f4a33ee21fefaa4eb3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jan 2026 10:51:45 +0000 Subject: [PATCH] fix: 3-asynchronous-JS/final/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- 3-asynchronous-JS/final/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-asynchronous-JS/final/package.json b/3-asynchronous-JS/final/package.json index 864cb95fa2..53a9c7019e 100644 --- a/3-asynchronous-JS/final/package.json +++ b/3-asynchronous-JS/final/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "superagent": "^5.0.2" + "superagent": "^10.2.2" } }