From 7165545881aaa9ae0033fea111c820b814b5d8cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 22:24:45 +0000 Subject: [PATCH] chore(deps): bump @fastify/rate-limit from 10.3.0 to 11.0.0 Bumps [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit) from 10.3.0 to 11.0.0. - [Release notes](https://github.com/fastify/fastify-rate-limit/releases) - [Commits](https://github.com/fastify/fastify-rate-limit/compare/v10.3.0...v11.0.0) --- updated-dependencies: - dependency-name: "@fastify/rate-limit" dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/package.json b/packages/server/package.json index 16153ee3c..4bbf384ea 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -68,7 +68,7 @@ "@fastify/compress": "^8.0.1", "@fastify/cors": "^10.0.1", "@fastify/multipart": "^10.0.0", - "@fastify/rate-limit": "^10.1.1", + "@fastify/rate-limit": "^11.0.0", "@fastify/static": "^9.1.2", "@fastify/websocket": "^11.0.1", "@hyperforge/plugin-hyperia": "workspace:*",