mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
fix(deps): update dependency @fastify/static to v9
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user