From 242d303424aa3fdd77c5657d38a52476d8c73186 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Feb 2025 05:10:02 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f7a660f7..50a9032d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -124,7 +124,7 @@ "typescript-loader": "^1.1.3", "ua-parser-js": "^0.7.24", "util": "^0.12.3", - "webpack": "^5.76.0", + "webpack": "^5.98.0", "webpack-cli": "^4.5.0", "y18n": "^4.0.1", "yarn": "^1.22.13"