Skip to content

Commit 7259a24

Browse files
chore(deps-dev): bump @types/tar-stream from 2.1.0 to 2.2.0 (#2895)
* chore(deps-dev): bump @types/tar-stream from 2.1.0 to 2.2.0 Bumps [@types/tar-stream](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar-stream) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tar-stream) Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): update tar-fs, add tar-stream, and remove tar - tar doesn't seem to be used anywhere. - tar-stream was an implicit dependency because we had tar-fs but it seems better to be explicit about it since we use it directly - Update tar-fs as well since this makes it use same version instead of needing two separate copies of different versions Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Asher <[email protected]>
1 parent b0c773b commit 7259a24

File tree

2 files changed

+28
-72
lines changed

2 files changed

+28
-72
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
"safe-compare": "^1.1.4",
9797
"semver": "^7.1.3",
9898
"split2": "^3.2.2",
99-
"tar": "^6.0.1",
10099
"tar-fs": "^2.0.0",
100+
"tar-stream": "^2.2.0",
101101
"ws": "^7.2.0",
102102
"xdg-basedir": "^4.0.0",
103103
"yarn": "^1.22.4"

yarn.lock

+27-71
Original file line numberDiff line numberDiff line change
@@ -1252,9 +1252,9 @@
12521252
"@types/tar-stream" "*"
12531253

12541254
"@types/tar-stream@*", "@types/tar-stream@^2.1.0":
1255-
version "2.1.0"
1256-
resolved "https://registry.yarnpkg.com/@types/tar-stream/-/tar-stream-2.1.0.tgz#884b1cbe6c35ff459c05a5eba86b406805943ef6"
1257-
integrity sha512-s1UQxQUVMHbSkCC0X4qdoiWgHF8DoyY1JjQouFsnk/8ysoTdBaiCHud/exoAZzKDbzAXVc+ah6sczxGVMAohFw==
1255+
version "2.2.0"
1256+
resolved "https://registry.yarnpkg.com/@types/tar-stream/-/tar-stream-2.2.0.tgz#2778ef8e328a520959a39681c15c83c53553426f"
1257+
integrity sha512-sRTpT180sVigzD4SiCWJQQrqcdkWnmscWvx+cXvAoPtXbLFC5+QmKi2xwRcPe4iRu0GcVl1qTeJKUTS5hULfrw==
12581258
dependencies:
12591259
"@types/node" "*"
12601260

@@ -1717,10 +1717,10 @@ balanced-match@^1.0.0:
17171717
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
17181718
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
17191719

1720-
base64-js@^1.0.2:
1721-
version "1.3.1"
1722-
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1"
1723-
integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==
1720+
base64-js@^1.0.2, base64-js@^1.3.1:
1721+
version "1.5.1"
1722+
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
1723+
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
17241724

17251725
base@^0.11.1:
17261726
version "0.11.2"
@@ -1755,9 +1755,9 @@ bindings@^1.5.0:
17551755
file-uri-to-path "1.0.0"
17561756

17571757
bl@^4.0.3:
1758-
version "4.0.3"
1759-
resolved "https://registry.yarnpkg.com/bl/-/bl-4.0.3.tgz#12d6287adc29080e22a705e5764b2a9522cdc489"
1760-
integrity sha512-fs4G6/Hu4/EE+F75J8DuN/0IpQqNjAdC7aEQv7Qt8MHGUH7Ckv2MwTEEeN9QehD0pfIDkMI1bkHYkKy7xHyKIg==
1758+
version "4.1.0"
1759+
resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a"
1760+
integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==
17611761
dependencies:
17621762
buffer "^5.5.0"
17631763
inherits "^2.0.4"
@@ -1965,12 +1965,12 @@ buffer@^4.3.0:
19651965
isarray "^1.0.0"
19661966

19671967
buffer@^5.5.0:
1968-
version "5.6.0"
1969-
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.6.0.tgz#a31749dc7d81d84db08abf937b6b8c4033f62786"
1970-
integrity sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==
1968+
version "5.7.1"
1969+
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
1970+
integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
19711971
dependencies:
1972-
base64-js "^1.0.2"
1973-
ieee754 "^1.1.4"
1972+
base64-js "^1.3.1"
1973+
ieee754 "^1.1.13"
19741974

19751975
builtin-status-codes@^3.0.0:
19761976
version "3.0.0"
@@ -2142,11 +2142,6 @@ chownr@^1.1.1:
21422142
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
21432143
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
21442144

2145-
chownr@^2.0.0:
2146-
version "2.0.0"
2147-
resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
2148-
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
2149-
21502145
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
21512146
version "1.0.4"
21522147
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
@@ -3635,13 +3630,6 @@ fs-extra@^8.1.0:
36353630
jsonfile "^4.0.0"
36363631
universalify "^0.1.0"
36373632

