diff --git a/package-lock.json b/package-lock.json index 0a2a14d..768b215 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "@astrojs/mdx": "^5.0.2", "@astrojs/rss": "^4.0.18", - "@astrojs/sitemap": "^3.7.1", + "@astrojs/sitemap": "^3.7.2", "@eslint/js": "^10.0.1", "@tailwindcss/typography": "^0.5.19", "@tailwindcss/vite": "^4.2.2", @@ -225,9 +225,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ae680a4..8bbc815 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@astrojs/mdx": "^5.0.2", "@astrojs/rss": "^4.0.18", - "@astrojs/sitemap": "^3.7.1", + "@astrojs/sitemap": "^3.7.2", "@eslint/js": "^10.0.1", "@tailwindcss/typography": "^0.5.19", "@tailwindcss/vite": "^4.2.2",