mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
# 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) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jeramy Soucy","email":"jeramy.soucy@elastic.co"},"sourceCommit":{"committedDate":"2024-06-18T11:04:52Z","message":"Upgrade @grpc/grpc-js@1.6.8→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/grpc-js@1.6.8→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/grpc-js@1.6.8→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-->
This commit is contained in:
parent
876a76b4ff
commit
324bf1c782
2 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue