Update dependency @fastify/static to v9 #25

Merged
bot merged 1 commits from renovate/fastify-static-9.x into master 2025-12-26 03:01:55 +01:00

View File

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