From 5e76768657d078aa658a314030b73bc82650b688 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 06:50:40 +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 8486cb5d03..1a708fa0dd 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,11 @@ }, "dependencies": { "engine.io": "automattic/engine.io#ab2bd0", - "socket.io-parser": "2.2.4", + "socket.io-parser": "3.1.3", "socket.io-client": "automattic/socket.io-client#ba31817", "socket.io-adapter": "automattic/socket.io-adapter#de5cba", "has-binary": "0.1.6", - "debug": "2.1.3" + "debug": "3.1.0" }, "devDependencies": { "mocha": "1.16.2",