File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,13 @@ All notable changes to this project will be documented in this file.
6
6
7
7
<!-- add unreleased items here -->
8
8
* 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 ] )
10
10
11
11
* Build
12
12
* Use _ TypeScript_ ` v5.7.3 ` now, was ` v5.7.2 ` (via [ #1204 ] )
13
13
14
14
[ #1204 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1204
15
+ [ #1184 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1184
15
16
16
17
## 7.1.0 -- 2025-01-09
17
18
Original file line number Diff line number Diff line change 88
88
"ajv-formats" : " ^3.0.1" ,
89
89
"ajv-formats-draft2019" : " ^1.6.1" ,
90
90
"libxmljs2" : " ^0.31 || ^0.32 || ^0.33 || ^0.35" ,
91
- "libxml2-wasm" : " ^0.4.1 " ,
91
+ "libxml2-wasm" : " ^0.5.0 " ,
92
92
"xmlbuilder2" : " ^3.0.2"
93
93
},
94
94
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments