From 69653e305e0864e1a4b8c4e311d5236d6a93f77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 12:01:08 +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.99.5 to 5.99.6 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.99.5...v5.99.6) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.99.6 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 ce8310fbb..8380029df 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "rimraf": "^6", "ts-loader": "9.5.2", "typescript": "5.8.3", - "webpack": "5.99.5", + "webpack": "5.99.9", "webpack-cli": "6.0.1", "webpack-node-externals": "3.0.0" }, From 9328fe817716c5d292259598490c89e5fa73cc26 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Tue, 3 Jun 2025 13:09:23 +0200 Subject: [PATCH 2/2] docs Signed-off-by: Jan Kowalleck --- HISTORY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 6a7dce40c..74c9a5fd2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -10,10 +10,11 @@ All notable changes to this project will be documented in this file. * Support `libxmljs2@^0.35||0.37`, was `@0.35` (via [#]) * Build * Use _TypeScript_ `v5.8.3` now, was `v5.8.2` (via [#1227]) - * Use _webpack_ `v5.99.5` now, was `v5.98.0` (via [#1229]) + * Use _webpack_ `v5.99.6` now, was `v5.98.0` (via [#1229], [#1231]) [#1227]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1227 [#1229]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1229 +[#1231]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1231 ## 8.0.0 -- 2025-03-17