Skip to content

Commit 00425d4

Browse files
cedlioCedric Lionnet
and
Cedric Lionnet
authored
fix: require 'fastify>=5.x' (#55)
Co-authored-by: Cedric Lionnet <[email protected]>
1 parent 9a1a9d5 commit 00425d4

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
@@ -3,7 +3,7 @@ const fp = require('fastify-plugin')
33
const { inferIPVersion, isIP, isIPv4, isIPv6 } = require('./lib/ip')
44

55
const plugin = fp(fastifyIp, {
6-
fastify: '>=4.x',
6+
fastify: '>=5.x',
77
name: 'fastify-ip'
88
})
99

0 commit comments

Comments
 (0)