From 60da08dee54c9964da26846c04e27b35b2642f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:13:10 +0000 Subject: [PATCH] Bump astro from 5.12.9 to 5.16.0 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.12.9 to 5.16.0. - [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.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/astro-tunnel/package.json | 2 +- playground/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro-tunnel/package.json b/packages/astro-tunnel/package.json index e269ed6..887387d 100644 --- a/packages/astro-tunnel/package.json +++ b/packages/astro-tunnel/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@types/node": "24.2.1", - "astro": "5.12.9", + "astro": "5.16.0", "tsdown": "0.14.0", "typescript": "5.9.2" }, diff --git a/playground/package.json b/playground/package.json index f990b7d..1a87506 100644 --- a/playground/package.json +++ b/playground/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.12.9", + "astro": "^5.16.0", "astro-tunnel": "workspace:*", "@astrojs/check": "^0.9.4", "typescript": "^5.9.2"