From 15d1b50fc1486e98b5a72221d4940686fe66692f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 11:26:06 +0000 Subject: [PATCH] chore(deps): bump elysia from 1.4.22 to 1.4.27 Bumps [elysia](https://github.com/elysiajs/elysia) from 1.4.22 to 1.4.27. - [Release notes](https://github.com/elysiajs/elysia/releases) - [Changelog](https://github.com/elysiajs/elysia/blob/main/CHANGELOG.md) - [Commits](https://github.com/elysiajs/elysia/compare/1.4.22...1.4.27) --- updated-dependencies: - dependency-name: elysia dependency-version: 1.4.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb0dacf6..f994bf82 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@elysiajs/jwt": "^1.4.1", "@elysiajs/static": "^1.4.7", "@kitajs/html": "^4.2.13", - "elysia": "1.4.22", + "elysia": "1.4.27", "sanitize-filename": "^1.6.4", "tar": "^7.5.13" },