Skip to content

Commit

Permalink
build(deps): bump project dependencies (#858)
Browse files Browse the repository at this point in the history
- [x] update npm dependencies;
  • Loading branch information
rfprod authored Jul 8, 2024
1 parent 952841e commit 2fafeda
Show file tree
Hide file tree
Showing 11 changed files with 1,974 additions and 1,792 deletions.
22 changes: 11 additions & 11 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
"@apollo/server": "4.10.4",
"@grpc/grpc-js": "1.10.10",
"@grpc/proto-loader": "0.7.13",
"@nestjs/apollo": "12.1.0",
"@nestjs/apollo": "12.2.0",
"@nestjs/axios": "3.0.2",
"@nestjs/cache-manager": "2.2.2",
"@nestjs/common": "10.3.9",
"@nestjs/config": "3.2.2",
"@nestjs/core": "10.3.9",
"@nestjs/graphql": "12.1.1",
"@nestjs/common": "10.3.10",
"@nestjs/config": "3.2.3",
"@nestjs/core": "10.3.10",
"@nestjs/graphql": "12.2.0",
"@nestjs/jwt": "10.2.0",
"@nestjs/microservices": "10.3.9",
"@nestjs/microservices": "10.3.10",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.9",
"@nestjs/platform-ws": "10.3.9",
"@nestjs/platform-express": "10.3.10",
"@nestjs/platform-ws": "10.3.10",
"@nestjs/serve-static": "4.0.2",
"@nestjs/swagger": "7.3.1",
"@nestjs/swagger": "7.4.0",
"@nestjs/throttler": "5.2.0",
"@nestjs/websockets": "10.3.9",
"@nestjs/websockets": "10.3.10",
"axios": "1.7.2",
"cache-manager": "5.6.1",
"cache-manager": "5.7.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"compression": "1.7.4",
Expand Down
6 changes: 3 additions & 3 deletions apps/server-prod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Dependencies for docker containers running server-prod application. Do not install dependencies in this directory. This file is only for containers.",
"dependencies": {
"@nestjs/axios": "3.0.2",
"@nestjs/common": "10.3.9",
"@nestjs/core": "10.3.9",
"@nestjs/platform-express": "10.3.9",
"@nestjs/common": "10.3.10",
"@nestjs/core": "10.3.10",
"@nestjs/platform-express": "10.3.10",
"@nestjs/serve-static": "4.0.2",
"axios": "1.7.2",
"compression": "1.7.4",
Expand Down
Loading

0 comments on commit 2fafeda

Please sign in to comment.