diff --git a/docs/package-lock.json b/docs/package-lock.json index 3f1057b936d..cffc1101037 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/markdown-remark": "7.2.4", "@astrojs/rss": "^4.0.19", - "@astrojs/sitemap": "^3.7.3", + "@astrojs/sitemap": "^3.7.4", "@astrojs/starlight": "^0.41.10", "@primer/octicons": "^19.33.0", "astro": "^7.2.9", @@ -553,11 +553,12 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.7.3", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.4.tgz", + "integrity": "sha512-LbKNC24bdUWcQf/pThB6qLlSqHojxGjZDURIzFocY8rlWnAn2t74nnhnK6S5x0NHriHoAduLEpVjRykmeGiVvA==", "license": "MIT", "dependencies": { "sitemap": "^9.0.0", - "stream-replace-string": "^2.0.0", "zod": "^4.3.6" } }, @@ -7880,10 +7881,6 @@ "astro": ">=7.0.2" } }, - "node_modules/stream-replace-string": { - "version": "2.0.0", - "license": "MIT" - }, "node_modules/strictdom": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/strictdom/-/strictdom-1.0.1.tgz", diff --git a/docs/package.json b/docs/package.json index 3d5bedbf57f..3bdc9993500 100644 --- a/docs/package.json +++ b/docs/package.json @@ -24,7 +24,7 @@ "dependencies": { "@astrojs/markdown-remark": "7.2.4", "@astrojs/rss": "^4.0.19", - "@astrojs/sitemap": "^3.7.3", + "@astrojs/sitemap": "^3.7.4", "@astrojs/starlight": "^0.41.10", "@primer/octicons": "^19.33.0", "astro": "^7.2.9",