From 6fc8dfa9408fc7087d5d059f28caa285108c5b55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 11:45:02 -0400 Subject: [PATCH] fix(deps): update dependency webpack to v5.101.0 (#13567) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index d76a16c942..37fe782cfb 100644 --- a/install/package.json +++ b/install/package.json @@ -146,7 +146,7 @@ "tough-cookie": "5.1.2", "undici": "^7.10.0", "validator": "13.15.15", - "webpack": "5.100.2", + "webpack": "5.101.0", "webpack-merge": "6.0.1", "winston": "3.17.0", "workerpool": "9.3.3",