From b03c60b009e35aff8d7d1b33e34caa59638992d6 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 1 Dec 2023 02:38:48 +0200 Subject: [PATCH] fix(deps): Update dependency @grpc/grpc-js to v1.9.12 (#98) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | dependencies | patch | [`1.9.9` -> `1.9.12`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.9.9/1.9.12) | --- ### Release Notes
grpc/grpc-node (@​grpc/grpc-js) ### [`v1.9.12`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.9.12): @​grpc/grpc-js 1.9.2 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.11...@grpc/grpc-js@1.9.12) - Fix a bug that could cause connectivity state information to become stale in some circumstances ([#​2623](https://togithub.com/grpc/grpc-node/issues/2623)) ### [`v1.9.11`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.9.11): @​grpc/grpc-js 1.9.11 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.10...@grpc/grpc-js@1.9.11) - Fix a busy loop when recovering from a failure to establish a connection to a unix domain socket address target ([#​2618](https://togithub.com/grpc/grpc-node/issues/2618)) - Fix a bug that caused clients to stop trying to connect to a fixed IP address target after a working connection drops ([#​2619](https://togithub.com/grpc/grpc-node/issues/2619)) ### [`v1.9.10`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.9.10): @​grpc/grpc-js 1.9.10 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.9...@grpc/grpc-js@1.9.10) - Provide the correct port to the proxy when connecting to a target without an explicitly specified port ([#​2608](https://togithub.com/grpc/grpc-node/issues/2608) contributed by [@​segevfiner](https://togithub.com/segevfiner)) - Properly handle goaway events with no additional data attached ([#​2611](https://togithub.com/grpc/grpc-node/issues/2611))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Renovate Bot](https://togithub.com/renovatebot/renovate). --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9d9afe..ead43da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -418,9 +418,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.9.9", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.9.9.tgz", - "integrity": "sha512-vQ1qwi/Kiyprt+uhb1+rHMpyk4CVRMTGNUGGPRGS7pLNfWkdCHrGEnT6T3/JyC2VZgoOX/X1KwdoU0WYQAeYcQ==", + "version": "1.9.12", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.9.12.tgz", + "integrity": "sha512-Um5MBuge32TS3lAKX02PGCnFM4xPT996yLgZNb5H03pn6NyJ4Iwn5YcPq6Jj9yxGRk7WOgaZFtVRH5iTdYBeUg==", "dependencies": { "@grpc/proto-loader": "^0.7.8", "@types/node": ">=12.12.47"