diff --git a/package-lock.json b/package-lock.json index 4b679eb..30d7a84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@mikro-orm/sql": "^7.0.14", "argon2": "^0.44.0", "fastify": "^5.8.5", - "fastify-plugin": "^5.0.1", + "fastify-plugin": "^6.0.0", "reflect-metadata": "^0.2.2", "zod": "^4.4.3" }, @@ -610,6 +610,22 @@ "steed": "^1.1.3" } }, + "node_modules/@fastify/jwt/node_modules/fastify-plugin": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.1.0.tgz", + "integrity": "sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "MIT" + }, "node_modules/@fastify/merge-json-schemas": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/@fastify/merge-json-schemas/-/merge-json-schemas-0.2.1.tgz", @@ -1798,9 +1814,9 @@ } }, "node_modules/fastify-plugin": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.1.0.tgz", - "integrity": "sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==", + "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", diff --git a/package.json b/package.json index 6d303e8..b34f24f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@mikro-orm/sql": "^7.0.14", "argon2": "^0.44.0", "fastify": "^5.8.5", - "fastify-plugin": "^5.0.1", + "fastify-plugin": "^6.0.0", "reflect-metadata": "^0.2.2", "zod": "^4.4.3" },