From fc8d1e9bcd46da42beadd91cf6c26d615eb79651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 11:33:35 +0000 Subject: [PATCH] chore(deps-dev): bump the webpack group across 1 directory with 2 updates Bumps the webpack group with 2 updates in the / directory: [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). Updates `webpack` from 5.107.2 to 5.108.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.107.2...v5.108.4) Updates `webpack-cli` from 7.0.3 to 7.2.1 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@7.0.3...webpack-cli@7.2.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.108.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: webpack - dependency-name: webpack-cli dependency-version: 7.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: webpack ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fc8bd62b4..1e1e40193 100644 --- a/package.json +++ b/package.json @@ -144,8 +144,8 @@ "rimraf": "^6", "ts-loader": "9.6.0", "typescript": "5.9.3", - "webpack": "5.107.2", - "webpack-cli": "7.0.3", + "webpack": "5.108.4", + "webpack-cli": "7.2.1", "webpack-node-externals": "3.0.0" }, "types": "./dist.d/index.node.d.ts",