Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.14`:
- [Upgrade `[email protected]` -> `[email protected]`
(#186362)](#186362)

<!--- Backport version: 9.4.3 -->

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

<!--BACKPORT
[{"author":{"name":"Sid","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-06-19T14:17:41Z","message":"Upgrade
`[email protected]` -> `[email protected]` (#186362)\n\nUpdate ws production dependency
to use 8.17.1. \r\n\r\nWS changelog:
https://github.com/websockets/ws/releases/tag/8.17.1","sha":"c14a56e79a4cfaab4fea59768675b16bd6b24b2d","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","backport:all-open","v8.14.0","v8.15.0","v7.17.23"],"title":"Upgrade
`[email protected]` ->
`[email protected]`","number":186362,"url":"https://github.com/elastic/kibana/pull/186362","mergeCommit":{"message":"Upgrade
`[email protected]` -> `[email protected]` (#186362)\n\nUpdate ws production dependency
to use 8.17.1. \r\n\r\nWS changelog:
https://github.com/websockets/ws/releases/tag/8.17.1","sha":"c14a56e79a4cfaab4fea59768675b16bd6b24b2d"}},"sourceBranch":"main","suggestedTargetBranches":["8.14","7.17"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/186362","number":186362,"mergeCommit":{"message":"Upgrade
`[email protected]` -> `[email protected]` (#186362)\n\nUpdate ws production dependency
to use 8.17.1. \r\n\r\nWS changelog:
https://github.com/websockets/ws/releases/tag/8.17.1","sha":"c14a56e79a4cfaab4fea59768675b16bd6b24b2d"}},{"branch":"7.17","label":"v7.17.23","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Sid <[email protected]>
  • Loading branch information
kibanamachine and SiddharthMantri authored Jun 19, 2024
1 parent 93390ec commit 660d82a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31678,15 +31678,20 @@ write-file-atomic@^4.0.1, write-file-atomic@^4.0.2:
imurmurhash "^0.1.4"
signal-exit "^3.0.7"

[email protected], ws@>=8.16.0, ws@^8.2.3, ws@^8.4.2, ws@^8.9.0:
[email protected]:
version "8.17.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea"
integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==

ws@>=8.16.0, ws@^8.2.3, ws@^8.4.2, ws@^8.9.0:
version "8.17.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==

ws@^7.3.1, ws@^7.4.2:
version "7.5.9"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
version "7.5.10"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==

x-default-browser@^0.4.0:
version "0.4.0"
Expand Down

0 comments on commit 660d82a

Please sign in to comment.