diff --git a/package-lock.json b/package-lock.json index 97a4554b5a..cec39d2974 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@fastify/formbody": "^8.0.2", "@fastify/helmet": "^13.0.2", "@fastify/multipart": "^10.0.0", - "@fastify/passport": "^3.0.2", + "@fastify/passport": "^4.0.0", "@fastify/rate-limit": "^11.0.0", "@fastify/request-context": "^7.0.0", "@fastify/routes": "^6.0.2", @@ -3396,31 +3396,14 @@ } }, "node_modules/@fastify/passport": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@fastify/passport/-/passport-3.0.2.tgz", - "integrity": "sha512-pUzOxHTaTta6RvtbD4Ct4uTH7wWfgFtyj8apTu+IMe0w67qm5Q5fZsESOVdcC5IothVEySf54fyM9qQ5VNHP3A==", - "license": "MIT", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@fastify/passport/-/passport-4.0.0.tgz", + "integrity": "sha512-MIYCKmIZ9pt5X40DZ6QR71BqraMSbKoJryLevm9b/MmY0XhBjVVZKga5GdBukvvMwOeyFvb0Ray9MTqagpYUhg==", "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": "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/proxy-addr": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/@fastify/proxy-addr/-/proxy-addr-5.1.0.tgz", @@ -29069,19 +29052,12 @@ } }, "@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.0", + "resolved": "https://registry.npmjs.org/@fastify/passport/-/passport-4.0.0.tgz", + "integrity": "sha512-MIYCKmIZ9pt5X40DZ6QR71BqraMSbKoJryLevm9b/MmY0XhBjVVZKga5GdBukvvMwOeyFvb0Ray9MTqagpYUhg==", "requires": { "@fastify/flash": "^6.0.0", - "fastify-plugin": "^5.0.0" - }, - "dependencies": { - "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==" - } + "fastify-plugin": "^6.0.0" } }, "@fastify/proxy-addr": { diff --git a/package.json b/package.json index 46407f5951..6cb10499d0 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@fastify/formbody": "^8.0.2", "@fastify/helmet": "^13.0.2", "@fastify/multipart": "^10.0.0", - "@fastify/passport": "^3.0.2", + "@fastify/passport": "^4.0.0", "@fastify/rate-limit": "^11.0.0", "@fastify/request-context": "^7.0.0", "@fastify/routes": "^6.0.2",