From 7cbffc41253b17b897474ee880b0aa4edb1b213c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 19:23:57 +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-AJV-15274295 --- heft-plugins/heft-webpack4-plugin/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heft-plugins/heft-webpack4-plugin/package.json b/heft-plugins/heft-webpack4-plugin/package.json index 5d19c751990..c6b55453450 100644 --- a/heft-plugins/heft-webpack4-plugin/package.json +++ b/heft-plugins/heft-webpack4-plugin/package.json @@ -19,8 +19,8 @@ }, "dependencies": { "@rushstack/node-core-library": "workspace:*", - "webpack": "~4.44.2", - "webpack-dev-server": "~3.11.0" + "webpack": "~5.98.0", + "webpack-dev-server": "~4.6.0" }, "devDependencies": { "@rushstack/eslint-config": "workspace:*",