From d81bf2cdb0e13aa301f1192dde909597250dac46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:20:33 +0000 Subject: [PATCH] fix(deps): update astro monorepo to v6.4.8 --- docs-site/package-lock.json | 8 ++++---- docs-site/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" },