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
Showing only changes of commit 6becbe0ae3 - Show all commits

View File

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