diff --git a/HISTORY.md b/HISTORY.md index a83d0162..c98adaab 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file. +* Runtime Dependencies + * Raised `commander@^14.0.0`, was `@^13.1.0` (via [#1297]) + +[#1297]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1297 + ## 3.0.0 - 2025-04-08 * BREAKING Changes diff --git a/package.json b/package.json index 20ed2603..ced321ac 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ ], "dependencies": { "@cyclonedx/cyclonedx-library": "^8.0.0", - "commander": "^13.1.0", + "commander": "^14.0.0", "normalize-package-data": "^7.0.0", "xmlbuilder2": "^3.0.2" },