mirror of
https://github.com/withastro/astro.git
synced 2025-01-23 19:02:14 -05:00
fix(deps): update dependency sitemap to v8 (#11321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6b8bcd1c07
commit
edd35d3c69
2 changed files with 7 additions and 7 deletions
|
@ -33,7 +33,7 @@
|
|||
"test": "astro-scripts test \"test/**/*.test.js\""
|
||||
},
|
||||
"dependencies": {
|
||||
"sitemap": "^7.1.2",
|
||||
"sitemap": "^8.0.0",
|
||||
"stream-replace-string": "^2.0.0",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
|
|
12
pnpm-lock.yaml
generated
12
pnpm-lock.yaml
generated
|
@ -5165,8 +5165,8 @@ importers:
|
|||
packages/integrations/sitemap:
|
||||
dependencies:
|
||||
sitemap:
|
||||
specifier: ^7.1.2
|
||||
version: 7.1.2
|
||||
specifier: ^8.0.0
|
||||
version: 8.0.0
|
||||
stream-replace-string:
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0
|
||||
|
@ -11029,9 +11029,9 @@ packages:
|
|||
sisteransi@1.0.5:
|
||||
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
|
||||
|
||||
sitemap@7.1.2:
|
||||
resolution: {integrity: sha512-ARCqzHJ0p4gWt+j7NlU5eDlIO9+Rkr/JhPFZKKQ1l5GCus7rJH4UdrlVAh0xC/gDS/Qir2UMxqYNHtsKr2rpCw==}
|
||||
engines: {node: '>=12.0.0', npm: '>=5.6.0'}
|
||||
sitemap@8.0.0:
|
||||
resolution: {integrity: sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==}
|
||||
engines: {node: '>=14.0.0', npm: '>=6.0.0'}
|
||||
hasBin: true
|
||||
|
||||
slash@3.0.0:
|
||||
|
@ -18161,7 +18161,7 @@ snapshots:
|
|||
|
||||
sisteransi@1.0.5: {}
|
||||
|
||||
sitemap@7.1.2:
|
||||
sitemap@8.0.0:
|
||||
dependencies:
|
||||
'@types/node': 17.0.45
|
||||
'@types/sax': 1.2.7
|
||||
|
|
Loading…
Add table
Reference in a new issue