From 086eb73fe7b67e7eb2edce1d1769a0b4c64627dd Mon Sep 17 00:00:00 2001 From: robobun Date: Thu, 9 Oct 2025 19:49:33 -0700 Subject: [PATCH] deps: update elysia to 1.4.10 (#23422) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What does this PR do? Updates the vendored Elysia version from 1.4.6 to 1.4.10. ## Changelog Compare: https://github.com/elysiajs/elysia/compare/1.4.6...1.4.10 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Bot Co-authored-by: Claude --- test/vendor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vendor.json b/test/vendor.json index 79c1b1ffdc..d9ce4eff77 100644 --- a/test/vendor.json +++ b/test/vendor.json @@ -2,6 +2,6 @@ { "package": "elysia", "repository": "https://github.com/elysiajs/elysia", - "tag": "1.4.6" + "tag": "1.4.10" } ]