From 6b0b6e8eaa5383da7f00c1e642ad0ccb42e82e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 11:33:20 +0000 Subject: [PATCH] chore(deps-dev): bump webpack in the webpack group across 1 directory Bumps the webpack group with 1 update in the / directory: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.105.3 to 5.105.4 - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack/compare/v5.105.3...v5.105.4) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.105.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: webpack ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f70cf661..5bf1f1e39 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "rimraf": "^6", "ts-loader": "9.5.4", "typescript": "5.9.3", - "webpack": "5.105.3", + "webpack": "5.105.4", "webpack-cli": "6.0.1", "webpack-node-externals": "3.0.0" },