Skip to content

Commit c326ff1

Browse files
authored
chore: update min fastify version (#270)
1 parent aeaf19c commit c326ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ fastifyOauth2.YANDEX_CONFIGURATION = {
702702
}
703703

704704
module.exports = fp(fastifyOauth2, {
705-
fastify: '4.x',
705+
fastify: '5.x',
706706
name: '@fastify/oauth2'
707707
})
708708
module.exports.default = fastifyOauth2

0 commit comments

Comments
 (0)