Skip to content

Commit

Permalink
fix(deps): update nestjs packages to v11.0.6 (#2041)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2025
2 parents 1688053 + fe572db commit 7c4e10f
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@eslint/js": "^9.12.0",
"@lerna-lite/cli": "3.11.0",
"@lerna-lite/publish": "3.11.0",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.5",
"@nestjs/platform-express": "11.0.5",
"@nestjs/testing": "11.0.5",
"@nestjs/common": "11.0.6",
"@nestjs/core": "11.0.6",
"@nestjs/platform-express": "11.0.6",
"@nestjs/testing": "11.0.6",
"@types/glob": "8.1.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"watch": "tsc -w"
},
"devDependencies": {
"@nestjs/common": "11.0.5",
"@nestjs/common": "11.0.6",
"rxjs": "7.8.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pubsub-publisher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@google-cloud/pubsub": "^4.7.2"
},
"devDependencies": {
"@nestjs/common": "11.0.5",
"@nestjs/common": "11.0.6",
"rxjs": "7.8.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tasks-publisher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@google-cloud/tasks": "^5.5.1"
},
"devDependencies": {
"@nestjs/common": "11.0.5",
"@nestjs/common": "11.0.6",
"rxjs": "7.8.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@anchan828/nest-cloud-run-queue-common": "^3.3.0"
},
"devDependencies": {
"@nestjs/common": "11.0.5",
"@nestjs/common": "11.0.6",
"rxjs": "7.8.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 7c4e10f

Please sign in to comment.