From 9be1db6ce1f07a99b699fa0bef14e2dd77f939a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:14:50 +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.0. - [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.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.0.0 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..ad17924a26 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.0" } } \ No newline at end of file