mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Bump tar to ^6.1.15 (#162897)
\>6.1.11 is needed for a bug fix in https://github.com/elastic/kibana/pull/162722 Noted in https://github.com/elastic/kibana/pull/144012: > tar: 6.1.11 -> 6.1.13 - Includes a bug fix for a race condition that triggered when the ci:build-all-platforms label was added in Node.js 18 but not in Node.js 16 This upgrades to the latest patch on main before backporting to 7.17
This commit is contained in:
parent
6666ed4635
commit
8ffd4fbb76
2 changed files with 6 additions and 6 deletions
|
@ -993,7 +993,7 @@
|
|||
"styled-components": "^5.1.0",
|
||||
"suricata-sid-db": "^1.0.2",
|
||||
"symbol-observable": "^1.2.0",
|
||||
"tar": "^6.1.13",
|
||||
"tar": "^6.1.15",
|
||||
"tinycolor2": "1.4.1",
|
||||
"tinygradient": "0.4.3",
|
||||
"ts-easing": "^0.2.0",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -27613,14 +27613,14 @@ tar-stream@^2.1.4, tar-stream@^2.2.0:
|
|||
inherits "^2.0.3"
|
||||
readable-stream "^3.1.1"
|
||||
|
||||
tar@^6.0.2, tar@^6.1.11, tar@^6.1.13, tar@^6.1.2:
|
||||
version "6.1.13"
|
||||
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.13.tgz#46e22529000f612180601a6fe0680e7da508847b"
|
||||
integrity sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==
|
||||
tar@^6.0.2, tar@^6.1.11, tar@^6.1.15, tar@^6.1.2:
|
||||
version "6.1.15"
|
||||
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.15.tgz#c9738b0b98845a3b344d334b8fa3041aaba53a69"
|
||||
integrity sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==
|
||||
dependencies:
|
||||
chownr "^2.0.0"
|
||||
fs-minipass "^2.0.0"
|
||||
minipass "^4.0.0"
|
||||
minipass "^5.0.0"
|
||||
minizlib "^2.1.1"
|
||||
mkdirp "^1.0.3"
|
||||
yallist "^4.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue