Skip to content

Commit 4720d1d

Browse files
authored
chore(deps): libxmljs2 0.35 (#1173)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 1758b25 commit 4720d1d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ All notable changes to this project will be documented in this file.
1616
* New serialization/normalization for `Models.Tools` ([#1152] via [#1163])
1717
* Changed
1818
* Serializers and `Bom`-Normalizers will take changed `Models.Bom.tools` into account ([#1152] via [#1163])
19+
* Dependencies
20+
* Support `libxmljs2@^0.35` (via [#1173])
1921

2022
[#1152]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1152
2123
[#1163]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1163
24+
[#1173]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1173
2225

2326
## 6.12.0 -- 2024-11-12
2427

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"ajv": "^8.12.0",
8888
"ajv-formats": "^3.0.1",
8989
"ajv-formats-draft2019": "^1.6.1",
90-
"libxmljs2": "^0.31 || ^0.32 || ^0.33",
90+
"libxmljs2": "^0.31 || ^0.32 || ^0.33 || ^0.35",
9191
"xmlbuilder2": "^3.0.2"
9292
},
9393
"devDependencies": {

0 commit comments

Comments
 (0)