diff --git a/server/package-lock.json b/server/package-lock.json index 6fc9fa7..755510e 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@fastify/cors": "^11.2.0", "@fastify/helmet": "^13.0.2", - "@fastify/rate-limit": "^10.3.0", + "@fastify/rate-limit": "^11.2.0", "@fastify/static": "^10.1.2", "better-sqlite3": "^12.10.0", "bonjour-service": "^1.3.0", @@ -783,9 +783,9 @@ } }, "node_modules/@fastify/rate-limit": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@fastify/rate-limit/-/rate-limit-10.3.0.tgz", - "integrity": "sha512-eIGkG9XKQs0nyynatApA3EVrojHOuq4l6fhB4eeCk4PIOeadvOJz9/4w3vGI44Go17uaXOWEcPkaD8kuKm7g6Q==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/@fastify/rate-limit/-/rate-limit-11.2.0.tgz", + "integrity": "sha512-X7osJd4XSvMoejYrnJkSZYYjY1eNYoBqhjlzf1RakC2204qExFqZFTKj5+T7VuzA/iUI9Z3UoSqQRkB2HpG0oQ==", "funding": [ { "type": "github", @@ -799,10 +799,27 @@ "license": "MIT", "dependencies": { "@lukeed/ms": "^2.0.2", - "fastify-plugin": "^5.0.0", + "fastify-plugin": "^6.0.0", + "ip-address": "^10.2.0", "toad-cache": "^3.7.0" } }, + "node_modules/@fastify/rate-limit/node_modules/fastify-plugin": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-6.0.0.tgz", + "integrity": "sha512-fZOty7z3O7vOliF6d8bHE3wiEh1KcNnKEQensSgTk9C1DvN6nRLS++XVd86v33Hw/8u9Un8A1zDrQ8ujcQDHEg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "MIT" + }, "node_modules/@fastify/send": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/@fastify/send/-/send-4.1.0.tgz", @@ -3262,7 +3279,6 @@ "version": "10.2.0", "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz", "integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==", - "dev": true, "license": "MIT", "engines": { "node": ">= 12" diff --git a/server/package.json b/server/package.json index 9d5a341..76d8316 100644 --- a/server/package.json +++ b/server/package.json @@ -20,7 +20,7 @@ "dependencies": { "@fastify/cors": "^11.2.0", "@fastify/helmet": "^13.0.2", - "@fastify/rate-limit": "^10.3.0", + "@fastify/rate-limit": "^11.2.0", "@fastify/static": "^10.1.2", "better-sqlite3": "^12.10.0", "bonjour-service": "^1.3.0",