Skip to content

Commit 4840ef7

Browse files
authored
chore: update min fastify version (#341)
1 parent c176bab commit 4840ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jwt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ function fastifyJwt (fastify, options, next) {
545545
}
546546

547547
module.exports = fp(fastifyJwt, {
548-
fastify: '4.x',
548+
fastify: '5.x',
549549
name: '@fastify/jwt'
550550
})
551551
module.exports.default = fastifyJwt

0 commit comments

Comments
 (0)