Fix antora failure due to fast-xml-parser/lib/fxp.cjs

This updates several depenedencies used by Antora and locks the
version of `fast-xml-parser` to `4.5.2` to get around issue with
Antora using `latest` version of that lib.

(cherry picked from commit 59c0f6b63c)
This commit is contained in:
Chris Bono
2025-02-19 09:31:41 -06:00
parent 895e462128
commit cfcb0df247
3 changed files with 6 additions and 9 deletions

View File

@@ -1,10 +1,11 @@
{
"dependencies": {
"antora": "3.2.0-alpha.6",
"antora": "3.2.0-alpha.8",
"@antora/atlas-extension": "1.0.0-alpha.2",
"@antora/collector-extension": "1.0.0-alpha.7",
"@antora/collector-extension": "1.0.1",
"@asciidoctor/tabs": "1.0.0-beta.6",
"@springio/antora-extensions": "1.12.0",
"@springio/asciidoctor-extensions": "1.0.0-alpha.11"
"@springio/antora-extensions": "1.14.2",
"@springio/asciidoctor-extensions": "1.0.0-alpha.16",
"fast-xml-parser": "4.5.2"
}
}