-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] chore(NA): bump and update archiver, pac-resolver dependencies (#…
…201447) (#201469) # Backport This will backport the following commits from `main` to `8.x`: - [chore(NA): bump and update archiver, pac-resolver dependencies (#201447)](#201447) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tiago Costa","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-22T20:04:33Z","message":"chore(NA): bump and update archiver, pac-resolver dependencies (#201447)\n\nThis PR simply bumps and updates the mentioned dependencies.","sha":"4f7fd39b655314542613864a1463e59810b3f6db","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","v9.0.0","backport:prev-minor"],"title":"chore(NA): bump and update archiver, pac-resolver dependencies","number":201447,"url":"https://github.com/elastic/kibana/pull/201447","mergeCommit":{"message":"chore(NA): bump and update archiver, pac-resolver dependencies (#201447)\n\nThis PR simply bumps and updates the mentioned dependencies.","sha":"4f7fd39b655314542613864a1463e59810b3f6db"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/201447","number":201447,"mergeCommit":{"message":"chore(NA): bump and update archiver, pac-resolver dependencies (#201447)\n\nThis PR simply bumps and updates the mentioned dependencies.","sha":"4f7fd39b655314542613864a1463e59810b3f6db"}}]}] BACKPORT--> Co-authored-by: Tiago Costa <[email protected]>
- Loading branch information
1 parent
bb09b67
commit 9969959
Showing
2 changed files
with
11 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13435,22 +13435,6 @@ arch@^2.2.0: | |
resolved "https://registry.yarnpkg.com/arch/-/arch-2.2.0.tgz#1bc47818f305764f23ab3306b0bfc086c5a29d11" | ||
integrity sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ== | ||
|
||
archiver-utils@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/archiver-utils/-/archiver-utils-2.1.0.tgz#e8a460e94b693c3e3da182a098ca6285ba9249e2" | ||
integrity sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw== | ||
dependencies: | ||
glob "^7.1.4" | ||
graceful-fs "^4.2.0" | ||
lazystream "^1.0.0" | ||
lodash.defaults "^4.2.0" | ||
lodash.difference "^4.5.0" | ||
lodash.flatten "^4.4.0" | ||
lodash.isplainobject "^4.0.6" | ||
lodash.union "^4.6.0" | ||
normalize-path "^3.0.0" | ||
readable-stream "^2.0.0" | ||
|
||
archiver-utils@^5.0.0, archiver-utils@^5.0.2: | ||
version "5.0.2" | ||
resolved "https://registry.yarnpkg.com/archiver-utils/-/archiver-utils-5.0.2.tgz#63bc719d951803efc72cf961a56ef810760dd14d" | ||
|
@@ -13464,19 +13448,6 @@ archiver-utils@^5.0.0, archiver-utils@^5.0.2: | |
normalize-path "^3.0.0" | ||
readable-stream "^4.0.0" | ||
|
||
archiver@^5.3.1: | ||
version "5.3.1" | ||
resolved "https://registry.yarnpkg.com/archiver/-/archiver-5.3.1.tgz#21e92811d6f09ecfce649fbefefe8c79e57cbbb6" | ||
integrity sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w== | ||
dependencies: | ||
archiver-utils "^2.1.0" | ||
async "^3.2.3" | ||
buffer-crc32 "^0.2.1" | ||
readable-stream "^3.6.0" | ||
readdir-glob "^1.0.0" | ||
tar-stream "^2.2.0" | ||
zip-stream "^4.1.0" | ||
|
||
archiver@^7.0.1: | ||
version "7.0.1" | ||
resolved "https://registry.yarnpkg.com/archiver/-/archiver-7.0.1.tgz#c9d91c350362040b8927379c7aa69c0655122f61" | ||
|
@@ -14616,16 +14587,16 @@ buffer-builder@^0.2.0: | |
resolved "https://registry.yarnpkg.com/buffer-builder/-/buffer-builder-0.2.0.tgz#3322cd307d8296dab1f604618593b261a3fade8f" | ||
integrity sha512-7VPMEPuYznPSoR21NE1zvd2Xna6c/CloiZCfcMXR1Jny6PjX0N4Nsa38zcBFo/FMK+BlA+FLKbJCQ0i2yxp+Xg== | ||
|
||
buffer-crc32@^0.2.1, buffer-crc32@^0.2.13, buffer-crc32@~0.2.3: | ||
version "0.2.13" | ||
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" | ||
integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI= | ||
|
||
buffer-crc32@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-1.0.0.tgz#a10993b9055081d55304bd9feb4a072de179f405" | ||
integrity sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w== | ||
|
||
buffer-crc32@~0.2.3: | ||
version "0.2.13" | ||
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" | ||
integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI= | ||
|
||
[email protected]: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819" | ||
|
@@ -15592,16 +15563,6 @@ component-emitter@^1.2.1, component-emitter@^1.3.0: | |
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" | ||
integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== | ||
|
||
compress-commons@^4.1.0: | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-4.1.1.tgz#df2a09a7ed17447642bad10a85cc9a19e5c42a7d" | ||
integrity sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ== | ||
dependencies: | ||
buffer-crc32 "^0.2.13" | ||
crc32-stream "^4.0.2" | ||
normalize-path "^3.0.0" | ||
readable-stream "^3.6.0" | ||
|
||
compress-commons@^6.0.2: | ||
version "6.0.2" | ||
resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-6.0.2.tgz#26d31251a66b9d6ba23a84064ecd3a6a71d2609e" | ||
|
@@ -15883,14 +15844,6 @@ crc-32@^1.2.0: | |
exit-on-epipe "~1.0.1" | ||
printj "~1.1.0" | ||
|
||
crc32-stream@^4.0.2: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-4.0.2.tgz#c922ad22b38395abe9d3870f02fa8134ed709007" | ||
integrity sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w== | ||
dependencies: | ||
crc-32 "^1.2.0" | ||
readable-stream "^3.4.0" | ||
|
||
crc32-stream@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-6.0.0.tgz#8529a3868f8b27abb915f6c3617c0fadedbf9430" | ||
|
@@ -21048,11 +21001,6 @@ ip-regex@^4.1.0: | |
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.3.0.tgz#687275ab0f57fa76978ff8f4dddc8a23d5990db5" | ||
integrity sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q== | ||
|
||
ip@^1.1.8: | ||
version "1.1.9" | ||
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396" | ||
integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ== | ||
|
||
ip@^2.0.0: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105" | ||
|
@@ -23173,26 +23121,11 @@ lodash.debounce@^4.0.8: | |
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" | ||
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= | ||
|
||
lodash.defaults@^4.2.0: | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c" | ||
integrity sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw= | ||
|
||
lodash.difference@^4.5.0: | ||
version "4.5.0" | ||
resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c" | ||
integrity sha1-nMtOUF1Ia5FlE0V3KIWi3yf9AXw= | ||
|
||
lodash.escape@^4.0.1: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98" | ||
integrity sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg= | ||
|
||
lodash.flatten@^4.4.0: | ||
version "4.4.0" | ||
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f" | ||
integrity sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8= | ||
|
||
lodash.flattendeep@^4.4.0: | ||
version "4.4.0" | ||
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2" | ||
|
@@ -23293,11 +23226,6 @@ lodash.truncate@^4.4.2: | |
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193" | ||
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM= | ||
|
||
lodash.union@^4.6.0: | ||
version "4.6.0" | ||
resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88" | ||
integrity sha1-SLtQiECfFvGCFmZkHETdGqrjzYg= | ||
|
||
[email protected], lodash.uniq@^4.5.0: | ||
version "4.5.0" | ||
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" | ||
|
@@ -25687,12 +25615,11 @@ pac-proxy-agent@^7.0.1: | |
socks-proxy-agent "^8.0.2" | ||
|
||
pac-resolver@^7.0.0: | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/pac-resolver/-/pac-resolver-7.0.0.tgz#79376f1ca26baf245b96b34c339d79bff25e900c" | ||
integrity sha512-Fd9lT9vJbHYRACT8OhCbZBbxr6KRSawSovFpy8nDGshaK99S/EBhVIHp9+crhxrsZOuvLpgL1n23iyPg6Rl2hg== | ||
version "7.0.1" | ||
resolved "https://registry.yarnpkg.com/pac-resolver/-/pac-resolver-7.0.1.tgz#54675558ea368b64d210fd9c92a640b5f3b8abb6" | ||
integrity sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg== | ||
dependencies: | ||
degenerator "^5.0.0" | ||
ip "^1.1.8" | ||
netmask "^2.0.2" | ||
|
||
package-hash@^4.0.0: | ||
|
@@ -27889,7 +27816,7 @@ readable-stream@~2.0.0: | |
string_decoder "~0.10.x" | ||
util-deprecate "~1.0.1" | ||
|
||
readdir-glob@^1.0.0, readdir-glob@^1.1.2: | ||
readdir-glob@^1.1.2: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/readdir-glob/-/readdir-glob-1.1.3.tgz#c3d831f51f5e7bfa62fa2ffbe4b508c640f09584" | ||
integrity sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA== | ||
|
@@ -30766,7 +30693,7 @@ tar-fs@^3.0.4, tar-fs@^3.0.6: | |
bare-fs "^2.1.1" | ||
bare-path "^2.1.0" | ||
|
||
tar-stream@^2.1.4, tar-stream@^2.2.0: | ||
tar-stream@^2.1.4: | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287" | ||
integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ== | ||
|
@@ -33554,15 +33481,6 @@ z-schema@^5.0.1: | |
optionalDependencies: | ||
commander "^2.7.1" | ||
|
||
zip-stream@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-4.1.0.tgz#51dd326571544e36aa3f756430b313576dc8fc79" | ||
integrity sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A== | ||
dependencies: | ||
archiver-utils "^2.1.0" | ||
compress-commons "^4.1.0" | ||
readable-stream "^3.6.0" | ||
|
||
zip-stream@^6.0.1: | ||
version "6.0.1" | ||
resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-6.0.1.tgz#e141b930ed60ccaf5d7fa9c8260e0d1748a2bbfb" | ||
|