Skip to content

Commit db585cd

Browse files
authored
chore(deps): libxmljs2 0.35 (#1196)
backport of #1173 --------- Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 7e2c871 commit db585cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
66

77
<!-- add unreleased items here -->
88

9+
* Dependencies
10+
* Support `libxmljs2@^0.35` (via [#1196])
11+
12+
[#1196]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1196
13+
914
## 6.13.0 -- 2024-11-18
1015

1116
* Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"ajv": "^8.12.0",
8888
"ajv-formats": "^3.0.1",
8989
"ajv-formats-draft2019": "^1.6.1",
90-
"libxmljs2": "^0.31 || ^0.32 || ^0.33",
90+
"libxmljs2": "^0.31 || ^0.32 || ^0.33 || ^0.35",
9191
"xmlbuilder2": "^3.0.2"
9292
},
9393
"devDependencies": {

0 commit comments

Comments
 (0)