From 07507b440fc96b1eb2e231bbc9d52cf76b649bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 10:38:40 +0000 Subject: [PATCH] build(deps-dev): bump astro Bumps the npm_and_yarn group with 1 update in the /examples/astro directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 6.4.8 to 7.1.3 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.1.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.1.3 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/astro/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/astro/package.json b/examples/astro/package.json index 85785f0..e3f7770 100644 --- a/examples/astro/package.json +++ b/examples/astro/package.json @@ -8,6 +8,6 @@ "preview": "astro preview --port 4174" }, "devDependencies": { - "astro": "^6.3.0" + "astro": "^7.1.3" } }