Skip to content

Commit 0b59782

Browse files
authored
feat: widened libxmljs2 for ^0.33 (#1001)
Widened optional dependency `libxmljs2@^0.31||^0.32||^0.33`, was `@^0.31||^0.32` --------- Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 58e0bff commit 0b59782

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
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## unreleased
66

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+
712
## 6.2.0 -- 2023-12-11
813

914
* Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"ajv": "^8.12.0",
7474
"ajv-formats": "^2.1.1",
7575
"ajv-formats-draft2019": "^1.6.1",
76-
"libxmljs2": "^0.31.0 || ^0.32.0",
76+
"libxmljs2": "^0.31 || ^0.32 || ^0.33",
7777
"xmlbuilder2": "^3.0.2"
7878
},
7979
"devDependencies": {

0 commit comments

Comments
 (0)