From 80abf06ba8ef9497318ffc597b83fb63e4408f9c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 27 May 2024 08:44:42 +0200 Subject: [PATCH] fix(deps): update dependency google-gax to v4.3.4 (#2051) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend 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) ([source](https://togithub.com/googleapis/gax-nodejs/tree/HEAD/gax)) | [`4.3.3` -> `4.3.4`](https://renovatebot.com/diffs/npm/google-gax/4.3.3/4.3.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/google-gax/4.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/google-gax/4.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/google-gax/4.3.3/4.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/google-gax/4.3.3/4.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/gax-nodejs (google-gax) ### [`v4.3.4`](https://togithub.com/googleapis/gax-nodejs/blob/HEAD/gax/CHANGELOG.md#434-2024-05-22) [Compare Source](https://togithub.com/googleapis/gax-nodejs/compare/google-gax-v4.3.3...google-gax-v4.3.4) ##### Bug Fixes - Counter does increment first retry ([#​1601](https://togithub.com/googleapis/gax-nodejs/issues/1601)) ([4b77bf3](https://togithub.com/googleapis/gax-nodejs/commit/4b77bf349e5fec46f9ad7934e4cce334b79e8013)) - don't emit error event during stream handoff ([#​1592](https://togithub.com/googleapis/gax-nodejs/issues/1592)) ([2e7d30a](https://togithub.com/googleapis/gax-nodejs/commit/2e7d30a1671aa667f7c000c737dfa40824f7b9f1)) - Only call getResumptionRequestFn once ([#​1593](https://togithub.com/googleapis/gax-nodejs/issues/1593)) ([e1755a9](https://togithub.com/googleapis/gax-nodejs/commit/e1755a920e789270dcb41b87290bab16c273d25f))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined). 🚦 **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, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/nodejs-spanner). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b5963e6f..55f46ce92 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "events-intercept": "^2.0.0", "extend": "^3.0.2", "google-auth-library": "^9.0.0", - "google-gax": "4.3.3", + "google-gax": "4.3.4", "grpc-gcp": "^1.0.0", "is": "^3.2.1", "lodash.snakecase": "^4.1.1",