From c5a74b6ad0e81538bb5b12d3996471743f0fc93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 14:14:47 +0000 Subject: [PATCH] chore(deps): bump astro from 6.4.7 to 6.4.8 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.4.7 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1f8586..5ca197b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.40.0", - "astro": "^6.4.7", + "astro": "^6.4.8", "astro-breadcrumbs": "^3.4.0", "sharp": "^0.35.1", "starlight-changelogs": "^0.5.0", @@ -2134,9 +2134,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/package.json b/package.json index 853a11f..26c0496 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.40.0", - "astro": "^6.4.7", + "astro": "^6.4.8", "astro-breadcrumbs": "^3.4.0", "sharp": "^0.35.1", "starlight-changelogs": "^0.5.0",