mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Upgrade tar@6.1.15→6.2.1 (#179462)
## Summary Upgrades `tar` from v6.1.15 to v6.2.1, and @types/tar from from v6.1.5 to v6.1.11.
This commit is contained in:
parent
2df44b9f7f
commit
7391431ae7
2 changed files with 10 additions and 10 deletions
|
@ -1125,7 +1125,7 @@
|
|||
"suricata-sid-db": "^1.0.2",
|
||||
"swr": "^2.2.5",
|
||||
"symbol-observable": "^1.2.0",
|
||||
"tar": "^6.1.15",
|
||||
"tar": "^6.2.1",
|
||||
"textarea-caret": "^3.1.0",
|
||||
"tinycolor2": "1.4.1",
|
||||
"tinygradient": "0.4.3",
|
||||
|
@ -1497,7 +1497,7 @@
|
|||
"@types/styled-components": "^5.1.0",
|
||||
"@types/supertest": "^2.0.12",
|
||||
"@types/tapable": "^1.0.6",
|
||||
"@types/tar": "^6.1.5",
|
||||
"@types/tar": "^6.1.11",
|
||||
"@types/testing-library__jest-dom": "^5.14.7",
|
||||
"@types/textarea-caret": "^3.0.1",
|
||||
"@types/tinycolor2": "^1.4.1",
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -10498,10 +10498,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.6.tgz#a9ca4b70a18b270ccb2bc0aaafefd1d486b7ea74"
|
||||
integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==
|
||||
|
||||
"@types/tar@^6.1.5":
|
||||
version "6.1.5"
|
||||
resolved "https://registry.yarnpkg.com/@types/tar/-/tar-6.1.5.tgz#90ccb3b6a35430e7427410d50eed564e85feaaff"
|
||||
integrity sha512-qm2I/RlZij5RofuY7vohTpYNaYcrSQlN2MyjucQc7ZweDwaEWkdN/EeNh6e9zjK6uEm6PwjdMXkcj05BxZdX1Q==
|
||||
"@types/tar@^6.1.11":
|
||||
version "6.1.11"
|
||||
resolved "https://registry.yarnpkg.com/@types/tar/-/tar-6.1.11.tgz#48de9ccee8db37efb0d5a9f288567fc0378cb734"
|
||||
integrity sha512-ThA1WD8aDdVU4VLuyq5NEqriwXErF5gEIJeyT6gHBWU7JtSmW2a5qjNv3/vR82O20mW+1vhmeZJfBQPT3HCugg==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
minipass "^4.0.0"
|
||||
|
@ -29166,10 +29166,10 @@ tar-stream@^3.1.5:
|
|||
fast-fifo "^1.2.0"
|
||||
streamx "^2.15.0"
|
||||
|
||||
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==
|
||||
tar@^6.0.2, tar@^6.1.11, tar@^6.1.2, tar@^6.2.1:
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a"
|
||||
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
|
||||
dependencies:
|
||||
chownr "^2.0.0"
|
||||
fs-minipass "^2.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue