diff --git a/docs-site/package-lock.json b/docs-site/package-lock.json index 826ddf6b..07d771cf 100644 --- a/docs-site/package-lock.json +++ b/docs-site/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@astrojs/starlight": "0.41.3", - "astro": "7.0.8", + "astro": "7.0.9", "starlight-page-actions": "0.7.0" }, "devDependencies": { @@ -3128,9 +3128,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.0.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.0.9.tgz", + "integrity": "sha512-WB5pA4LLQnmqjBh6EIu0z8aUV4q2/AoThgSZq57Rsp+oqqvPu7OwZ5eF+W4ku20TUTxIhiJW8dccuGvJPiW2UA==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.3.1", diff --git a/docs-site/package.json b/docs-site/package.json index 8270f8f8..3c35cbaa 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@astrojs/starlight": "0.41.3", - "astro": "7.0.8", + "astro": "7.0.9", "starlight-page-actions": "0.7.0" }, "devDependencies": {