From 23b062c31c6c734dc0328a8d3e22659f4d27d2af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:36:44 +0000 Subject: [PATCH] Bump astro from 5.12.9 to 5.16.3 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.12.9 to 5.16.3. - [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.16.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.16.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/astro-integration/package.json | 2 +- playground/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro-integration/package.json b/packages/astro-integration/package.json index cf53d4e..a14b852 100644 --- a/packages/astro-integration/package.json +++ b/packages/astro-integration/package.json @@ -26,7 +26,7 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "astro": "5.12.9", + "astro": "5.16.3", "publint": "0.3.12", "tsdown": "0.14.2", "typescript": "5.9.2" diff --git a/playground/package.json b/playground/package.json index 0cf057a..a44217f 100644 --- a/playground/package.json +++ b/playground/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "5.12.9", + "astro": "5.16.3", "astro-integration": "workspace:*" }, "devDependencies": {