From cddc6af5a32de158be0d0874a611fd5a4f3d07b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 00:09:07 +0000 Subject: [PATCH] fix: src/third_party/duktape-1.5.2/debugger/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-1056752 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 - https://snyk.io/vuln/npm:parsejson:20170908 --- src/third_party/duktape-1.5.2/debugger/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/third_party/duktape-1.5.2/debugger/package.json b/src/third_party/duktape-1.5.2/debugger/package.json index 961657448..817302a45 100644 --- a/src/third_party/duktape-1.5.2/debugger/package.json +++ b/src/third_party/duktape-1.5.2/debugger/package.json @@ -11,7 +11,7 @@ "minimist": "~1.1.0", "express": "~4.10.1", "body-parser": "~1.9.3", - "socket.io": "~1.2.1", + "socket.io": "~2.0.0", "utf8": "~2.0.0", "wrench": "~1.5.8", "sprintf": "~0.1.5",