From 112098ac25d844da2a3c32e697f34aac28a11922 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 20:20:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 997982278..11f0465e7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "nodejs-websocket": "^1.7.1", "nyc": "^15.1.0", "opts": "^1.2.7", - "webpack": "^4.44.1", + "webpack": "^5.1.1", "webpack-cli": "^3.3.12", "worker-loader": "^2.0.0" },