From b0d2d305450efd2e793873b4b111cfe1262b973d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Jul 2024 05:23:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50d3ba3..7326b6c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "morgan": "~1.6.1", "nodemon": "^1.8.1", "serve-favicon": "~2.3.0", - "superagent": "^1.7.2", + "superagent": "^9.0.0", "vhost": "^3.0.2" }, "author": "luxiaojian luhuijian@duohuo.org",