diff --git a/website/package-lock.json b/website/package-lock.json index 5512aee..6d21b5e 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.2", + "@astrojs/sitemap": "^3.7.3", "@astrojs/starlight": "^0.39.2", "astro": "^6.2.2", "sharp": "^0.34.5" @@ -98,9 +98,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.2.tgz", - "integrity": "sha512-PqkzkcZTb5ICiyIR8VoKbIAP/laNRXi5tw616N1Ckk+40oNB8Can1AzVV56lrbC5GKSZFCyJYUVYqVivMisvpA==", + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.3.tgz", + "integrity": "sha512-f8euLVsyeAmAkSm/1M2Kb8sL8byQmfgbvBNaHFItCheTj/IpiJYSEWVcqDHZ/yEHxiS7+w87mQkzwZaPHmk5GA==", "license": "MIT", "dependencies": { "sitemap": "^9.0.0", diff --git a/website/package.json b/website/package.json index c48aa81..dc59d42 100644 --- a/website/package.json +++ b/website/package.json @@ -8,7 +8,7 @@ "preview": "astro preview" }, "dependencies": { - "@astrojs/sitemap": "^3.7.2", + "@astrojs/sitemap": "^3.7.3", "@astrojs/starlight": "^0.39.2", "astro": "^6.2.2", "sharp": "^0.34.5"