Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and github-actions[bot] committed Apr 19, 2023
1 parent 0f162c5 commit c6de9d6
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 124 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"@grpc/proto-loader": "0.7.6",
"@mdx-js/react": "1.6.22",
"@nestjs/apollo": "^11.0.0",
"@nestjs/common": "9.3.10",
"@nestjs/core": "9.3.10",
"@nestjs/common": "9.4.0",
"@nestjs/core": "9.4.0",
"@nestjs/graphql": "^11.0.0",
"@nestjs/mercurius": "^11.0.0",
"@nestjs/microservices": "^9.1.6",
"@nestjs/platform-express": "9.3.10",
"@nestjs/platform-express": "9.4.0",
"@nestjs/platform-fastify": "^9.1.6",
"@nestjs/platform-socket.io": "^9.1.6",
"@nestjs/platform-ws": "^9.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"url": "https://github.com/jmcdo29/ogma/issues"
},
"dependencies": {
"@nestjs/common": "9.3.10",
"@nestjs/core": "9.3.10",
"@nestjs/common": "9.4.0",
"@nestjs/core": "9.4.0",
"@ogma/common": "^1.0.0",
"nest-commander": "^3.0.0",
"reflect-metadata": "0.1.13"
Expand Down
Loading

0 comments on commit c6de9d6

Please sign in to comment.