diff --git a/HISTORY.md b/HISTORY.md index f8a5d6911..6a7dce40c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. ## unreleased + +* Dependencies + * Support `libxmljs2@^0.35||0.37`, was `@0.35` (via [#]) * Build * Use _TypeScript_ `v5.8.3` now, was `v5.8.2` (via [#1227]) * Use _webpack_ `v5.99.5` now, was `v5.98.0` (via [#1229]) diff --git a/package.json b/package.json index 19da9728a..ce8310fbb 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "ajv": "^8.12.0", "ajv-formats": "^3.0.1", "ajv-formats-draft2019": "^1.6.1", - "libxmljs2": "^0.35", + "libxmljs2": "^0.35||^0.37", "xmlbuilder2": "^3.0.2" }, "devDependencies": {