From 0aa795d9da709646060e8304234f3e7c3fd5a3b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Jun 2025 03:04:55 +0000 Subject: [PATCH] fix: examples/webpack-build/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-1056752 --- examples/webpack-build/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webpack-build/package.json b/examples/webpack-build/package.json index 0c04d0b546..cbc21c76f4 100644 --- a/examples/webpack-build/package.json +++ b/examples/webpack-build/package.json @@ -10,7 +10,7 @@ "author": "Damien Arrachequesne", "license": "MIT", "dependencies": { - "socket.io-client": "^1.7.2" + "socket.io-client": "^2.2.0" }, "devDependencies": { "strip-loader": "^0.1.2",