From 500c9b361dbbb97aabe19a385251742f8dd04392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 09:55:37 +0000 Subject: [PATCH] Update astro requirement from ^5.12.5 to ^5.12.6 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.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.12.6 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 1be5912..5026472 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "dependencies": { - "astro": "^5.12.5" + "astro": "^5.12.6" }, "devDependencies": { "@playform/build": "0.2.5"