From e66bd89bdee4f80dc6f644e7ab0831d54eccfe00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 03:41:21 +0000 Subject: [PATCH] build(deps): bump @fastify/rate-limit from 8.1.1 to 9.0.0 (#43) Bumps [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit) from 8.1.1 to 9.0.0. - [Release notes](https://github.com/fastify/fastify-rate-limit/releases) - [Commits](https://github.com/fastify/fastify-rate-limit/compare/v8.1.1...v9.0.0) --- updated-dependencies: - dependency-name: "@fastify/rate-limit" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e61923e..5e6e1b8 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@fastify/multipart": "^8.0.0", "@fastify/oauth2": "^7.0.0", "@fastify/postgres": "^5.0.0", - "@fastify/rate-limit": "^8.0.0", + "@fastify/rate-limit": "^9.0.0", "@fastify/redis": "^6.0.0", "@fastify/reply-from": "^9.0.0", "@fastify/routes": "^5.0.0",