diff --git a/bun.lock b/bun.lock index e79fafc6..3c87d049 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "name": "website", "dependencies": { "@astrojs/mdx": "^4.2.6", - "@astrojs/sitemap": "^3.3.1", + "@astrojs/sitemap": "^3.4.0", "@astrojs/svelte": "^7.0.13", "@date-fns/tz": "^1.2.0", "@iconify-json/feather": "^1.2.1", @@ -57,7 +57,7 @@ "@astrojs/prism": ["@astrojs/prism@3.2.0", "", { "dependencies": { "prismjs": "^1.29.0" } }, "sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw=="], - "@astrojs/sitemap": ["@astrojs/sitemap@3.3.1", "", { "dependencies": { "sitemap": "^8.0.0", "stream-replace-string": "^2.0.0", "zod": "^3.24.2" } }, "sha512-GRnDUCTviBSNfXJ0Jmur+1/C+z3g36jy79VyYggfe1uNyEYSTcmAfTTCmbytrRvJRNyJJnSfB/77Gnm9PiXRRg=="], + "@astrojs/sitemap": ["@astrojs/sitemap@3.4.0", "", { "dependencies": { "sitemap": "^8.0.0", "stream-replace-string": "^2.0.0", "zod": "^3.24.2" } }, "sha512-C5m/xsKvRSILKM3hy47n5wKtTQtJXn8epoYuUmCCstaE9XBt20yInym3Bz2uNbEiNfv11bokoW0MqeXPIvjFIQ=="], "@astrojs/svelte": ["@astrojs/svelte@7.0.13", "", { "dependencies": { "@sveltejs/vite-plugin-svelte": "^5.0.3", "svelte2tsx": "^0.7.36", "vite": "^6.3.4" }, "peerDependencies": { "astro": "^5.0.0", "svelte": "^5.1.16", "typescript": "^5.3.3" } }, "sha512-wAWZu3Y/shIa83qVWyhr34vqwfl0GOXLsTYp081mMMOzuiyDAqmusFILua2zpbhqsQhQlhH/BYbGLEIQ/zQpRA=="], diff --git a/package.json b/package.json index 6f0b21e3..9b690204 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@astrojs/mdx": "^4.2.6", - "@astrojs/sitemap": "^3.3.1", + "@astrojs/sitemap": "^3.4.0", "@astrojs/svelte": "^7.0.13", "@date-fns/tz": "^1.2.0", "@iconify-json/feather": "^1.2.1",