From 086b4bfe89621fcede3eed13f5358cd8cf08e054 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Mar 2026 02:45:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-570062 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3253db5ec..0d656eebd0 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "react-transition-group": "^4.3.0", "style-loader": "^0.23.1", "unfetch": "^3.0.0", - "webpack": "^4.30.0", + "webpack": "^5.1.1", "webpack-cli": "^3.3.1", "webpack-dev-server": "^3.3.1" },