From ccf38a94500fc25a6a9fc253d1b139efedfd1e2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Dec 2025 15:55:35 +0000 Subject: [PATCH] fix: heft-plugins/heft-webpack5-plugin/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14114940 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125745 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125097 --- heft-plugins/heft-webpack5-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heft-plugins/heft-webpack5-plugin/package.json b/heft-plugins/heft-webpack5-plugin/package.json index 08547699af2..e186ae7e3ed 100644 --- a/heft-plugins/heft-webpack5-plugin/package.json +++ b/heft-plugins/heft-webpack5-plugin/package.json @@ -20,7 +20,7 @@ "dependencies": { "@rushstack/node-core-library": "workspace:*", "webpack": "~5.35.1", - "webpack-dev-server": "~3.11.0" + "webpack-dev-server": "~4.7.3" }, "devDependencies": { "@rushstack/eslint-config": "workspace:*",