From 8c7a15a2fcf4b97668b8b012f31826ae326a9938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 21:54:18 +0000 Subject: [PATCH] chore(deps): bump elysia-rate-limit from 3.0.0 to 5.1.0 in /backend Bumps [elysia-rate-limit](https://github.com/rayriffy/elysia-rate-limit) from 3.0.0 to 5.1.0. - [Release notes](https://github.com/rayriffy/elysia-rate-limit/releases) - [Changelog](https://github.com/rayriffy/elysia-rate-limit/blob/main/CHANGELOG.md) - [Commits](https://github.com/rayriffy/elysia-rate-limit/compare/v3.0.0...v5.1.0) --- updated-dependencies: - dependency-name: elysia-rate-limit dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 8c08133a..c4508c33 100644 --- a/backend/package.json +++ b/backend/package.json @@ -25,7 +25,7 @@ "@xmldom/xmldom": "^0.9.10", "drizzle-orm": "^0.45.2", "elysia": "^1.4.29", - "elysia-rate-limit": "3.0.0", + "elysia-rate-limit": "5.1.0", "jsonwebtoken": "^9.0.3", "ldapts": "^9.0.0", "postgres": "^3",