From 584930c59650d3b6fbad0fd0c984a802a0459a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:07:02 +0000 Subject: [PATCH] build(deps): bump astro from 6.4.3 to 6.4.8 in /docs Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.4.3 to 6.4.8. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@6.4.8/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.4.8/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.4.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 8 ++++---- docs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index eb6cb7b..8ecafdd 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -7,7 +7,7 @@ "name": "vgi-rpc-docs", "dependencies": { "@astrojs/starlight": "^0.39.3", - "astro": "^6.4.3", + "astro": "^6.4.8", "sharp": "^0.33.5" }, "devDependencies": { @@ -2079,9 +2079,9 @@ } }, "node_modules/astro": { - "version": "6.4.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.3.tgz", - "integrity": "sha512-heArIk8zLcxuoj1WgBH2zGdAD8zKSU1mEcBvS6hYMEHRPlbtvB+4Y8ri9Z27hzeryvGaFgrH32zjghEfV2y07g==", + "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/package.json b/docs/package.json index c41152b..0214f89 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.39.3", - "astro": "^6.4.3", + "astro": "^6.4.8", "sharp": "^0.33.5" }, "devDependencies": {