diff --git a/docs/package-lock.json b/docs/package-lock.json index 274a4316..fa76b18d 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/sitemap": "^3.7.3", "@astrojs/starlight": "^0.41.3", - "astro": "^7.0.8", + "astro": "^7.1.1", "astro-mermaid": "^2.1.0", "mermaid": "^11.16.0", "sharp": "^0.35.3", @@ -2795,9 +2795,9 @@ } }, "node_modules/astro": { - "version": "7.0.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.0.8.tgz", - "integrity": "sha512-JCq0EqspEjyFw9TBlSiVXYv1nhV8XlZmV0zHKGqqm8TeYlsVlYSVfOHrGnd211RQH/4hpqni7ZAd+Y5wlVNyLA==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.1.tgz", + "integrity": "sha512-yfKhuvbz+DORHihJRL1DHcxyLcX9uTrxvz2nCSTzHH54k2DdACBfuOu2OAAAhdUC9xlu2IRXAiagqcPL3DftCg==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.3.1", diff --git a/docs/package.json b/docs/package.json index f6c95e7e..eab6f4b4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,7 +11,7 @@ "dependencies": { "@astrojs/sitemap": "^3.7.3", "@astrojs/starlight": "^0.41.3", - "astro": "^7.0.8", + "astro": "^7.1.1", "astro-mermaid": "^2.1.0", "mermaid": "^11.16.0", "sharp": "^0.35.3",