Skip to content

Commit

Permalink
build(deps): bump project dependencies (#775)
Browse files Browse the repository at this point in the history
- [x] update project dependencies to the latest versions;
  • Loading branch information
rfprod authored Sep 24, 2023
1 parent 60dd3ae commit 68f51ef
Show file tree
Hide file tree
Showing 8 changed files with 2,409 additions and 6,128 deletions.
5,214 changes: 821 additions & 4,393 deletions functions/package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
},
"dependencies": {
"@grpc/grpc-js": "1.9.3",
"@grpc/proto-loader": "0.7.9",
"@grpc/proto-loader": "0.7.10",
"@nestjs/apollo": "12.0.9",
"@nestjs/throttler": "5.0.0",
"@nestjs/axios": "3.0.0",
"@nestjs/common": "10.2.5",
"@nestjs/common": "10.2.6",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.2.5",
"@nestjs/core": "10.2.6",
"@nestjs/graphql": "12.0.9",
"@nestjs/jwt": "10.1.1",
"@nestjs/microservices": "10.2.5",
"@nestjs/microservices": "10.2.6",
"@nestjs/passport": "10.0.2",
"@nestjs/platform-express": "10.2.5",
"@nestjs/platform-ws": "10.2.5",
"@nestjs/swagger": "7.1.11",
"@nestjs/websockets": "10.2.5",
"@nestjs/platform-express": "10.2.6",
"@nestjs/platform-ws": "10.2.6",
"@nestjs/swagger": "7.1.12",
"@nestjs/websockets": "10.2.6",
"@nestjs/cache-manager": "2.1.0",
"cache-manager": "5.2.3",
"@types/compression": "1.7.3",
"@types/express": "4.17.17",
"@types/graphql-upload": "16.0.1",
"@types/node": "20.6.0",
"@types/express": "4.17.18",
"@types/graphql-upload": "16.0.2",
"@types/node": "20.6.4",
"@types/websocket": "1.0.6",
"@types/ws": "8.5.5",
"@apollo/server": "4.9.3",
Expand All @@ -47,7 +47,7 @@
"firebase-admin": "11.10.1",
"firebase-functions": "4.4.1",
"google-protobuf": "3.21.2",
"graphql": "16.8.0",
"graphql": "16.8.1",
"graphql-subscriptions": "2.0.0",
"graphql-tag": "2.12.6",
"graphql-tools": "9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions libs/backend-diagnostics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/backend-diagnostics",
"version": "1.0.23",
"version": "1.0.24",
"description": "NestJS API diagnostics module.",
"keywords": [
"nestjs-controller",
Expand All @@ -22,9 +22,9 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@nestjs/common": "10.2.5",
"@nestjs/platform-ws": "10.2.5",
"@nestjs/websockets": "10.2.5",
"@nestjs/common": "10.2.6",
"@nestjs/platform-ws": "10.2.6",
"@nestjs/websockets": "10.2.6",
"dotenv": "16.3.1",
"rxjs": "7.8.1"
}
Expand Down
8 changes: 4 additions & 4 deletions libs/client-d3-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/client-d3-charts",
"version": "1.3.18",
"version": "1.3.19",
"description": "Angular chart components based on D3JS (https://d3js.org).",
"keywords": [
"angular-charts",
Expand All @@ -24,9 +24,9 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/common": "16.2.5",
"@angular/core": "16.2.5",
"@types/d3": "7.4.0",
"@angular/common": "16.2.6",
"@angular/core": "16.2.6",
"@types/d3": "7.4.1",
"d3": "7.8.5"
}
}
10 changes: 5 additions & 5 deletions libs/client-pwa-offline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/client-pwa-offline",
"version": "1.0.12",
"version": "1.0.13",
"description": "PWA offline feature for Angular clients.",
"keywords": [
"angular-module",
Expand All @@ -21,9 +21,9 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/common": "16.2.5",
"@angular/core": "16.2.5",
"@angular/material": "16.2.4",
"@angular/router": "16.2.5"
"@angular/common": "16.2.6",
"@angular/core": "16.2.6",
"@angular/material": "16.2.5",
"@angular/router": "16.2.6"
}
}
4 changes: 2 additions & 2 deletions libs/client-util-eliza/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/client-util-eliza",
"version": "1.3.13",
"version": "1.3.14",
"description": "Angular chatbot logic based on Eliza (https://en.wikipedia.org/wiki/ELIZA).",
"keywords": [
"angular-chatbot",
Expand All @@ -23,6 +23,6 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/core": "16.2.5"
"@angular/core": "16.2.6"
}
}
Loading

0 comments on commit 68f51ef

Please sign in to comment.