From fc076002fca80091ea3d095495774f5c10a4450e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 11:50:35 +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.98.0 to 5.99.5 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.98.0...v5.99.5) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.99.5 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 ff17b2432..779a1a1fa 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "rimraf": "^6", "ts-loader": "9.5.2", "typescript": "5.8.3", - "webpack": "5.98.0", + "webpack": "5.99.5", "webpack-cli": "6.0.1", "webpack-node-externals": "3.0.0" }, From 94cfc8f30c23992f4bc559e9bceb9f77515b6a74 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 18 Apr 2025 09:42:55 +0200 Subject: [PATCH 2/2] Update HISTORY.md Signed-off-by: Jan Kowalleck --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 14821196e..f8a5d6911 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,8 +7,10 @@ All notable changes to this project will be documented in this file. * 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]) [#1227]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1227 +[#1229]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1229 ## 8.0.0 -- 2025-03-17