fix(deps): update dependency @fastify/static to v9

This commit is contained in:
renovate[bot]
2025-12-26 00:03:19 +00:00
committed by GitHub
parent 92cefc4041
commit 9b09e38e7d
3 changed files with 3 additions and 3 deletions

View File

@@ -91,7 +91,7 @@
"@fastify/formbody": "8.0.2",
"@fastify/middie": "9.0.3",
"@fastify/multipart": "9.3.0",
"@fastify/static": "8.3.0",
"@fastify/static": "9.0.0",
"@fastify/view": "11.1.1",
"@grpc/grpc-js": "1.14.3",
"@grpc/proto-loader": "0.8.0",

View File

@@ -28,7 +28,7 @@
"tslib": "2.8.1"
},
"peerDependencies": {
"@fastify/static": "^8.0.0",
"@fastify/static": "^8.0.0 || ^9.0.0",
"@fastify/view": "^10.0.0 || ^11.0.0",
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0"

View File

@@ -22,7 +22,7 @@
"@nestjs/common": "11.1.10",
"@nestjs/core": "11.1.10",
"@nestjs/platform-fastify": "11.1.10",
"@fastify/static": "8.3.0",
"@fastify/static": "9.0.0",
"handlebars": "4.7.8",
"@fastify/view": "11.1.1",
"reflect-metadata": "0.2.2",