Update dependency fastify to v4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
bot
2022-10-27 20:33:25 +00:00
parent 91c07bd90b
commit 8bb6ae506f
2 changed files with 161 additions and 142 deletions

View File

@@ -8,7 +8,7 @@
"start": "node server.js"
},
"dependencies": {
"fastify": "^3.29.0",
"fastify": "^4.0.0",
"@fastify/static": "6.5.0"
},
"repository": {