Skip to content

Commit

Permalink
[7.17] chore: bump socks transitive dependency from 2.7.1 to `2.7…
Browse files Browse the repository at this point in the history
….3` (elastic#176693) (elastic#176722)

# Backport

This will backport the following commits from `main` to `7.17`:
- [chore: bump `socks` transitive dependency from `2.7.1` to `2.7.3`
(elastic#176693)](elastic#176693)

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

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

<!--BACKPORT [{"author":{"name":"Aleh
Zasypkin","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-02-12T15:24:31Z","message":"chore:
bump `socks` transitive dependency from `2.7.1` to `2.7.3`
(elastic#176693)\n\n## Summary\r\n\r\nBump `socks` transitive dependency from
`2.7.1` to `2.7.3` to reduce a\r\nnumber of packages that depend on
outdated `ip`
package.","sha":"f69c7496c49f1f117ed732280e9bf2e281a9ba0e","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","release_note:skip","backport:all-open","v8.13.0"],"number":176693,"url":"https://github.com/elastic/kibana/pull/176693","mergeCommit":{"message":"chore:
bump `socks` transitive dependency from `2.7.1` to `2.7.3`
(elastic#176693)\n\n## Summary\r\n\r\nBump `socks` transitive dependency from
`2.7.1` to `2.7.3` to reduce a\r\nnumber of packages that depend on
outdated `ip`
package.","sha":"f69c7496c49f1f117ed732280e9bf2e281a9ba0e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/176693","number":176693,"mergeCommit":{"message":"chore:
bump `socks` transitive dependency from `2.7.1` to `2.7.3`
(elastic#176693)\n\n## Summary\r\n\r\nBump `socks` transitive dependency from
`2.7.1` to `2.7.3` to reduce a\r\nnumber of packages that depend on
outdated `ip`
package.","sha":"f69c7496c49f1f117ed732280e9bf2e281a9ba0e"}}]}]
BACKPORT-->

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
azasypkin and kibanamachine authored Feb 12, 2024
1 parent e66cd1f commit 1e2bdad
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16388,6 +16388,14 @@ iota-array@^1.0.0:
resolved "https://registry.yarnpkg.com/iota-array/-/iota-array-1.0.0.tgz#81ef57fe5d05814cd58c2483632a99c30a0e8087"
integrity sha1-ge9X/l0FgUzVjCSDYyqZwwoOgIc=

ip-address@^9.0.5:
version "9.0.5"
resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-9.0.5.tgz#117a960819b08780c3bd1f14ef3c1cc1d3f3ea5a"
integrity sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==
dependencies:
jsbn "1.1.0"
sprintf-js "^1.1.3"

ip-regex@^4.1.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.3.0.tgz#687275ab0f57fa76978ff8f4dddc8a23d5990db5"
Expand Down Expand Up @@ -17992,6 +18000,11 @@ js-yaml@~3.13.1:
argparse "^1.0.7"
esprima "^4.0.0"

[email protected]:
version "1.1.0"
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-1.1.0.tgz#b01307cb29b618a1ed26ec79e911f803c4da0040"
integrity sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==

jsbn@~0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
Expand Down Expand Up @@ -25534,11 +25547,11 @@ socks-proxy-agent@^8.0.1, socks-proxy-agent@^8.0.2:
socks "^2.7.1"

socks@^2.6.1, socks@^2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.1.tgz#d8e651247178fde79c0663043e07240196857d55"
integrity sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==
version "2.7.3"
resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.3.tgz#7d8a75d7ce845c0a96f710917174dba0d543a785"
integrity sha512-vfuYK48HXCTFD03G/1/zkIls3Ebr2YNa4qU9gHDZdblHLiqhJrJGkY3+0Nx0JpN9qBhJbVObc1CNciT1bIZJxw==
dependencies:
ip "^2.0.0"
ip-address "^9.0.5"
smart-buffer "^4.2.0"

sonic-boom@^1.0.2:
Expand Down Expand Up @@ -25824,6 +25837,11 @@ split-string@^3.0.1, split-string@^3.0.2:
dependencies:
extend-shallow "^3.0.0"

sprintf-js@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.3.tgz#4914b903a2f8b685d17fdf78a70e917e872e444a"
integrity sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==

sprintf-js@~1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
Expand Down

0 comments on commit 1e2bdad

Please sign in to comment.