From fc0059a5a8b7d67d69235156046a892a2debebf2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Oct 2024 02:34:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BASICAUTHCONNECT-8136828 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c0373167abe39..2868c0db9adbbc 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "bser": "^1.0.2", "chalk": "^1.1.1", "commander": "^2.9.0", - "connect": "^2.8.3", + "connect": "^3.0.0", "core-js": "^2.2.2", "debug": "^2.2.0", "denodeify": "^1.2.1",