Skip to content

Commit e7177d8

Browse files
committed
chore: update min fastify version
1 parent 7488a38 commit e7177d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function fastifyWebsocket (fastify, opts, next) {
234234
}
235235

236236
module.exports = fp(fastifyWebsocket, {
237-
fastify: '^4.16.0',
237+
fastify: '5.x',
238238
name: '@fastify/websocket'
239239
})
240240
module.exports.default = fastifyWebsocket

0 commit comments

Comments
 (0)