From b833f335d5293e432b8a53ad0eba93ea1f9ffe2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 11:32:34 +0000 Subject: [PATCH] chore(deps-dev): bump the webpack group across 1 directory with 3 updates Bumps the webpack group with 3 updates in the / directory: [ts-loader](https://github.com/TypeStrong/ts-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). Updates `ts-loader` from 9.6.0 to 9.6.2 - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.6.0...v9.6.2) 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: ts-loader dependency-version: 9.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: webpack - 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fc8bd62b4..569effea7 100644 --- a/package.json +++ b/package.json @@ -142,10 +142,10 @@ "mocha": "11.7.6", "npm-run-all2": "^8", "rimraf": "^6", - "ts-loader": "9.6.0", + "ts-loader": "9.6.2", "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",