From 71b4d0d079690aaee8dfc84b7562b860fcb06024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:02:54 +0000 Subject: [PATCH] chore(deps): bump astro Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.4.4 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] --- .../sites/astro-custom-start-command/package-lock.json | 8 ++++---- .../sites/astro-custom-start-command/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/resources/sites/astro-custom-start-command/package-lock.json b/tests/resources/sites/astro-custom-start-command/package-lock.json index fa23c5dfe97..6bc03b2d503 100644 --- a/tests/resources/sites/astro-custom-start-command/package-lock.json +++ b/tests/resources/sites/astro-custom-start-command/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/node": "^10.1.3", - "astro": "^6.4.4" + "astro": "^6.4.8" }, "devDependencies": {} }, @@ -1737,9 +1737,9 @@ } }, "node_modules/astro": { - "version": "6.4.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.4.tgz", - "integrity": "sha512-hVe8tq3lqt/Dr0UyB//yUmQSlHMTU8scTiF/vQddQVahLE4TTaSdH5H0nb7OvRcwo0UmlAO8DWYar4jNaS7H+A==", + "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/tests/resources/sites/astro-custom-start-command/package.json b/tests/resources/sites/astro-custom-start-command/package.json index 6520326b725..3fb4fcbe204 100644 --- a/tests/resources/sites/astro-custom-start-command/package.json +++ b/tests/resources/sites/astro-custom-start-command/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@astrojs/node": "^10.1.3", - "astro": "^6.4.4" + "astro": "^6.4.8" }, "devDependencies": { },