Skip to content

Commit ef3bd62

Browse files
committed
Bump libxml2-wasm to 0.5.0
Signed-off-by: Leon Grave <[email protected]>
1 parent 452d572 commit ef3bd62

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ All notable changes to this project will be documented in this file.
66

77
<!-- add unreleased items here -->
88
* Dependencies
9-
* Support `libxml2-wasm@^0.41` as an alternative for `libxmljs2` (via [#1184])
9+
* Support `libxml2-wasm@^0.5.0` as an alternative for `libxmljs2` (via [#1184])
1010

1111
* Build
1212
* Use _TypeScript_ `v5.7.3` now, was `v5.7.2` (via [#1204])
1313

1414
[#1204]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1204
15+
[#1184]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1184
1516

1617
## 7.1.0 -- 2025-01-09
1718

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"ajv-formats": "^3.0.1",
8989
"ajv-formats-draft2019": "^1.6.1",
9090
"libxmljs2": "^0.31 || ^0.32 || ^0.33 || ^0.35",
91-
"libxml2-wasm": "^0.4.1",
91+
"libxml2-wasm": "^0.5.0",
9292
"xmlbuilder2": "^3.0.2"
9393
},
9494
"devDependencies": {

0 commit comments

Comments
 (0)