From 581033199dfe2a80a83b472bc77b1d7eab53b62d Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 4 May 2022 13:04:12 +0200 Subject: [PATCH] fix(deps): update dependency google-gax to v2.30.3 (#1549) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-gax](https://togithub.com/googleapis/gax-nodejs) | [`2.30.2` -> `2.30.3`](https://renovatebot.com/diffs/npm/google-gax/2.30.2/2.30.3) | [![age](https://badges.renovateapi.com/packages/npm/google-gax/2.30.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/google-gax/2.30.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/google-gax/2.30.3/compatibility-slim/2.30.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/google-gax/2.30.3/confidence-slim/2.30.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/gax-nodejs ### [`v2.30.3`](https://togithub.com/googleapis/gax-nodejs/blob/HEAD/CHANGELOG.md#​2303-httpsgithubcomgoogleapisgax-nodejscomparev2302v2303-2022-05-03) [Compare Source](https://togithub.com/googleapis/gax-nodejs/compare/v2.30.2...v2.30.3)
--- ### Configuration 📅 **Schedule**: "after 9am and before 3pm" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-pubsub). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c362fb2b0..009c6d263 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "arrify": "^2.0.0", "extend": "^3.0.2", "google-auth-library": "^7.0.0", - "google-gax": "2.30.2", + "google-gax": "2.30.3", "is-stream-ended": "^0.1.4", "lodash.snakecase": "^4.1.1", "p-defer": "^3.0.0"