diff --git a/package.json b/package.json index 4941c7a..3ae54db 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "fastify-cookie": "5.6.0", "fastify-cors": "6.1.0", "fastify-env": "2.2.0", - "fastify-oauth2": "4.5.0", + "fastify-oauth2": "4.6.0", "fastify-server-session": "5.0.1", "fastify-swagger": "5.1.0", "got": "11.8.3", diff --git a/yarn.lock b/yarn.lock index a602fac..702c4b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2151,7 +2151,7 @@ fastify-env@2.2.0: fastify-env-deprecated "npm:fastify-env@2.1.1" process-warning "^1.0.0" -fastify-oauth2@4.5.0: +"fastify-oauth2-deprecated@npm:fastify-oauth2@4.5.0": version "4.5.0" resolved "https://registry.yarnpkg.com/fastify-oauth2/-/fastify-oauth2-4.5.0.tgz#961def002191f1b6efc217319812e36b1a5aab71" integrity sha512-22vqp+GK5B5zER/qqqm1YySjZkK22fRRtmBElTJzsFATAIHKLfmHwoZ4zh/vUpiOjLLEb4iQ+xtHg+D8jtxwmQ== @@ -2159,6 +2159,14 @@ fastify-oauth2@4.5.0: fastify-plugin "^3.0.0" simple-oauth2 "^3.4.0" +fastify-oauth2@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/fastify-oauth2/-/fastify-oauth2-4.6.0.tgz#423cd8ff8106438716bab9a0c517eb56e267dbf1" + integrity sha512-vq7QG2HDo3rHwPIfEcyqugP5fKQkB9fGlZUP3/W46MB/WVtqmJqCPz1X6YGiEQxezPg95KOLmEmOgI06zyyQ0A== + dependencies: + fastify-oauth2-deprecated "npm:fastify-oauth2@4.5.0" + process-warning "^1.0.0" + fastify-plugin@^3.0.0, fastify-plugin@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-3.0.1.tgz#79e84c29f401020f38b524f59f2402103fd21ed2"