From 8f0c3c1cf303896f32bc87ba9771328ea0bda91c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 23:41:43 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b238cf064..ee83f9685 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "accepts": "1.3.3", "base64id": "1.0.0", - "debug": "2.3.3", + "debug": "3.1.0", "engine.io-parser": "2.0.1", "ws": "2.2.0", "cookie": "0.3.1"