From dff8826de49e08b3e6fcc5198ec958c585983a7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 11:30:48 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- 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"