diff --git a/website/package-lock.json b/website/package-lock.json index 7f41f52..6522e2a 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -8,7 +8,7 @@ "name": "flutterprobe-docs", "version": "0.1.0", "dependencies": { - "@astrojs/sitemap": "^3.7.3", + "@astrojs/sitemap": "^3.7.4", "@astrojs/starlight": "^0.41.4", "astro": "^7.2.0", "sharp": "^0.35.3" @@ -244,13 +244,12 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.3.tgz", - "integrity": "sha512-f8euLVsyeAmAkSm/1M2Kb8sL8byQmfgbvBNaHFItCheTj/IpiJYSEWVcqDHZ/yEHxiS7+w87mQkzwZaPHmk5GA==", + "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" } }, @@ -6193,12 +6192,6 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/stream-replace-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/stream-replace-string/-/stream-replace-string-2.0.0.tgz", - "integrity": "sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==", - "license": "MIT" - }, "node_modules/stringify-entities": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", diff --git a/website/package.json b/website/package.json index 1320e91..dd2bf31 100644 --- a/website/package.json +++ b/website/package.json @@ -8,7 +8,7 @@ "preview": "astro preview" }, "dependencies": { - "@astrojs/sitemap": "^3.7.3", + "@astrojs/sitemap": "^3.7.4", "@astrojs/starlight": "^0.41.4", "astro": "^7.2.0", "sharp": "^0.35.3"