diff --git a/package-lock.json b/package-lock.json index c016d131..2e4e16ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.41.3", - "astro": "^7.0.8", + "astro": "^7.0.9", "starlight-openapi": "^0.26.0" } }, @@ -2609,9 +2609,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/package.json b/package.json index 204673d6..92761995 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.41.3", - "astro": "^7.0.8", + "astro": "^7.0.9", "starlight-openapi": "^0.26.0" } }