From 00beb66fa5fc2df0a90cd24f7eedc81b9f8a20e8 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:49:13 +0000 Subject: [PATCH] fix: libraries/rush-sdk/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 --- libraries/rush-sdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/rush-sdk/package.json b/libraries/rush-sdk/package.json index 53a2a3a7add..6fb33bbdb52 100644 --- a/libraries/rush-sdk/package.json +++ b/libraries/rush-sdk/package.json @@ -53,6 +53,6 @@ "@rushstack/webpack-preserve-dynamic-require-plugin": "workspace:*", "@types/semver": "7.5.0", "@types/webpack-env": "1.18.0", - "webpack": "~5.82.1" + "webpack": "~5.104.1" } }