From 2e94bcd06d99a98c7767281e8035d000e186692b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 30 Oct 2024 10:22:29 +0100 Subject: [PATCH] fix(deps): update dependency google-gax to v4.4.1 (#2100) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-gax](https://redirect.github.com/googleapis/gax-nodejs) ([source](https://redirect.github.com/googleapis/gax-nodejs/tree/HEAD/gax)) | [`4.3.9` -> `4.4.1`](https://renovatebot.com/diffs/npm/google-gax/4.3.9/4.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/google-gax/4.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/google-gax/4.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/google-gax/4.3.9/4.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/google-gax/4.3.9/4.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/gax-nodejs (google-gax) ### [`v4.4.1`](https://redirect.github.com/googleapis/gax-nodejs/blob/HEAD/gax/CHANGELOG.md#441-2024-09-04) [Compare Source](https://redirect.github.com/googleapis/gax-nodejs/compare/google-gax-v4.4.0...google-gax-v4.4.1) ##### Bug Fixes - expose underlying error with timeouts or retries ([#​1650](https://redirect.github.com/googleapis/gax-nodejs/issues/1650)) ([f4d037a](https://redirect.github.com/googleapis/gax-nodejs/commit/f4d037ac6638b5e9eeb2ee608fe1d8e4cb9a19d3)) ### [`v4.4.0`](https://redirect.github.com/googleapis/gax-nodejs/blob/HEAD/gax/CHANGELOG.md#440-2024-08-27) [Compare Source](https://redirect.github.com/googleapis/gax-nodejs/compare/google-gax-v4.3.9...google-gax-v4.4.0) ##### Features - Improve `AuthClient` Compatibility ([#​1641](https://redirect.github.com/googleapis/gax-nodejs/issues/1641)) ([4edd33d](https://redirect.github.com/googleapis/gax-nodejs/commit/4edd33db2670eb081f5744907b879d6669d4fad2)) ##### Bug Fixes - **deps:** update dependency protobufjs-cli to v1.1.3 ([#​1645](https://redirect.github.com/googleapis/gax-nodejs/issues/1645)) ([1b2ffdf](https://redirect.github.com/googleapis/gax-nodejs/commit/1b2ffdfdf2a2eed08c81b1b1be6943424fd15258))
--- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](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 03923aee0..8c60946a7 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "events-intercept": "^2.0.0", "extend": "^3.0.2", "google-auth-library": "^9.0.0", - "google-gax": "4.3.9", + "google-gax": "4.4.1", "grpc-gcp": "^1.0.0", "is": "^3.2.1", "lodash.snakecase": "^4.1.1",