From 17b2a3be9b7bb4602088bce10f01b2079827448c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 09:12:14 +0000 Subject: [PATCH] Update astro requirement from ^5.11.2 to ^5.12.0 Updates the requirements on [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) to permit the latest version. - [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@5.12.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0df6a87..65c9740 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "dependencies": { - "astro": "^5.11.2" + "astro": "^5.12.0" }, "devDependencies": { "@playform/build": "0.2.5"