From d29aa58db0c446aa2095d1aaa3b54236e8bbd92a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 09:45:43 -0700 Subject: [PATCH] deps: update elysia to 1.4.11 (#23518) ## What does this PR do? Updates elysia to version 1.4.11 Compare: https://github.com/elysiajs/elysia/compare/1.4.10...1.4.11 Auto-updated by [this workflow](https://github.com/oven-sh/bun/actions/workflows/update-vendor.yml) Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com> --- test/vendor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vendor.json b/test/vendor.json index d9ce4eff77..0107bf615d 100644 --- a/test/vendor.json +++ b/test/vendor.json @@ -2,6 +2,6 @@ { "package": "elysia", "repository": "https://github.com/elysiajs/elysia", - "tag": "1.4.10" + "tag": "1.4.11" } ]