From 7c03b75542daabbbd610b192399987ff19eabd6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Feb 2026 22:40:21 +0000 Subject: [PATCH] fix: install/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index aa946a4599..d91a5d03fe 100644 --- a/install/package.json +++ b/install/package.json @@ -146,7 +146,7 @@ "toobusy-js": "0.5.1", "tough-cookie": "5.1.2", "validator": "13.15.0", - "webpack": "5.99.8", + "webpack": "5.104.1", "webpack-merge": "6.0.1", "winston": "3.17.0", "workerpool": "9.2.0",