Skip to content

Commit

Permalink
fix(deps): update nestjs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2023
1 parent 6877e89 commit 24f51f5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@nestjs/common": "9.4.3",
"@nestjs/config": "2.3.3",
"@nestjs/config": "2.3.4",
"@nestjs/core": "9.4.3",
"@oclif/core": "2.8.5",
"@oclif/plugin-autocomplete": "2.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@nestjs/common": "9.4.3",
"@nestjs/config": "2.3.3",
"@nestjs/config": "2.3.4",
"@nestjs/core": "9.4.3",
"@nestjs/testing": "9.4.3",
"@relate/types": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@apollo/server": "4.9.3",
"@nestjs/apollo": "11.0.6",
"@nestjs/common": "9.4.3",
"@nestjs/config": "2.3.3",
"@nestjs/config": "2.3.4",
"@nestjs/core": "9.4.3",
"@nestjs/graphql": "11.0.6",
"@nestjs/platform-express": "9.4.3",
Expand All @@ -74,7 +74,7 @@
"graphql-subscriptions": "2.0.0",
"graphql-tools": "8.3.20",
"graphql-type-json": "0.3.2",
"graphql-ws": "5.13.1",
"graphql-ws": "5.14.1",
"lodash": "4.17.21",
"multer": "1.4.5-lts.1",
"node-fetch": "2.6.9",
Expand Down
39 changes: 24 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24f51f5

Please sign in to comment.