From f223a0b210a60da3d52caa5b6c7653da0974ceb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 07:06:50 +0000 Subject: [PATCH] Bump astro from 5.16.3 to 5.16.5 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.16.3 to 5.16.5. - [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.5/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.16.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ae24205..f28031f 100644 --- a/packages/astro-tunnel/package.json +++ b/packages/astro-tunnel/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@types/node": "24.10.1", "@typescript/native-preview": "7.0.0-dev.20251203.1", - "astro": "5.16.3", + "astro": "5.16.5", "tsdown": "0.14.0" }, "peerDependencies": { diff --git a/playground/package.json b/playground/package.json index d1e2de4..e537676 100644 --- a/playground/package.json +++ b/playground/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "5.16.3", + "astro": "5.16.5", "astro-tunnel": "workspace:*", "@astrojs/check": "0.9.6", "typescript": "5.9.3"