Skip to content

Commit

Permalink
fix(deps): update dependency @godaddy/terminus to v4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 14, 2021
1 parent 140369d commit ba7c3a1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@commitlint/cli": "12.1.4",
"@commitlint/config-angular": "12.1.4",
"@compodoc/compodoc": "1.1.11",
"@godaddy/terminus": "4.7.1",
"@godaddy/terminus": "4.7.2",
"@grpc/proto-loader": "0.6.2",
"@nestjs/common": "7.6.15",
"@nestjs/core": "7.6.15",
Expand Down
2 changes: 1 addition & 1 deletion sample/deprecated/000-dogs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@godaddy/terminus": "4.7.1",
"@godaddy/terminus": "4.7.2",
"@nestjs/common": "7.6.15",
"@nestjs/core": "7.6.15",
"@nestjs/platform-express": "7.6.15",
Expand Down
2 changes: 1 addition & 1 deletion sample/deprecated/001-mongoose-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json"
},
"dependencies": {
"@godaddy/terminus": "4.7.1",
"@godaddy/terminus": "4.7.2",
"@nestjs/common": "7.6.15",
"@nestjs/core": "7.6.15",
"@nestjs/mongoose": "7.2.4",
Expand Down
2 changes: 1 addition & 1 deletion sample/deprecated/002-microservice-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json"
},
"dependencies": {
"@godaddy/terminus": "4.7.1",
"@godaddy/terminus": "4.7.2",
"@nestjs/common": "7.6.15",
"@nestjs/core": "7.6.15",
"@nestjs/microservices": "7.6.15",
Expand Down
2 changes: 1 addition & 1 deletion sample/deprecated/003-memory-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:watch": "jest --watch --config=jest.json"
},
"dependencies": {
"@godaddy/terminus": "4.7.1",
"@godaddy/terminus": "4.7.2",
"@nestjs/common": "7.6.15",
"@nestjs/core": "7.6.15",
"@nestjs/platform-express": "7.6.15",
Expand Down
2 changes: 1 addition & 1 deletion sample/deprecated/004-grpc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:watch": "jest --watch --config=jest.json"
},
"dependencies": {
"@godaddy/terminus": "4.7.1",
"@godaddy/terminus": "4.7.2",
"@grpc/proto-loader": "0.6.2",
"@nestjs/common": "7.6.15",
"@nestjs/core": "7.6.15",
Expand Down

0 comments on commit ba7c3a1

Please sign in to comment.