mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
fix(deps): update dependency fast-xml-parser to v5 (#13300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9aa5ac1019
commit
2a0fa86bac
2 changed files with 11 additions and 10 deletions
|
@ -33,7 +33,7 @@
|
|||
"xml2js": "0.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"fast-xml-parser": "^4.5.1",
|
||||
"fast-xml-parser": "^5.0.8",
|
||||
"kleur": "^4.1.5"
|
||||
}
|
||||
}
|
||||
|
|
19
pnpm-lock.yaml
generated
19
pnpm-lock.yaml
generated
|
@ -764,8 +764,8 @@ importers:
|
|||
packages/astro-rss:
|
||||
dependencies:
|
||||
fast-xml-parser:
|
||||
specifier: ^4.5.1
|
||||
version: 4.5.1
|
||||
specifier: ^5.0.8
|
||||
version: 5.0.8
|
||||
kleur:
|
||||
specifier: ^4.1.5
|
||||
version: 4.1.5
|
||||
|
@ -9573,8 +9573,8 @@ packages:
|
|||
fast-uri@3.0.1:
|
||||
resolution: {integrity: sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==}
|
||||
|
||||
fast-xml-parser@4.5.1:
|
||||
resolution: {integrity: sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==}
|
||||
fast-xml-parser@5.0.8:
|
||||
resolution: {integrity: sha512-qY8NiI5L8ff00F2giyICiJxSSKHO52tC36LJqx2JtvGyAd5ZfehC/l4iUVVHpmpIa6sM9N5mneSLHQG2INGoHA==}
|
||||
hasBin: true
|
||||
|
||||
fastq@1.17.1:
|
||||
|
@ -10179,6 +10179,7 @@ packages:
|
|||
|
||||
libsql@0.4.5:
|
||||
resolution: {integrity: sha512-sorTJV6PNt94Wap27Sai5gtVLIea4Otb2LUiAUyr3p6BPOScGMKGt5F1b5X/XgkNtcsDKeX5qfeBDj+PdShclQ==}
|
||||
cpu: [x64, arm64, wasm32]
|
||||
os: [darwin, linux, win32]
|
||||
|
||||
lightningcss-darwin-arm64@1.29.1:
|
||||
|
@ -11859,8 +11860,8 @@ packages:
|
|||
resolution: {integrity: sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==}
|
||||
engines: {node: '>=14.16'}
|
||||
|
||||
strnum@1.0.5:
|
||||
resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==}
|
||||
strnum@2.0.5:
|
||||
resolution: {integrity: sha512-YAT3K/sgpCUxhxNMrrdhtod3jckkpYwH6JAuwmUdXZsmzH1wUyzTMrrK2wYCEEqlKwrWDd35NeuUkbBy/1iK+Q==}
|
||||
|
||||
style-to-object@0.4.4:
|
||||
resolution: {integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==}
|
||||
|
@ -16131,9 +16132,9 @@ snapshots:
|
|||
|
||||
fast-uri@3.0.1: {}
|
||||
|
||||
fast-xml-parser@4.5.1:
|
||||
fast-xml-parser@5.0.8:
|
||||
dependencies:
|
||||
strnum: 1.0.5
|
||||
strnum: 2.0.5
|
||||
|
||||
fastq@1.17.1:
|
||||
dependencies:
|
||||
|
@ -18971,7 +18972,7 @@ snapshots:
|
|||
|
||||
strip-json-comments@5.0.1: {}
|
||||
|
||||
strnum@1.0.5: {}
|
||||
strnum@2.0.5: {}
|
||||
|
||||
style-to-object@0.4.4:
|
||||
dependencies:
|
||||
|
|
Loading…
Add table
Reference in a new issue