From 0683ac90fc7909a8a91b2d62c1b01439bd5b77ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 10:55:19 +0000 Subject: [PATCH] fix: examples/custom-parsers/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- examples/custom-parsers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-parsers/package.json b/examples/custom-parsers/package.json index be724174f3..c3f2b47aa6 100644 --- a/examples/custom-parsers/package.json +++ b/examples/custom-parsers/package.json @@ -16,6 +16,6 @@ "socket.io-client": "socketio/socket.io-client", "socket.io-json-parser": "^1.0.0", "socket.io-msgpack-parser": "^1.0.0", - "webpack": "^2.4.1" + "webpack": "^5.0.0" } }