From 324bf1c782046162e1bbd8de0d024bc53f03f101 Mon Sep 17 00:00:00 2001 From: Jeramy Soucy Date: Fri, 21 Jun 2024 11:22:08 +0200 Subject: [PATCH] =?UTF-8?q?[8.14]=20Upgrade=20@grpc/grpc-js@1.6.8=E2=86=92?= =?UTF-8?q?1.8.22=20(#186067)=20(#186590)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Backport This will backport the following commits from `main` to `8.14`: - [Upgrade @grpc/grpc-js@1.6.8→1.8.22 (#186067)](https://github.com/elastic/kibana/pull/186067) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c1b3e8941a2f2..b93d9e02fea81 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "@emotion/server": "^11.11.0", "@emotion/styled": "^11.11.0", "@faker-js/faker": "^8.3.1", - "@grpc/grpc-js": "^1.6.8", + "@grpc/grpc-js": "^1.8.22", "@hapi/accept": "^5.0.2", "@hapi/boom": "^9.1.4", "@hapi/cookie": "^11.0.2", diff --git a/yarn.lock b/yarn.lock index 56de8cee5f9d8..c02b5c7ef49f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2372,10 +2372,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.6.8", "@grpc/grpc-js@^1.7.1": - version "1.8.17" - resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.8.17.tgz#a3a2f826fc033eae7d2f5ee41e0ab39cee948838" - integrity sha512-DGuSbtMFbaRsyffMf+VEkVu8HkSXEUfO3UyGJNtqxW9ABdtTIA+2UXAJpwbJS+xfQxuwqLUeELmL6FuZkOqPxw== +"@grpc/grpc-js@^1.7.1", "@grpc/grpc-js@^1.8.22": + version "1.8.22" + resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.8.22.tgz#847930c9af46e14df05b57fc12325db140ceff1d" + integrity sha512-oAjDdN7fzbUi+4hZjKG96MR6KTEubAeMpQEb+77qy+3r0Ua5xTFuie6JOLr4ZZgl5g+W5/uRTS2M1V8mVAFPuA== dependencies: "@grpc/proto-loader" "^0.7.0" "@types/node" ">=12.12.47"