From 4425b41e6dac257c533b032bbe3bbc7a26a71764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 14:47:28 +0000 Subject: [PATCH] Bump @fastify/rate-limit from 7.6.0 to 8.0.3 Bumps [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit) from 7.6.0 to 8.0.3. - [Release notes](https://github.com/fastify/fastify-rate-limit/releases) - [Commits](https://github.com/fastify/fastify-rate-limit/compare/v7.6.0...v8.0.3) --- updated-dependencies: - dependency-name: "@fastify/rate-limit" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2b14b9e..06b31959 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@fastify/cors": "^8.3.0", "@fastify/helmet": "^10.1.0", "@fastify/mongodb": "^6.2.0", - "@fastify/rate-limit": "^7.6.0", + "@fastify/rate-limit": "^8.0.3", "@fastify/request-context": "^4.2.0", "@fastify/under-pressure": "^8.2.0", "bcrypt": "^5.1.0",