From 49e98406e9c944577bdc098e79f98c8233fc91e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Nov 2025 20:52:30 +0000 Subject: [PATCH] fix: heft-plugins/heft-webpack4-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-webpack4-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heft-plugins/heft-webpack4-plugin/package.json b/heft-plugins/heft-webpack4-plugin/package.json index 5d19c751990..0e68a0b31c7 100644 --- a/heft-plugins/heft-webpack4-plugin/package.json +++ b/heft-plugins/heft-webpack4-plugin/package.json @@ -20,7 +20,7 @@ "dependencies": { "@rushstack/node-core-library": "workspace:*", "webpack": "~4.44.2", - "webpack-dev-server": "~3.11.0" + "webpack-dev-server": "~4.7.3" }, "devDependencies": { "@rushstack/eslint-config": "workspace:*",