diff --git a/package-lock.json b/package-lock.json index 19fa52d..bec60fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/mdx": "^2.1.1", "@astrojs/react": "^3.0.10", "@astrojs/rss": "^4.0.5", - "@astrojs/sitemap": "^3.0.5", + "@astrojs/sitemap": "^3.1.2", "@astrojs/tailwind": "^5.1.0", "@nanostores/persistent": "^0.9.1", "@nanostores/react": "^0.7.1", @@ -275,9 +275,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.0.5.tgz", - "integrity": "sha512-60eLzNjMza3ABypiQPUC6ElOSZNZeY5CwSwgJ03hfeonl+Db9x12CCzBFdTw7A5Mq+O54xEZVUrR0tB+yWgX8w==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.1.2.tgz", + "integrity": "sha512-FxOJldIl5ltZ5CNjocQxHkAO9orwHBjqtaU28o4smobp9vowS0nbGp+I9CrPxkzWdl1crSDm9vjL9tnvG1DSug==", "dependencies": { "sitemap": "^7.1.1", "zod": "^3.22.4" diff --git a/package.json b/package.json index f0a6b5f..683c148 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/mdx": "^2.1.1", "@astrojs/react": "^3.0.10", "@astrojs/rss": "^4.0.5", - "@astrojs/sitemap": "^3.0.5", + "@astrojs/sitemap": "^3.1.2", "@astrojs/tailwind": "^5.1.0", "@nanostores/persistent": "^0.9.1", "@nanostores/react": "^0.7.1",