From 66e780c806fb01873a7f95d7dc1675bec2a3a8b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 13:05:07 +0000 Subject: [PATCH] build(deps): bump astro Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.4.8 to 7.0.2. - [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.0.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../testProjects/astro-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.wildwebdeveloper.tests/testProjects/astro-app/package.json b/org.eclipse.wildwebdeveloper.tests/testProjects/astro-app/package.json index 7075d4c3ca..000416499d 100644 --- a/org.eclipse.wildwebdeveloper.tests/testProjects/astro-app/package.json +++ b/org.eclipse.wildwebdeveloper.tests/testProjects/astro-app/package.json @@ -9,6 +9,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^6.0.5" + "astro": "^7.0.2" } } \ No newline at end of file