From 9d4f454046d9949761c8225cf8ca9a9fcfd2153d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:12:18 +0000 Subject: [PATCH] Update dependency @fastify/rate-limit to v10 --- package-lock.json | 21 ++++++++++++++------- package.json | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54d3eec..1e4efd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@fastify/compress": "^8.0.0", "@fastify/cors": "^9.0.0", "@fastify/postgres": "^6.0.0", - "@fastify/rate-limit": "^9.0.0", + "@fastify/rate-limit": "^10.0.0", "@fastify/throttle": "^3.0.0", "dotenv": "^16.3.1", "fastify": "^4.23.2" @@ -149,15 +149,22 @@ "license": "MIT" }, "node_modules/@fastify/rate-limit": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@fastify/rate-limit/-/rate-limit-9.1.0.tgz", - "integrity": "sha512-h5dZWCkuZXN0PxwqaFQLxeln8/LNwQwH9popywmDCFdKfgpi4b/HoMH1lluy6P+30CG9yzzpSpwTCIPNB9T1JA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@fastify/rate-limit/-/rate-limit-10.0.0.tgz", + "integrity": "sha512-tgWgUw/Zvs0GfV5odyr4g/CMiNamWYi0eMrmidPTIJyr1Ea3W42YqvM/jpbVjuKC6HONRVUq+IZbAy+GtixVGg==", + "license": "MIT", "dependencies": { - "@lukeed/ms": "^2.0.1", - "fastify-plugin": "^4.0.0", - "toad-cache": "^3.3.1" + "@lukeed/ms": "^2.0.2", + "fastify-plugin": "^5.0.0", + "toad-cache": "^3.7.0" } }, + "node_modules/@fastify/rate-limit/node_modules/fastify-plugin": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.0.tgz", + "integrity": "sha512-0725fmH/yYi8ugsjszLci+lLnGBK6cG+WSxM7edY2OXJEU7gr2JiGBoieL2h9mhTych1vFsEfXsAsGGDJ/Rd5w==", + "license": "MIT" + }, "node_modules/@fastify/throttle": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@fastify/throttle/-/throttle-3.0.0.tgz", diff --git a/package.json b/package.json index 3093792..f145d70 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@fastify/compress": "^8.0.0", "@fastify/cors": "^9.0.0", "@fastify/postgres": "^6.0.0", - "@fastify/rate-limit": "^9.0.0", + "@fastify/rate-limit": "^10.0.0", "@fastify/throttle": "^3.0.0", "dotenv": "^16.3.1", "fastify": "^4.23.2"