diff options
author | 2024-06-24 17:40:23 +0800 | |
---|---|---|
committer | 2024-06-24 17:40:23 +0800 | |
commit | edd35d3c6996e878c0011d811014bdcd1fa7c4c4 (patch) | |
tree | 0b97a08b0eeb41eaa6eeae74c5ad54d9003980e5 | |
parent | 6b8bcd1c07a8ebf08ba667fd3c05e38e5a17eb57 (diff) | |
download | astro-edd35d3c6996e878c0011d811014bdcd1fa7c4c4.tar.gz astro-edd35d3c6996e878c0011d811014bdcd1fa7c4c4.tar.zst astro-edd35d3c6996e878c0011d811014bdcd1fa7c4c4.zip |
fix(deps): update dependency sitemap to v8 (#11321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | packages/integrations/sitemap/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index c97800a9b..f7f3223ea 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -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" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cf7da5ebc..65dea2754 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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 |