diff --git a/package-lock.json b/package-lock.json index 75b5d67..bad4074 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "devDependencies": { "@astrojs/mdx": "^4.2.4", "@astrojs/react": "^4.2.4", - "@astrojs/sitemap": "^3.3.0", + "@astrojs/sitemap": "^3.4.1", "@astrojs/tailwind": "^6.0.2", "@divriots/jampack": "^0.33.0", "@tailwindcss/typography": "^0.5.16", @@ -231,9 +231,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.3.1.tgz", - "integrity": "sha512-GRnDUCTviBSNfXJ0Jmur+1/C+z3g36jy79VyYggfe1uNyEYSTcmAfTTCmbytrRvJRNyJJnSfB/77Gnm9PiXRRg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.4.1.tgz", + "integrity": "sha512-VjZvr1e4FH6NHyyHXOiQgLiw94LnCVY4v06wN/D0gZKchTMkg71GrAHJz81/huafcmavtLkIv26HnpfDq6/h/Q==", "dependencies": { "sitemap": "^8.0.0", "stream-replace-string": "^2.0.0", diff --git a/package.json b/package.json index 9cfdca7..07375fc 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@astrojs/mdx": "^4.2.4", "@astrojs/react": "^4.2.4", - "@astrojs/sitemap": "^3.3.0", + "@astrojs/sitemap": "^3.4.1", "@astrojs/tailwind": "^6.0.2", "@divriots/jampack": "^0.33.0", "@tailwindcss/typography": "^0.5.16",