diff --git a/package.json b/package.json index 7a8c17c..9a933fe 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@astrojs/partytown": "^1.2.3", "@astrojs/prefetch": "^0.3.0", "@astrojs/rss": "^2.4.3", - "@astrojs/sitemap": "^1.4.0", + "@astrojs/sitemap": "^2.0.0", "@astrojs/tailwind": "^4.0.0", "@astrojs/ts-plugin": "^1.1.0", "@astrolib/analytics": "^0.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7b106af..2b5262d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ dependencies: specifier: ^2.4.3 version: 2.4.3 '@astrojs/sitemap': - specifier: ^1.4.0 - version: 1.4.0 + specifier: ^2.0.0 + version: 2.0.0 '@astrojs/tailwind': specifier: ^4.0.0 version: 4.0.0(astro@2.8.0)(tailwindcss@3.3.2) @@ -304,8 +304,8 @@ packages: kleur: 4.1.5 dev: false - /@astrojs/sitemap@1.4.0: - resolution: {integrity: sha512-uTK77kcg7iTiik+u7rTGG6vK4ZWTfYMaVnFndOVQrLzaE5xivmQgIbVLtlN+xRcME5n/m6vYQFJmogFR+elGCw==} + /@astrojs/sitemap@2.0.0: + resolution: {integrity: sha512-hcemuFigv05sdXNiw0U23VO+6Duj9nq9xhINw4ZPWAQEhS/F4EiNvd9IUXb4XJ7pG93MWAnQKF9lP8EtwP6paA==} dependencies: sitemap: 7.1.1 zod: 3.21.4