Skip to content

Commit 5c7065b

Browse files
Update dependency tar-stream to v3
1 parent 7cafa51 commit 5c7065b

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"strip-ansi": "^4.0.0",
4949
"strip-bom": "^3.0.0",
5050
"tar-fs": "^1.16.0",
51-
"tar-stream": "^1.6.1",
51+
"tar-stream": "^3.0.0",
5252
"uuid": "^3.0.1",
5353
"v8-compile-cache": "^2.0.0",
5454
"validate-npm-package-license": "^3.0.4",

yarn.lock

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,11 @@ axobject-query@^2.0.1:
531531
dependencies:
532532
ast-types-flow "0.0.7"
533533

534+
b4a@^1.6.4:
535+
version "1.6.7"
536+
resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.6.7.tgz#a99587d4ebbfbd5a6e3b21bdb5d5fa385767abe4"
537+
integrity sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==
538+
534539
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
535540
version "6.26.0"
536541
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
@@ -1356,6 +1361,11 @@ balanced-match@^1.0.0:
13561361
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
13571362
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
13581363

1364+
bare-events@^2.2.0:
1365+
version "2.6.1"
1366+
resolved "https://registry.yarnpkg.com/bare-events/-/bare-events-2.6.1.tgz#f793b28bdc3dcf147d7cf01f882a6f0b12ccc4a2"
1367+
integrity sha512-AuTJkq9XmE6Vk0FJVNq5QxETrSA/vKHarWVBG5l/JbdCL1prJemiyJqUS0jrlXO0MftuPq4m3YVYhoNc5+aE/g==
1368+
13591369
base64-js@^1.0.2:
13601370
version "1.3.0"
13611371
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3"
@@ -2963,6 +2973,11 @@ fast-diff@^1.1.1:
29632973
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.1.2.tgz#4b62c42b8e03de3f848460b639079920695d0154"
29642974
integrity sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig==
29652975

2976+
fast-fifo@^1.2.0, fast-fifo@^1.3.2:
2977+
version "1.3.2"
2978+
resolved "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.3.2.tgz#286e31de96eb96d38a97899815740ba2a4f3640c"
2979+
integrity sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==
2980+
29662981
fast-json-stable-stringify@^2.0.0:
29672982
version "2.0.0"
29682983
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
@@ -6987,6 +7002,16 @@ stream-shift@^1.0.0:
69877002
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952"
69887003
integrity sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=
69897004

7005+
streamx@^2.15.0:
7006+
version "2.22.1"
7007+
resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.22.1.tgz#c97cbb0ce18da4f4db5a971dc9ab68ff5dc7f5a5"
7008+
integrity sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA==
7009+
dependencies:
7010+
fast-fifo "^1.3.2"
7011+
text-decoder "^1.1.0"
7012+
optionalDependencies:
7013+
bare-events "^2.2.0"
7014+
69907015
strict-uri-encode@^1.0.0:
69917016
version "1.1.0"
69927017
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
@@ -7144,7 +7169,7 @@ tar-fs@^1.16.0:
71447169
pump "^1.0.0"
71457170
tar-stream "^1.1.2"
71467171

7147-
tar-stream@^1.1.2, tar-stream@^1.6.1:
7172+
tar-stream@^1.1.2:
71487173
version "1.6.1"
71497174
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.6.1.tgz#f84ef1696269d6223ca48f6e1eeede3f7e81f395"
71507175
integrity sha512-IFLM5wp3QrJODQFPm6/to3LJZrONdBY/otxcvDIQzu217zKye6yVR3hhi9lAjrC2Z+m/j5oDxMPb1qcd8cIvpA==
@@ -7157,6 +7182,15 @@ tar-stream@^1.1.2, tar-stream@^1.6.1:
71577182
to-buffer "^1.1.0"
71587183
xtend "^4.0.0"
71597184

7185+
tar-stream@^3.0.0:
7186+
version "3.1.7"
7187+
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-3.1.7.tgz#24b3fb5eabada19fe7338ed6d26e5f7c482e792b"
7188+
integrity sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==
7189+
dependencies:
7190+
b4a "^1.6.4"
7191+
fast-fifo "^1.2.0"
7192+
streamx "^2.15.0"
7193+
71607194
tar@^4:
71617195
version "4.4.6"
71627196
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.6.tgz#63110f09c00b4e60ac8bcfe1bf3c8660235fbc9b"
@@ -7199,6 +7233,13 @@ test-exclude@^4.2.1:
71997233
read-pkg-up "^1.0.1"
72007234
require-main-filename "^1.0.1"
72017235

7236+
text-decoder@^1.1.0:
7237+
version "1.2.3"
7238+
resolved "https://registry.yarnpkg.com/text-decoder/-/text-decoder-1.2.3.tgz#b19da364d981b2326d5f43099c310cc80d770c65"
7239+
integrity sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==
7240+
dependencies:
7241+
b4a "^1.6.4"
7242+
72027243
text-table@~0.2.0:
72037244
version "0.2.0"
72047245
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"

0 commit comments

Comments
 (0)