From aef7f7e2c700ae49920c22ebf274f6523c57330d Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Tue, 21 Oct 2025 15:18:42 +0200 Subject: [PATCH 1/3] feat: support `xmlbuilder2@^4.0.0` Signed-off-by: Jan Kowalleck --- HISTORY.md | 4 ++++ package.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index eed3bbe5..1ca0c42f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,10 +6,14 @@ All notable changes to this project will be documented in this file. +* Dependencies + * Support `xmlbuilder2@^3.0.2||^4.0.0`, was `@^3.0.2` (via [#]) + * Support `@cyclonedx/cyclonedx-library@^9.1.0`, was `@^8.4.0||^9.0.0` (via [#]) * Build * Use _TypeScript_ `v5.9.3` now, was `v5.9.2` (via [#1356]) [#1356]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1356 +[#]: ## 4.0.3 - 2025-09-22 diff --git a/package.json b/package.json index bbc07c8b..46400d6b 100644 --- a/package.json +++ b/package.json @@ -69,10 +69,10 @@ } ], "dependencies": { - "@cyclonedx/cyclonedx-library": "^8.4.0||^9.0.0", + "@cyclonedx/cyclonedx-library": "^9.1.0", "commander": "^14.0.0", - "normalize-package-data": "^7.0.0 || ^8.0.0", - "xmlbuilder2": "^3.0.2" + "normalize-package-data": "^7.0.0||^8.0.0", + "xmlbuilder2": "^3.0.2||^4.0.0" }, "optionalDependencies": { "ajv": "^8.12.0", From 53303f0f5f03dd824501d5cbd28c2748823e98ec Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Tue, 21 Oct 2025 15:19:20 +0200 Subject: [PATCH 2/3] docs Signed-off-by: Jan Kowalleck --- HISTORY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 1ca0c42f..afa3f557 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,13 +7,13 @@ All notable changes to this project will be documented in this file. * Dependencies - * Support `xmlbuilder2@^3.0.2||^4.0.0`, was `@^3.0.2` (via [#]) - * Support `@cyclonedx/cyclonedx-library@^9.1.0`, was `@^8.4.0||^9.0.0` (via [#]) + * Support `xmlbuilder2@^3.0.2||^4.0.0`, was `@^3.0.2` (via [#1368]) + * Support `@cyclonedx/cyclonedx-library@^9.1.0`, was `@^8.4.0||^9.0.0` (via [#1368]) * Build * Use _TypeScript_ `v5.9.3` now, was `v5.9.2` (via [#1356]) [#1356]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1356 -[#]: +[#1368]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1368 ## 4.0.3 - 2025-09-22 From 2b239c7d2f0d7e0b237bffbbe786b11c2a801b05 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Tue, 21 Oct 2025 16:02:59 +0200 Subject: [PATCH 3/3] deps Signed-off-by: Jan Kowalleck --- HISTORY.md | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index afa3f557..59d5b76d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,7 +8,6 @@ All notable changes to this project will be documented in this file. * Dependencies * Support `xmlbuilder2@^3.0.2||^4.0.0`, was `@^3.0.2` (via [#1368]) - * Support `@cyclonedx/cyclonedx-library@^9.1.0`, was `@^8.4.0||^9.0.0` (via [#1368]) * Build * Use _TypeScript_ `v5.9.3` now, was `v5.9.2` (via [#1356]) diff --git a/package.json b/package.json index 46400d6b..7fa346a3 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ } ], "dependencies": { - "@cyclonedx/cyclonedx-library": "^9.1.0", + "@cyclonedx/cyclonedx-library": "^8.4.0||^9.0.0", "commander": "^14.0.0", "normalize-package-data": "^7.0.0||^8.0.0", "xmlbuilder2": "^3.0.2||^4.0.0"