Skip to content

Commit 3f02a8a

Browse files
authored
chore: update min fastify version (#257)
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent 2b1cc72 commit 3f02a8a

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
@@ -141,7 +141,7 @@ function done (error) {
141141
}
142142

143143
module.exports = fp(fastifyHelmet, {
144-
fastify: '4.x',
144+
fastify: '5.x',
145145
name: '@fastify/helmet'
146146
})
147147
module.exports.default = fastifyHelmet

0 commit comments

Comments
 (0)