Skip to content

Commit e6822c0

Browse files
authored
chore: update min fastify version (#187)
1 parent eb6fde9 commit e6822c0

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
@@ -39,7 +39,7 @@ function fastifyBearerAuth (fastify, options, done) {
3939
}
4040

4141
module.exports = fp(fastifyBearerAuth, {
42-
fastify: '4.x',
42+
fastify: '5.x',
4343
name: '@fastify/bearer-auth'
4444
})
4545
module.exports.default = fastifyBearerAuth

0 commit comments

Comments
 (0)