We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2c871 commit db585cdCopy full SHA for db585cd
HISTORY.md
@@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
6
7
<!-- add unreleased items here -->
8
9
+* Dependencies
10
+ * Support `libxmljs2@^0.35` (via [#1196])
11
+
12
+[#1196]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1196
13
14
## 6.13.0 -- 2024-11-18
15
16
* Added
package.json
@@ -87,7 +87,7 @@
87
"ajv": "^8.12.0",
88
"ajv-formats": "^3.0.1",
89
"ajv-formats-draft2019": "^1.6.1",
90
- "libxmljs2": "^0.31 || ^0.32 || ^0.33",
+ "libxmljs2": "^0.31 || ^0.32 || ^0.33 || ^0.35",
91
"xmlbuilder2": "^3.0.2"
92
},
93
"devDependencies": {
0 commit comments