Skip to content

Commit

Permalink
fix(nestjs): update dependency @nestjs/x to v9 (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
haddasbronfman authored Jun 15, 2023
1 parent efdfc72 commit fec1799
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"@opentelemetry/api": "^1.3.0"
},
"devDependencies": {
"@nestjs/common": "8.2.6",
"@nestjs/core": "8.2.6",
"@nestjs/microservices": "8.2.6",
"@nestjs/platform-express": "8.2.6",
"@nestjs/websockets": "8.2.6",
"@nestjs/common": "9.4.3",
"@nestjs/core": "9.4.3",
"@nestjs/microservices": "9.4.3",
"@nestjs/platform-express": "9.4.3",
"@nestjs/websockets": "9.4.3",
"@opentelemetry/api": "^1.3.0",
"@opentelemetry/context-async-hooks": "^1.8.0",
"@opentelemetry/sdk-trace-base": "^1.8.0",
Expand Down

0 comments on commit fec1799

Please sign in to comment.