From cb5f723b203094f1ebdca5f0fec93799cbd0daba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 11:32:48 +0000 Subject: [PATCH 1/2] 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.104.1 to 5.105.2 - [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.104.1...v5.105.2) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.105.2 dependency-type: direct:development update-type: version-update:semver-minor 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 4bab84f52..7c50895cb 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "rimraf": "^6", "ts-loader": "9.5.4", "typescript": "5.9.3", - "webpack": "5.104.1", + "webpack": "5.105.2", "webpack-cli": "6.0.1", "webpack-node-externals": "3.0.0" }, From fb2ac4af3ad420763662c780de6c07081bcb934b Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sat, 14 Feb 2026 16:19:04 +0100 Subject: [PATCH 2/2] Update HISTORY.md Signed-off-by: Jan Kowalleck --- HISTORY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 1ede87f92..1b2f97b23 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,9 +7,10 @@ All notable changes to this project will be documented in this file. * Build - * Use _webpack_ `v5.104.1` now, was `v5.103.0` (via [#1360]) + * Use _webpack_ `5.105.2` now, was `v5.103.0` (via [#1360], [#1374]) [#1360]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1360 +[#1374]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1374 ## 9.4.1 -- 2025-12-04