From 2eecdd6da7a79a786ee9fe9b1f7cd11146d07bce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:10:27 +0000 Subject: [PATCH] chore(deps)(deps): bump elysia in /apps/api in the elysia group Bumps the elysia group in /apps/api with 1 update: [elysia](https://github.com/elysiajs/elysia). Updates `elysia` from 1.4.28 to 1.4.29 - [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.28...1.4.29) --- updated-dependencies: - dependency-name: elysia dependency-version: 1.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: elysia ... Signed-off-by: dependabot[bot] --- apps/api/bun.lock | 4 ++-- apps/api/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/api/bun.lock b/apps/api/bun.lock index 0f80c3f..6f257b6 100644 --- a/apps/api/bun.lock +++ b/apps/api/bun.lock @@ -23,7 +23,7 @@ "bullmq": "5.78.1", "dotenv": "17.4.2", "drizzle-orm": "0.45.2", - "elysia": "1.4.28", + "elysia": "1.4.29", "elysia-rate-limit": "4.6.2", "fs-extra": "11.3.5", "handlebars": "4.7.9", @@ -767,7 +767,7 @@ "electron-to-chromium": ["electron-to-chromium@1.5.353", "", {}, "sha512-kOrWphBi8TOZyiJZqsgqIle0lw+tzmnQK83pV9dZUd01Nm2POECSyFQMAuarzZdYqQW7FH9RaYOuaRo3h+bQ3w=="], - "elysia": ["elysia@1.4.28", "", { "dependencies": { "cookie": "^1.1.1", "exact-mirror": "^0.2.7", "fast-decode-uri-component": "^1.0.1", "memoirist": "^0.4.0" }, "peerDependencies": { "@sinclair/typebox": ">= 0.34.0 < 1", "@types/bun": ">= 1.2.0", "file-type": ">= 20.0.0", "openapi-types": ">= 12.0.0", "typescript": ">= 5.0.0" }, "optionalPeers": ["@types/bun", "typescript"] }, "sha512-Vrx8sBnvq8squS/3yNBzR1jBXI+SgmnmvwawPjNuEHndUe5l1jV2Gp6JJ4ulDkEB8On6bWmmuyPpA+bq4t+WYg=="], + "elysia": ["elysia@1.4.29", "", { "dependencies": { "cookie": "^1.1.1", "exact-mirror": "^0.2.7", "fast-decode-uri-component": "^1.0.1", "memoirist": "^0.4.0" }, "peerDependencies": { "@sinclair/typebox": ">= 0.34.0 < 1", "@types/bun": ">= 1.2.0", "file-type": ">= 20.0.0", "openapi-types": ">= 12.0.0", "typescript": ">= 5.0.0" }, "optionalPeers": ["@types/bun", "typescript"] }, "sha512-GwMRGGwSdjfPt+w3LA0fqTuYJtS8uVRJicvoar98/HrO5qdFKDc9CwjIb6Kja+v39lkY+58hr2JvdR9jQzlUuA=="], "elysia-rate-limit": ["elysia-rate-limit@4.6.2", "", { "dependencies": { "@alloc/quick-lru": "5.2.0", "debug": "4.3.4" }, "peerDependencies": { "elysia": ">= 1.0.0" } }, "sha512-3axf0dl9PECqg+Duo+qfiI/RWyYnl63osuVgaI4DnXJjLs7PxNzJINfnKIV1Tyg0mqONO1jzdAjwDrJ3HEmuug=="], diff --git a/apps/api/package.json b/apps/api/package.json index bd3bda9..8ca0b3f 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -68,7 +68,7 @@ "bullmq": "5.78.1", "dotenv": "17.4.2", "drizzle-orm": "0.45.2", - "elysia": "1.4.28", + "elysia": "1.4.29", "elysia-rate-limit": "4.6.2", "fs-extra": "11.3.5", "handlebars": "4.7.9",