From 50a0bb303f1f9dab668beebeaf515bd9fbbda7e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:16:23 +0000 Subject: [PATCH] chore(deps): bump @grpc/grpc-js from 1.12.2 to 1.12.5 Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.12.2 to 1.12.5. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.2...@grpc/grpc-js@1.12.5) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5256c6acbf1..02bc185cb02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@fluent/react": "^0.15.2", "@google-cloud/logging-winston": "^6.0.0", "@google-cloud/pubsub": "^4.10.0", - "@grpc/grpc-js": "1.12.2", + "@grpc/grpc-js": "1.12.5", "@leeoniya/ufuzzy": "^1.0.18", "@mozilla/glean": "^5.0.3", "@next/third-parties": "15.1.6", @@ -3543,9 +3543,10 @@ } }, "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==", + "license": "Apache-2.0", "dependencies": { "@grpc/proto-loader": "^0.7.13", "@js-sdsl/ordered-map": "^4.4.2" diff --git a/package.json b/package.json index 268a90a7b56..186385eca04 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@fluent/react": "^0.15.2", "@google-cloud/logging-winston": "^6.0.0", "@google-cloud/pubsub": "^4.10.0", - "@grpc/grpc-js": "1.12.2", + "@grpc/grpc-js": "1.12.5", "@leeoniya/ufuzzy": "^1.0.18", "@mozilla/glean": "^5.0.3", "@next/third-parties": "15.1.6",