Skip to content

Commit

Permalink
[8.14] Upgrade @grpc/[email protected]→1.8.22 (#186067) (#186590)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.14`:
- [Upgrade @grpc/[email protected]→1.8.22
(#186067)](#186067)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Jeramy
Soucy","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-06-18T11:04:52Z","message":"Upgrade
@grpc/[email protected]→1.8.22 (#186067)\n\n## Summary\r\n\r\nUpgrades the
`@grpc/grpc-js` dependency from v1.6.8 to
v1.8.22","sha":"014678003c30836faef3eb5e7222b1c0560d8c24","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","backport:prev-minor","v8.15.0"],"number":186067,"url":"https://github.com/elastic/kibana/pull/186067","mergeCommit":{"message":"Upgrade
@grpc/[email protected]→1.8.22 (#186067)\n\n## Summary\r\n\r\nUpgrades the
`@grpc/grpc-js` dependency from v1.6.8 to
v1.8.22","sha":"014678003c30836faef3eb5e7222b1c0560d8c24"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.15.0","labelRegex":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/186067","number":186067,"mergeCommit":{"message":"Upgrade
@grpc/[email protected]→1.8.22 (#186067)\n\n## Summary\r\n\r\nUpgrades the
`@grpc/grpc-js` dependency from v1.6.8 to
v1.8.22","sha":"014678003c30836faef3eb5e7222b1c0560d8c24"}}]}]
BACKPORT-->
  • Loading branch information
jeramysoucy authored Jun 21, 2024
1 parent 876a76b commit 324bf1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 324bf1c

Please sign in to comment.