Skip to content

Commit

Permalink
chore(deps): update dependency @grpc/grpc-js to ^0.7.8 (#400)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | devDependencies | patch | [`^0.7.7` -> `^0.7.8`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/0.7.7/0.7.8) |
| [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | dependencies | patch | [`^0.7.7` -> `^0.7.8`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/0.7.7/0.7.8) |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/gapic-generator-typescript).
  • Loading branch information
renovate-bot authored Apr 9, 2020
1 parent f8518d1 commit bf0ea96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-fixtures/test-application-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prettier-check": "prettier --check ./*.js"
},
"dependencies": {
"@grpc/grpc-js": "^0.7.7",
"@grpc/grpc-js": "^0.7.8",
"grpc": "^1.24.2",
"is-docker": "^2.0.0",
"karma": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion test-fixtures/test-application-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"karma-mocha": "^1.3.0",
"karma-chrome-launcher": "^3.1.0",
"showcase": "file:./showcase-0.1.0.tgz",
"@grpc/grpc-js": "^0.7.7",
"@grpc/grpc-js": "^0.7.8",
"grpc": "^1.24.2",
"is-docker": "^2.0.0",
"karma-webpack": "^4.0.2",
Expand Down

0 comments on commit bf0ea96

Please sign in to comment.