diff --git a/package-lock.json b/package-lock.json index bd20f6e..97fce7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@astrojs/react": "^3.0.9", - "@astrojs/sitemap": "^3.0.5", + "@astrojs/sitemap": "^3.1.6", "@astrojs/tailwind": "^5.1.0", "@divriots/jampack": "^0.23.2", "@tailwindcss/typography": "^0.5.10", @@ -202,12 +202,12 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.1.5.tgz", - "integrity": "sha512-GLdzJ01387Uzb8RKYpsYLlg/GzoPnGbmDeQNkarSE11i2+l9Qp8Nj/WoTEy9nkTS25fxxy0kxDfJmreeVleCqg==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.1.6.tgz", + "integrity": "sha512-1Qp2NvAzVImqA6y+LubKi1DVhve/hXXgFvB0szxiipzh7BvtuKe4oJJ9dXSqaubaTkt4nMa6dv6RCCAYeB6xaQ==", "dev": true, "dependencies": { - "sitemap": "^7.1.1", + "sitemap": "^7.1.2", "stream-replace-string": "^2.0.0", "zod": "^3.23.8" } diff --git a/package.json b/package.json index 6869e85..39a1cec 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@astrojs/react": "^3.0.9", - "@astrojs/sitemap": "^3.0.5", + "@astrojs/sitemap": "^3.1.6", "@astrojs/tailwind": "^5.1.0", "@divriots/jampack": "^0.23.2", "@tailwindcss/typography": "^0.5.10",