From aeb73bcdbe6224c776d3b659f37a3b8637b1024a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 22:22:52 +0000 Subject: [PATCH] build(deps): bump fastify-oauth2 from 4.5.0 to 4.6.0 Bumps [fastify-oauth2](https://github.com/fastify/fastify-oauth2) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/fastify/fastify-oauth2/releases) - [Commits](https://github.com/fastify/fastify-oauth2/commits) --- updated-dependencies: - dependency-name: fastify-oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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"