diff --git a/package-lock.json b/package-lock.json index c8861e2..328fe3f 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": "^5.0.0" @@ -156,15 +156,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 5bc501f..a8b3630 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": "^5.0.0"