From 469e0f6fe99f33fae4c2ca5e48f3001f88dfb92c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:03:02 +0000 Subject: [PATCH] chore(deps): bump @tinyhttp/app from 2.5.2 to 3.0.1 Bumps [@tinyhttp/app](https://github.com/tinyhttp/tinyhttp/tree/HEAD/packages/app) from 2.5.2 to 3.0.1. - [Release notes](https://github.com/tinyhttp/tinyhttp/releases) - [Changelog](https://github.com/tinyhttp/tinyhttp/blob/master/packages/app/CHANGELOG.md) - [Commits](https://github.com/tinyhttp/tinyhttp/commits/@tinyhttp/app@3.0.1/packages/app) --- updated-dependencies: - dependency-name: "@tinyhttp/app" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a5529a9..6b83a4f2 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@hapi/hapi": "^21.1.0", "@hono/node-server": "^1.3.0", "@koa/router": "^14.0.0", - "@tinyhttp/app": "^2.2.1", + "@tinyhttp/app": "^3.0.1", "@trpc/server": "^11.1.0", "@whatwg-node/server": "^0.10.6", "0http": "^4.0.0",