diff --git a/package-lock.json b/package-lock.json index 183ad680..c1201f8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "frontend" ], "dependencies": { - "@fastify/passport": "3.0.2", + "@fastify/passport": "4.0.2", "@fastify/secure-session": "8.3.0", "@fastify/static": "9.1.3", "@kubernetes/client-node": "1.4.0", @@ -1201,15 +1201,31 @@ } }, "node_modules/@fastify/passport": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@fastify/passport/-/passport-3.0.2.tgz", - "integrity": "sha512-pUzOxHTaTta6RvtbD4Ct4uTH7wWfgFtyj8apTu+IMe0w67qm5Q5fZsESOVdcC5IothVEySf54fyM9qQ5VNHP3A==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@fastify/passport/-/passport-4.0.2.tgz", + "integrity": "sha512-wijqTZolttYvcnbJXbwigP/8dL78yTt+jC6jfcFwHnjvUULVsWIFxQMu72BGGvBiffuykN8NW85bUid+4SfjWg==", "license": "MIT", "dependencies": { "@fastify/flash": "^6.0.0", - "fastify-plugin": "^5.0.0" + "fastify-plugin": "^6.0.0" } }, + "node_modules/@fastify/passport/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/proxy-addr": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/@fastify/proxy-addr/-/proxy-addr-5.1.0.tgz", diff --git a/package.json b/package.json index b2d0d461..3a0bd20f 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "typescript": "5.9.3" }, "dependencies": { - "@fastify/passport": "3.0.2", + "@fastify/passport": "4.0.2", "@fastify/secure-session": "8.3.0", "@fastify/static": "9.1.3", "@kubernetes/client-node": "1.4.0",