From 4f2ead7341b1e9ad42fc07f5e1183be9757009a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 10:35:51 +0000 Subject: [PATCH] build(deps): bump fastify-plugin from 4.5.1 to 6.0.0 in /backend Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 4.5.1 to 6.0.0. - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v4.5.1...v6.0.0) --- updated-dependencies: - dependency-name: fastify-plugin dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 34 ++++++++++++++-------------------- backend/package.json | 2 +- 2 files changed, 15 insertions(+), 21 deletions(-) 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",