From 8f8f204d346f36a94071eb311308c670cd6f5b84 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Jan 2025 04:09:53 +0200 Subject: [PATCH] fix(deps): Update dependency @grpc/grpc-js to v1.12.5 (#85) 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)) | devDependencies | patch | [`1.12.2` -> `1.12.5`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.12.2/1.12.5) | --- ### Release Notes
grpc/grpc-node (@​grpc/grpc-js) ### [`v1.12.5`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.5): @​grpc/grpc-js 1.12.5 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.4...@grpc/grpc-js@1.12.5) - Prioritize HTTP status errors over message decoding errors ([#​2873](https://togithub.com/grpc/grpc-node/issues/2873)) ### [`v1.12.4`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.4): @​grpc/grpc-js 1.12.4 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.3...@grpc/grpc-js@1.12.4) - Prioritize reporting UNAVAILABLE status when handing connection drops ([#​2862](https://togithub.com/grpc/grpc-node/issues/2862)) ### [`v1.12.3`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.3): @​grpc/grpc-js 1.12.3 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.2...@grpc/grpc-js@1.12.3) - Report UNAVAILABLE if possible when handling connection drops ([#​2861](https://togithub.com/grpc/grpc-node/issues/2861))
--- ### 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 d4a6e4d..b1ad59e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,9 +24,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.2.tgz", - "integrity": "sha512-bgxdZmgTrJZX50OjyVwz3+mNEnCTNkh3cIqGPWVNeW9jX6bn1ZkU80uPd+67/ZpIJIjRQ9qaHCjhavyoWYxumg==", + "version": "1.12.5", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.5.tgz", + "integrity": "sha512-d3iiHxdpg5+ZcJ6jnDSOT8Z0O0VMVGy34jAnYLUX8yd36b1qn8f1TwOA/Lc7TsOh03IkPJ38eGI5qD2EjNkoEA==", "dev": true, "license": "Apache-2.0", "dependencies": {