3638-
fs-minipass@^2.0.0:
3639-
version "2.1.0"
3640-
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb"
3641-
integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==
3642-
dependencies:
3643-
minipass "^3.0.0"
3644-
36453633
fs.realpath@^1.0.0:
36463634
version "1.0.0"
36473635
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -4094,10 +4082,10 @@ [email protected], icss-replace-symbols@^1.1.0:
40944082
resolved "https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded"
40954083
integrity sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=
40964084

4097-
ieee754@^1.1.4:
4098-
version "1.1.13"
4099-
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84"
4100-
integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==
4085+
ieee754@^1.1.13, ieee754@^1.1.4:
4086+
version "1.2.1"
4087+
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
4088+
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
41014089

41024090
ignore@^4.0.6:
41034091
version "4.0.6"
@@ -5037,21 +5025,6 @@ minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5, minimist@~1.2.5:
50375025
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
50385026
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
50395027

5040-
minipass@^3.0.0:
5041-
version "3.1.3"
5042-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.3.tgz#7d42ff1f39635482e15f9cdb53184deebd5815fd"
5043-
integrity sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==
5044-
dependencies:
5045-
yallist "^4.0.0"
5046-
5047-
minizlib@^2.1.1:
5048-
version "2.1.2"
5049-
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
5050-
integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==
5051-
dependencies:
5052-
minipass "^3.0.0"
5053-
yallist "^4.0.0"
5054-
50555028
mixin-deep@^1.2.0:
50565029
version "1.3.2"
50575030
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
@@ -5072,11 +5045,6 @@ mkdirp@^0.5.1, mkdirp@~0.5.1:
50725045
dependencies:
50735046
minimist "^1.2.5"
50745047

5075-
mkdirp@^1.0.3:
5076-
version "1.0.4"
5077-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
5078-
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
5079-
50805048
50815049
version "2.0.0"
50825050
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
@@ -7419,38 +7387,26 @@ table@^6.0.4, table@^6.0.7:
74197387
string-width "^4.2.0"
74207388

74217389
tar-fs@^2.0.0:
7422-
version "2.1.0"
7423-
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.0.tgz#d1cdd121ab465ee0eb9ccde2d35049d3f3daf0d5"
7424-
integrity sha512-9uW5iDvrIMCVpvasdFHW0wJPez0K4JnMZtsuIeDI7HyMGJNxmDZDOCQROr7lXyS+iL/QMpj07qcjGYTSdRFXUg==
7390+
version "2.1.1"
7391+
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784"
7392+
integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==
74257393
dependencies:
74267394
chownr "^1.1.1"
74277395
mkdirp-classic "^0.5.2"
74287396
pump "^3.0.0"
7429-
tar-stream "^2.0.0"
7397+
tar-stream "^2.1.4"
74307398

7431-
tar-stream@^2.0.0:
7432-
version "2.1.4"
7433-
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.1.4.tgz#c4fb1a11eb0da29b893a5b25476397ba2d053bfa"
7434-
integrity sha512-o3pS2zlG4gxr67GmFYBLlq+dM8gyRGUOvsrHclSkvtVtQbjV0s/+ZE8OpICbaj8clrX3tjeHngYGP7rweaBnuw==
7399+
tar-stream@^2.1.4, tar-stream@^2.2.0:
7400+
version "2.2.0"
7401+
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
7402+
integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==
74357403
dependencies:
74367404
bl "^4.0.3"
74377405
end-of-stream "^1.4.1"
74387406
fs-constants "^1.0.0"
74397407
inherits "^2.0.3"
74407408
readable-stream "^3.1.1"
74417409

7442-
tar@^6.0.1:
7443-
version "6.0.5"
7444-
resolved "https://registry.yarnpkg.com/tar/-/tar-6.0.5.tgz#bde815086e10b39f1dcd298e89d596e1535e200f"
7445-
integrity sha512-0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg==
7446-
dependencies:
7447-
chownr "^2.0.0"
7448-
fs-minipass "^2.0.0"
7449-
minipass "^3.0.0"
7450-
minizlib "^2.1.1"
7451-
mkdirp "^1.0.3"
7452-
yallist "^4.0.0"
7453-
74547410
terser@^3.7.3:
74557411
version "3.17.0"
74567412
resolved "https://registry.yarnpkg.com/terser/-/terser-3.17.0.tgz#f88ffbeda0deb5637f9d24b0da66f4e15ab10cb2"

0 commit comments

Comments
 (0)