diff --git a/backend/package-lock.json b/backend/package-lock.json index 38bd032..7313e11 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -11,7 +11,7 @@ "@fastify/rate-limit": "^11.0.0", "@prisma/client": "^5.22.0", "fastify": "^4.28.1", - "fastify-plugin": "^4.5.1", + "fastify-plugin": "^6.0.0", "ioredis": "^5.11.0", "node-cron": "^3.0.3", "pino": "^9.5.0", @@ -678,22 +678,6 @@ "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/@grpc/grpc-js": { "version": "1.14.4", "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.14.4.tgz", @@ -3628,9 +3612,19 @@ } }, "node_modules/fastify-plugin": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.5.1.tgz", - "integrity": "sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==", + "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/fastq": { diff --git a/backend/package.json b/backend/package.json index 4193577..2e3cf71 100644 --- a/backend/package.json +++ b/backend/package.json @@ -23,7 +23,7 @@ "@fastify/rate-limit": "^11.0.0", "@prisma/client": "^5.22.0", "fastify": "^4.28.1", - "fastify-plugin": "^4.5.1", + "fastify-plugin": "^6.0.0", "ioredis": "^5.11.0", "node-cron": "^3.0.3", "pino": "^9.5.0",