Skip to content

Commit 92d23b6

Browse files
authored
chore: update min fastify version (#139)
1 parent 1caa49f commit 92d23b6

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
@@ -100,7 +100,7 @@ function fastifyExpress (fastify, options, next) {
100100
}
101101

102102
module.exports = fp(fastifyExpress, {
103-
fastify: '4.x',
103+
fastify: '5.x',
104104
name: '@fastify/express'
105105
})
106106
module.exports.default = fastifyExpress

0 commit comments

Comments
 (0)