From c12211270c9855178f5c01aa0529b28d7f0d7391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 11:29:56 +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.94.0 to 5.95.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.95.0) --- updated-dependencies: - dependency-name: webpack 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 20926bd28..175a457ce 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "rimraf": "^4||^5", "ts-loader": "9.5.1", "typescript": "5.5.4", - "webpack": "5.94.0", + "webpack": "5.95.0", "webpack-cli": "5.1.4", "webpack-node-externals": "3.0.0" }, From 7ac05622833bff1d858aa7dab387257c7d4811ef Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sun, 29 Sep 2024 20:46:15 +0200 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 f7524f90b..fc1a25c58 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,10 +8,11 @@ All notable changes to this project will be documented in this file. * Build * Use _TypeScript_ `v5.5.4` now, was `v5.5.3` (via [#1130]) - * Use _webpack_ `v5.94.0` now, was `v5.93.0` (via [#1138]) + * Use _webpack_ `v5.95.0` now, was `v5.93.0` (via [#1138], [#1147]) [#1130]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1130 [#1138]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1138 +[#1147]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1147 ## 6.11.0 -- 2024-07-15