diff --git a/package-lock.json b/package-lock.json index 567c59f..0c05bdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/mdx": "^4.3.14", "@astrojs/rss": "^4.0.18", - "@astrojs/sitemap": "^3.7.1", + "@astrojs/sitemap": "^3.7.2", "@resvg/resvg-js": "^2.6.2", "astro": "^5.18.1", "astro-pagefind": "^1.8.6", @@ -233,9 +233,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.7.1", - "resolved": "https://registry.npmmirror.com/@astrojs/sitemap/-/sitemap-3.7.1.tgz", - "integrity": "sha512-IzQqdTeskaMX+QDZCzMuJIp8A8C1vgzMBp/NmHNnadepHYNHcxQdGLQZYfkbd2EbRXUfOS+UDIKx8sKg0oWVdw==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.2.tgz", + "integrity": "sha512-PqkzkcZTb5ICiyIR8VoKbIAP/laNRXi5tw616N1Ckk+40oNB8Can1AzVV56lrbC5GKSZFCyJYUVYqVivMisvpA==", "license": "MIT", "dependencies": { "sitemap": "^9.0.0", diff --git a/package.json b/package.json index 85886d8..2d71b4c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@astrojs/mdx": "^4.3.14", "@astrojs/rss": "^4.0.18", - "@astrojs/sitemap": "^3.7.1", + "@astrojs/sitemap": "^3.7.2", "@resvg/resvg-js": "^2.6.2", "astro": "^5.18.1", "astro-pagefind": "^1.8.6",