From 3f54bdaef59e6db0ead4d6d4661382b9b88fe97e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Aug 2024 22:37:15 +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-7840298 --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index a838a18..13d1f1d 100644 --- a/install/package.json +++ b/install/package.json @@ -137,7 +137,7 @@ "toobusy-js": "0.5.1", "uglify-es": "3.3.9", "validator": "13.7.0", - "webpack": "5.76.0", + "webpack": "5.94.0", "webpack-merge": "5.8.0", "winston": "3.8.2", "xml": "1.0.1",