From 1fa6da94be688610277d7b74b5e2742978ddb583 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 03:36:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 95d7d3c898a2e9..b9f0cb1674934b 100644 --- a/package.json +++ b/package.json @@ -143,9 +143,9 @@ "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", + "debug": "^3.1.0", "denodeify": "^1.2.1", "event-target-shim": "^1.0.5", "fbjs": "^0.8.9",