diff --git a/package.json b/package.json index 362bd9d..04a55d9 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@astrojs/rss": "^2.3.2", - "@astrojs/sitemap": "^1.2.2", + "@astrojs/sitemap": "^2.0.1", "autoprefixer": "^10.4.14", "dayjs": "^1.11.7", "lunr": "^2.3.9", diff --git a/yarn.lock b/yarn.lock index c88f090..7233847 100644 --- a/yarn.lock +++ b/yarn.lock @@ -71,10 +71,10 @@ fast-xml-parser "^4.0.8" kleur "^4.1.5" -"@astrojs/sitemap@^1.2.2": - version "1.2.2" - resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-1.2.2.tgz#bc9917773e1ad80a63f0fc20c4136922f4bad602" - integrity sha512-rjgFEPzETMVYgOMECIFP2vCkwzF9nLB31/6XWN548IeU/IlFgYR28RbsGTIjUElDak/9AF3jzjtzyldAZger3Q== +"@astrojs/sitemap@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-2.0.1.tgz#c0754fa374d406592e38a92695e2a077aa5d28ae" + integrity sha512-unoaSEyHuR8IApsPN467SD5FMm4PBnaQSHbtvt4dVS3PMDObZV5/lKIbjlfSad7ENzuvpBSLCGyLDOykXUNu6w== dependencies: sitemap "^7.1.1" zod "^3.17.3"