Skip to content

Commit ccaee5c

Browse files
authored
deps: cyclonedx-library 8 (#1367)
this is a result of #1362 --------- Signed-off-by: Jan Kowalleck <[email protected]>
1 parent c572989 commit ccaee5c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
88

99
* BREAKING Changes
1010
* Dropped support for `node<20.18.0` ([#1362] via [#1365])
11+
* Dependencies
12+
* Upgraded runtime-dependency `@cyclonedx/cyclonedx-library@^8.0.0`, was `@^7.0.0` (via [#1367])
1113

1214
[#1362]: https://github.com/CycloneDX/cyclonedx-webpack-plugin/issues/1362
1315
[#1365]: https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1365
16+
[#1367]: https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1367
1417

1518
## 4.0.1 - 2025-01-29
1619

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"node": ">=20.18.0"
6868
},
6969
"dependencies": {
70-
"@cyclonedx/cyclonedx-library": "^7.0.0",
70+
"@cyclonedx/cyclonedx-library": "^8.0.0-rc.0",
7171
"normalize-package-data": "^3||^4||^5||^6",
7272
"xmlbuilder2": "^3.0.2"
7373
},

0 commit comments

Comments
 (0)