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 Dec 15, 2024
1 parent 3a6a298 commit 50d7b54
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 141 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
4 changes: 2 additions & 2 deletions 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 All @@ -42,7 +42,7 @@
"@types/semver": "7.3.13",
"@types/tar": "6.1.4",
"@types/uuid": "9.0.1",
"graphql": "16.6.0",
"graphql": "16.10.0",
"jest": "29.5.0",
"nock": "13.3.1",
"npm-run-all": "4.1.5",
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.16.0",
"lodash": "4.17.21",
"multer": "1.4.5-lts.1",
"node-fetch": "2.6.9",
Expand Down
Loading

0 comments on commit 50d7b54

Please sign in to comment.