From d9893698171f083cf2a8ad63d32cf2e3f45e8b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:10:50 -0500 Subject: [PATCH] Bump @grpc/grpc-js from 1.7.3 to 1.8.8 (#3888) Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.7.3 to 1.8.8. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.7.3...@grpc/grpc-js@1.8.8) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 56662e3ce7..4e6976f8fe 100644 --- a/package.json +++ b/package.json @@ -271,7 +271,7 @@ "dependencies": { "@babel/eslint-parser": "7.19.1", "@formatjs/intl-utils": "^1.6.0", - "@grpc/grpc-js": "1.7.3", + "@grpc/grpc-js": "1.8.8", "@hot-loader/react-dom": "16.14.0", "@ledgerhq/hw-app-btc": "^10.0.5", "@ledgerhq/hw-transport-webusb": "6.27.1", diff --git a/yarn.lock b/yarn.lock index dc81dbc9cc..3de5e82cb4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1501,10 +1501,10 @@ resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== -"@grpc/grpc-js@1.7.3": - version "1.7.3" - resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.7.3.tgz#f2ea79f65e31622d7f86d4b4c9ae38f13ccab99a" - integrity sha512-H9l79u4kJ2PVSxUNA08HMYAnUBLj9v6KjYQ7SQ71hOZcEXhShE/y5iQCesP8+6/Ik/7i2O0a10bPquIcYfufog== +"@grpc/grpc-js@1.8.8": + version "1.8.8" + resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.8.8.tgz#a7c6765d0302f47ba67c0ce3cb79718d6b028248" + integrity sha512-4gfDqMLXTrorvYTKA1jL22zLvVwiHJ73t6Re1OHwdCFRjdGTDOVtSJuaWhtHaivyeDGg0LeCkmU77MTKoV3wPA== dependencies: "@grpc/proto-loader" "^0.7.0" "@types/node" ">=12.12.47"