Skip to content

Commit 087d3c4

Browse files
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] <[email protected]>
1 parent 7422bb2 commit 087d3c4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"fastify-cookie": "5.6.0",
2828
"fastify-cors": "6.0.3",
2929
"fastify-env": "2.2.0",
30-
"fastify-oauth2": "4.5.0",
30+
"fastify-oauth2": "4.6.0",
3131
"fastify-server-session": "5.0.1",
3232
"fastify-swagger": "5.1.0",
3333
"got": "11.8.3",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2158,14 +2158,22 @@ [email protected]:
21582158
fastify-env-deprecated "npm:[email protected]"
21592159
process-warning "^1.0.0"
21602160

2161-
fastify-oauth2@4.5.0:
2161+
"fastify-oauth2-deprecated@npm:fastify-oauth2@4.5.0":
21622162
version "4.5.0"
21632163
resolved "https://registry.yarnpkg.com/fastify-oauth2/-/fastify-oauth2-4.5.0.tgz#961def002191f1b6efc217319812e36b1a5aab71"
21642164
integrity sha512-22vqp+GK5B5zER/qqqm1YySjZkK22fRRtmBElTJzsFATAIHKLfmHwoZ4zh/vUpiOjLLEb4iQ+xtHg+D8jtxwmQ==
21652165
dependencies:
21662166
fastify-plugin "^3.0.0"
21672167
simple-oauth2 "^3.4.0"
21682168

2169+
2170+
version "4.6.0"
2171+
resolved "https://registry.yarnpkg.com/fastify-oauth2/-/fastify-oauth2-4.6.0.tgz#423cd8ff8106438716bab9a0c517eb56e267dbf1"
2172+
integrity sha512-vq7QG2HDo3rHwPIfEcyqugP5fKQkB9fGlZUP3/W46MB/WVtqmJqCPz1X6YGiEQxezPg95KOLmEmOgI06zyyQ0A==
2173+
dependencies:
2174+
fastify-oauth2-deprecated "npm:[email protected]"
2175+
process-warning "^1.0.0"
2176+
21692177
fastify-plugin@^3.0.0, fastify-plugin@^3.0.1:
21702178
version "3.0.1"
21712179
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-3.0.1.tgz#79e84c29f401020f38b524f59f2402103fd21ed2"

0 commit comments

Comments
 (0)