diff --git a/docs-site/package-lock.json b/docs-site/package-lock.json index e0e4a9d..fb2111f 100644 --- a/docs-site/package-lock.json +++ b/docs-site/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@astrojs/check": "0.9.9", "@astrojs/starlight": "0.40.0", - "astro": "6.4.7", + "astro": "6.4.8", "starlight-page-actions": "0.6.1", "typescript": "6.0.3" } @@ -2363,9 +2363,9 @@ } }, "node_modules/astro": { - "version": "6.4.7", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.7.tgz", - "integrity": "sha512-5vsXx0H52u23Jpshs9tM81D03Tb3Oh2Vt2Zo0bpqjXN+njkAWjFyGjTfmWJLAcrCQd9Q+iWB1eqfhR1sZJEaUA==", + "version": "6.4.8", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.8.tgz", + "integrity": "sha512-KK5lX90uU9EeVaTjINyj3sy9/NFXVa59aowaqbWBDDKLXZh4rr7GwIaCFYVetE22MJtsCNFerQXn0vlCLmpP/Q==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", diff --git a/docs-site/package.json b/docs-site/package.json index e4e7f32..796804c 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "0.9.9", "@astrojs/starlight": "0.40.0", - "astro": "6.4.7", + "astro": "6.4.8", "starlight-page-actions": "0.6.1", "typescript": "6.0.3" },