From dafbf08d145530d188fc08dda7cfdddb44fd464f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 07:05:22 +0000 Subject: [PATCH] Bump tsdown from 0.14.0 to 0.18.3 Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.14.0 to 0.18.3. - [Release notes](https://github.com/rolldown/tsdown/releases) - [Commits](https://github.com/rolldown/tsdown/compare/v0.14.0...v0.18.3) --- updated-dependencies: - dependency-name: tsdown dependency-version: 0.18.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/astro-tunnel/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro-tunnel/package.json b/packages/astro-tunnel/package.json index ae24205..7611eef 100644 --- a/packages/astro-tunnel/package.json +++ b/packages/astro-tunnel/package.json @@ -35,7 +35,7 @@ "@types/node": "24.10.1", "@typescript/native-preview": "7.0.0-dev.20251203.1", "astro": "5.16.3", - "tsdown": "0.14.0" + "tsdown": "0.18.3" }, "peerDependencies": { "astro": ">=4.0.0"