File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ All notable changes to this project will be documented in this file.
66
77<!-- unreleased changes go here -->
88
9+ * Runtime Dependencies
10+ * Support ` @cyclonedx/cyclonedx-library@^9.0.0 ` , was ` ^8.4.0||^9.0.0 ` (via [ #1433 ] )
911* Build
1012 * Use _ TypeScript_ ` v5.9.2 ` now, was ` v5.8.3 ` (via [ #1416 ] )
1113
1214[ #1416 ] : https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1416
15+ [ #1433 ] : https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1433
1316
1417## 5.1.0 - 2025-06-16
1518
Original file line number Diff line number Diff line change 7171 "node" : " >=20.18.0"
7272 },
7373 "dependencies" : {
74- "@cyclonedx/cyclonedx-library" : " ^8.4.0" ,
74+ "@cyclonedx/cyclonedx-library" : " ^8.4.0||^9.0.0 " ,
7575 "normalize-package-data" : " ^7.0.0 || ^8.0.0" ,
7676 "xmlbuilder2" : " ^3.0.2"
7777 },
78+ "optionalDependencies" : {
79+ "ajv" : " ^8.12.0" ,
80+ "ajv-formats" : " ^3.0.1" ,
81+ "ajv-formats-draft2019" : " ^1.6.1" ,
82+ "libxmljs2" : " ^0.35||^0.37"
83+ },
7884 "peerDependencies" : {
7985 "webpack" : " ^5"
8086 },
You can’t perform that action at this time.
0 commit comments