diff --git a/package.json b/package.json index ba63b01..daf0a39 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/react-dom": "^16.0.7", "@types/strip-ansi": "^3.0.0", "@types/striptags": "^3.1.1", - "@types/tar-fs": "^1.16.1", + "@types/tar-fs": "^2.0.0", "@types/useragent": "^2.1.1", "bunyan": "^1.8.12", "dockerode": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 3fe8b66..a133211 100644 --- a/yarn.lock +++ b/yarn.lock @@ -510,10 +510,18 @@ dependencies: striptags "*" -"@types/tar-fs@^1.16.1": - version "1.16.1" - resolved "https://registry.yarnpkg.com/@types/tar-fs/-/tar-fs-1.16.1.tgz#6e3fba276c173e365ae91e55f7b797a0e64298e5" - integrity sha512-uQQIaa8ukcKf/1yy2kzfP1PF+7jEZghFDKpDvgtsYo/mbqM1g4Qza1Y5oAw6kJMa7eLA/HkmxUsDqb2sWKVF9g== +"@types/tar-fs@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@types/tar-fs/-/tar-fs-2.0.0.tgz#db94cb4ea1cccecafe3d1a53812807efb4bbdbc1" + integrity sha512-3H2HmxuT1OCZYXi1KG5xIjbpv97JjdLSRByH13YhHK8lr+GaJndJ91IuQfHxn23BQRaWHf2LTnlHPQcQDzt8vw== + dependencies: + "@types/node" "*" + "@types/tar-stream" "*" + +"@types/tar-stream@*": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@types/tar-stream/-/tar-stream-2.1.0.tgz#884b1cbe6c35ff459c05a5eba86b406805943ef6" + integrity sha512-s1UQxQUVMHbSkCC0X4qdoiWgHF8DoyY1JjQouFsnk/8ysoTdBaiCHud/exoAZzKDbzAXVc+ah6sczxGVMAohFw== dependencies: "@types/node" "*"