Skip to content

Commit 91da374

Browse files
authored
chore: update min fastify version (#147)
1 parent 114e5eb commit 91da374

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
@@ -91,7 +91,7 @@ function fastifyCaching (instance, options, next) {
9191
}
9292

9393
module.exports = fp(fastifyCaching, {
94-
fastify: '4.x',
94+
fastify: '5.x',
9595
name: '@fastify/caching'
9696
})
9797
module.exports.default = fastifyCaching

0 commit comments

Comments
 (0)