Skip to content

Commit

Permalink
fix(deps): update dependency @fastify/static to v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent 8cfa854 commit 306251f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@fastify/formbody": "7.4.0",
"@fastify/middie": "8.3.0",
"@fastify/multipart": "8.1.0",
"@fastify/static": "7.0.0",
"@fastify/static": "7.0.1",
"@fastify/view": "8.2.0",
"@grpc/grpc-js": "1.10.0",
"@grpc/proto-loader": "0.7.10",
Expand Down
2 changes: 1 addition & 1 deletion sample/17-mvc-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/common": "10.2.10",
"@nestjs/core": "10.2.10",
"@nestjs/platform-fastify": "10.2.10",
"@fastify/static": "6.12.0",
"@fastify/static": "7.0.1",
"handlebars": "4.7.8",
"@fastify/view": "8.2.0",
"reflect-metadata": "0.2.1",
Expand Down

0 comments on commit 306251f

Please sign in to comment.