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.
^0.33
1 parent 58e0bff commit 0b59782Copy full SHA for 0b59782
HISTORY.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
5
## unreleased
6
7
+* Dependencies
8
+ * Widened optional dependency `libxmljs2@^0.31||^0.32||^0.33`, was `@^0.31||^0.32` (via [#1001])
9
+
10
+[#1001]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1001
11
12
## 6.2.0 -- 2023-12-11
13
14
* Changed
package.json
@@ -73,7 +73,7 @@
73
"ajv": "^8.12.0",
74
"ajv-formats": "^2.1.1",
75
"ajv-formats-draft2019": "^1.6.1",
76
- "libxmljs2": "^0.31.0 || ^0.32.0",
+ "libxmljs2": "^0.31 || ^0.32 || ^0.33",
77
"xmlbuilder2": "^3.0.2"
78
},
79
"devDependencies": {
0 commit comments