diff --git a/package-lock.json b/package-lock.json index 3ee71f6..d94712b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@fastify/cors": "^10.0.0", "@fastify/helmet": "^12.0.1", "@fastify/jwt": "^9.0.1", - "@fastify/rate-limit": "^10.0.0", + "@fastify/rate-limit": "^10.2.2", "dotenv": "^16.4.5", "fastify": "^5.0.0", "tsx": "^4.16.2" @@ -635,10 +635,19 @@ } }, "node_modules/@fastify/rate-limit": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/@fastify/rate-limit/-/rate-limit-10.2.0.tgz", - "integrity": "sha512-o012oXtc1kOozyk8ogwNzIRbWaNgAhYGJcbiW84+SPafTD8NEU43D/iTYkJgDNamfk4z4AYyQZJbfT2bpzRh5A==", - "license": "MIT", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/@fastify/rate-limit/-/rate-limit-10.2.2.tgz", + "integrity": "sha512-45vXZImiYthKlMohF4XoHXYiBXCyRYY+zmtjLZuQrGraW0Zj9hYPYNOIa47012+5A65M0KJQxIVbzYCNP90hcg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { "@lukeed/ms": "^2.0.2", "fastify-plugin": "^5.0.0", diff --git a/package.json b/package.json index d15ae72..cfea057 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@fastify/jwt": "^9.0.1", "@fastify/compress": "^8.0.0", "dotenv": "^16.4.5", - "@fastify/rate-limit": "^10.0.0" + "@fastify/rate-limit": "^10.2.2" }, "devDependencies": { "eslint": "^9.14.0",