From 65b9bf1caa5ae40f4a8d3e1555595e4be53376aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 09:48:02 +0000 Subject: [PATCH] Update astro requirement from ^5.12.4 to ^5.12.5 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.5/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.12.5 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 e0e6963..1be5912 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "dependencies": { - "astro": "^5.12.4" + "astro": "^5.12.5" }, "devDependencies": { "@playform/build": "0.2.5"