From b726ecde0a7ef522c6ef01474a09b22ecf40706c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:35:33 +0000 Subject: [PATCH] build(deps): bump astro Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.18.1 to 6.0.5. - [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@6.0.5/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.0.5 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 dc79a4b1c8..7075d4c3ca 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": "^5.8.0" + "astro": "^6.0.5" } } \ No newline at end of file