Update dependency @fastify/static to v8 #23

Merged
bot merged 1 commits from renovate/fastify-static-8.x into master 2024-09-18 02:02:29 +02:00

View File

@ -8,7 +8,7 @@
"start": "node server.js" "start": "node server.js"
}, },
"dependencies": { "dependencies": {
"@fastify/static": "^7.0.0", "@fastify/static": "^8.0.0",
"fastify": "^4.17.0" "fastify": "^4.17.0"
}, },
"repository": { "repository": {