From 4d2888f36e1a00e7e274a8d33c891cf6b38ab167 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2024 14:21:55 +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-8187303 --- 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 3953623d83..3b15fabc8e 100644 --- a/examples/custom-parsers/package.json +++ b/examples/custom-parsers/package.json @@ -16,6 +16,6 @@ "socket.io-client": "^4.0.0", "socket.io-json-parser": "^3.0.0", "socket.io-msgpack-parser": "^3.0.1", - "webpack": "^2.4.1" + "webpack": "^5.0.0" } }