chore: update xml2js
version (#6822)
This commit is contained in:
parent
b2254bd786
commit
eab397a941
2 changed files with 11 additions and 3 deletions
|
@ -41,6 +41,6 @@
|
||||||
"astro-scripts": "workspace:*",
|
"astro-scripts": "workspace:*",
|
||||||
"chai": "^4.3.6",
|
"chai": "^4.3.6",
|
||||||
"mocha": "^9.2.2",
|
"mocha": "^9.2.2",
|
||||||
"xml2js": "0.4.23"
|
"xml2js": "0.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3642,7 +3642,7 @@ importers:
|
||||||
chai: ^4.3.6
|
chai: ^4.3.6
|
||||||
mocha: ^9.2.2
|
mocha: ^9.2.2
|
||||||
sitemap: ^7.1.1
|
sitemap: ^7.1.1
|
||||||
xml2js: 0.4.23
|
xml2js: 0.5.0
|
||||||
zod: ^3.17.3
|
zod: ^3.17.3
|
||||||
dependencies:
|
dependencies:
|
||||||
sitemap: 7.1.1
|
sitemap: 7.1.1
|
||||||
|
@ -3652,7 +3652,7 @@ importers:
|
||||||
astro-scripts: link:../../../scripts
|
astro-scripts: link:../../../scripts
|
||||||
chai: 4.3.7
|
chai: 4.3.7
|
||||||
mocha: 9.2.2
|
mocha: 9.2.2
|
||||||
xml2js: 0.4.23
|
xml2js: 0.5.0
|
||||||
|
|
||||||
packages/integrations/sitemap/test/fixtures/trailing-slash:
|
packages/integrations/sitemap/test/fixtures/trailing-slash:
|
||||||
specifiers:
|
specifiers:
|
||||||
|
@ -17267,6 +17267,14 @@ packages:
|
||||||
xmlbuilder: 11.0.1
|
xmlbuilder: 11.0.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/xml2js/0.5.0:
|
||||||
|
resolution: {integrity: sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==}
|
||||||
|
engines: {node: '>=4.0.0'}
|
||||||
|
dependencies:
|
||||||
|
sax: 1.2.4
|
||||||
|
xmlbuilder: 11.0.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
/xmlbuilder/11.0.1:
|
/xmlbuilder/11.0.1:
|
||||||
resolution: {integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==}
|
resolution: {integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==}
|
||||||
engines: {node: '>=4.0'}
|
engines: {node: '>=4.0'}
|
||||||
|
|
Loading…
Reference in a new issue