Skip to content

Commit 626cbf2

Browse files
Update dependency tar-fs to v3
1 parent 7cafa51 commit 626cbf2

File tree

3 files changed

+87
-19
lines changed

3 files changed

+87
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"ssri": "^5.3.0",
4848
"strip-ansi": "^4.0.0",
4949
"strip-bom": "^3.0.0",
50-
"tar-fs": "^1.16.0",
50+
"tar-fs": "^3.0.0",
5151
"tar-stream": "^1.6.1",
5252
"uuid": "^3.0.1",
5353
"v8-compile-cache": "^2.0.0",

packages/pkg-tests/pkg-tests-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"minimatch": "^3.0.4",
99
"semver": "^5.5.0",
1010
"super-resolve": "^1.0.0",
11-
"tar-fs": "^1.16.0",
11+
"tar-fs": "^3.0.0",
1212
"tmp": "^0.0.33"
1313
}
1414
}

yarn.lock

Lines changed: 85 additions & 17 deletions
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,39 @@ 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.0.0, bare-events@^2.2.0:
1365+
version "2.5.4"
1366+
resolved "https://registry.yarnpkg.com/bare-events/-/bare-events-2.5.4.tgz#16143d435e1ed9eafd1ab85f12b89b3357a41745"
1367+
integrity sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==
1368+
1369+
bare-fs@^2.1.1:
1370+
version "2.3.5"
1371+
resolved "https://registry.yarnpkg.com/bare-fs/-/bare-fs-2.3.5.tgz#05daa8e8206aeb46d13c2fe25a2cd3797b0d284a"
1372+
integrity sha512-SlE9eTxifPDJrT6YgemQ1WGFleevzwY+XAP1Xqgl56HtcrisC2CHCZ2tq6dBpcH2TnNxwUEUGhweo+lrQtYuiw==
1373+
dependencies:
1374+
bare-events "^2.0.0"
1375+
bare-path "^2.0.0"
1376+
bare-stream "^2.0.0"
1377+
1378+
bare-os@^2.1.0:
1379+
version "2.4.4"
1380+
resolved "https://registry.yarnpkg.com/bare-os/-/bare-os-2.4.4.tgz#01243392eb0a6e947177bb7c8a45123d45c9b1a9"
1381+
integrity sha512-z3UiI2yi1mK0sXeRdc4O1Kk8aOa/e+FNWZcTiPB/dfTWyLypuE99LibgRaQki914Jq//yAWylcAt+mknKdixRQ==
1382+
1383+
bare-path@^2.0.0, bare-path@^2.1.0:
1384+
version "2.1.3"
1385+
resolved "https://registry.yarnpkg.com/bare-path/-/bare-path-2.1.3.tgz#594104c829ef660e43b5589ec8daef7df6cedb3e"
1386+
integrity sha512-lh/eITfU8hrj9Ru5quUp0Io1kJWIk1bTjzo7JH1P5dWmQ2EL4hFUlfI8FonAhSlgIfhn63p84CDY/x+PisgcXA==
1387+
dependencies:
1388+
bare-os "^2.1.0"
1389+
1390+
bare-stream@^2.0.0:
1391+
version "2.6.1"
1392+
resolved "https://registry.yarnpkg.com/bare-stream/-/bare-stream-2.6.1.tgz#b3b9874fab05b662c9aea2706a12fb0698c46836"
1393+
integrity sha512-eVZbtKM+4uehzrsj49KtCy3Pbg7kO1pJ3SKZ1SFrIH/0pnj9scuGGgUlNDf/7qS8WKtGdiJY5Kyhs/ivYPTB/g==
1394+
dependencies:
1395+
streamx "^2.21.0"
1396+
13591397
base64-js@^1.0.2:
13601398
version "1.3.0"
13611399
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3"
@@ -2963,6 +3001,11 @@ fast-diff@^1.1.1:
29633001
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.1.2.tgz#4b62c42b8e03de3f848460b639079920695d0154"
29643002
integrity sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig==
29653003

3004+
fast-fifo@^1.2.0, fast-fifo@^1.3.2:
3005+
version "1.3.2"
3006+
resolved "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.3.2.tgz#286e31de96eb96d38a97899815740ba2a4f3640c"
3007+
integrity sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==
3008+
29663009
fast-json-stable-stringify@^2.0.0:
29673010
version "2.0.0"
29683011
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
@@ -6102,14 +6145,6 @@ puka@^1.0.0:
61026145
resolved "https://registry.yarnpkg.com/puka/-/puka-1.0.0.tgz#1dd92f9f81f6c53390a17529b7aebaa96604ad97"
61036146
integrity sha512-JOY9vNkLjpwi/CtwsZfGcZZiHb+HfOJjjdz93v6150EPNQgb5JDeImlI48r/kZ5i9bNCSjXpU+eyYIxoujhNLw==
61046147

6105-
pump@^1.0.0:
6106-
version "1.0.3"
6107-
resolved "https://registry.yarnpkg.com/pump/-/pump-1.0.3.tgz#5dfe8311c33bbf6fc18261f9f34702c47c08a954"
6108-
integrity sha512-8k0JupWme55+9tCVE+FS5ULT3K6AbgqrGa58lTT49RpyfwwcGedHqaC5LlQNdEAumn/wFsu6aPwkuPMioy8kqw==
6109-
dependencies:
6110-
end-of-stream "^1.1.0"
6111-
once "^1.3.1"
6112-
61136148
pump@^2.0.0:
61146149
version "2.0.1"
61156150
resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909"
@@ -6174,6 +6209,11 @@ querystring@0.2.0:
61746209
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
61756210
integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=
61766211

6212+
queue-tick@^1.0.1:
6213+
version "1.0.1"
6214+
resolved "https://registry.yarnpkg.com/queue-tick/-/queue-tick-1.0.1.tgz#f6f07ac82c1fd60f82e098b417a80e52f1f4c142"
6215+
integrity sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==
6216+
61776217
randomatic@^3.0.0:
61786218
version "3.0.0"
61796219
resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.0.0.tgz#d35490030eb4f7578de292ce6dfb04a91a128923"
@@ -6987,6 +7027,17 @@ stream-shift@^1.0.0:
69877027
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952"
69887028
integrity sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=
69897029

7030+
streamx@^2.15.0, streamx@^2.21.0:
7031+
version "2.21.1"
7032+
resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.21.1.tgz#f02979d8395b6b637d08a589fb514498bed55845"
7033+
integrity sha512-PhP9wUnFLa+91CPy3N6tiQsK+gnYyUNuk15S3YG/zjYE7RuPeCjJngqnzpC31ow0lzBHQ+QGO4cNJnd0djYUsw==
7034+
dependencies:
7035+
fast-fifo "^1.3.2"
7036+
queue-tick "^1.0.1"
7037+
text-decoder "^1.1.0"
7038+
optionalDependencies:
7039+
bare-events "^2.2.0"
7040+
69907041
strict-uri-encode@^1.0.0:
69917042
version "1.1.0"
69927043
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
@@ -7134,17 +7185,18 @@ tapable@^0.2.7, tapable@~0.2.5:
71347185
resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.2.8.tgz#99372a5c999bf2df160afc0d74bed4f47948cd22"
71357186
integrity sha1-mTcqXJmb8t8WCvwNdL7U9HlIzSI=
71367187

7137-
tar-fs@^1.16.0:
7138-
version "1.16.3"
7139-
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-1.16.3.tgz#966a628841da2c4010406a82167cbd5e0c72d509"
7140-
integrity sha512-NvCeXpYx7OsmOh8zIOP/ebG55zZmxLE0etfWRbWok+q2Qo8x/vOR/IJT1taADXPe+jsiu9axDb3X4B+iIgNlKw==
7188+
tar-fs@^3.0.0:
7189+
version "3.0.6"
7190+
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.0.6.tgz#eaccd3a67d5672f09ca8e8f9c3d2b89fa173f217"
7191+
integrity sha512-iokBDQQkUyeXhgPYaZxmczGPhnhXZ0CmrqI+MOb/WFGS9DW5wnfrLgtjUJBvz50vQ3qfRwJ62QVoCFu8mPVu5w==
71417192
dependencies:
7142-
chownr "^1.0.1"
7143-
mkdirp "^0.5.1"
7144-
pump "^1.0.0"
7145-
tar-stream "^1.1.2"
7193+
pump "^3.0.0"
7194+
tar-stream "^3.1.5"
7195+
optionalDependencies:
7196+
bare-fs "^2.1.1"
7197+
bare-path "^2.1.0"
71467198

7147-
tar-stream@^1.1.2, tar-stream@^1.6.1:
7199+
tar-stream@^1.6.1:
71487200
version "1.6.1"
71497201
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.6.1.tgz#f84ef1696269d6223ca48f6e1eeede3f7e81f395"
71507202
integrity sha512-IFLM5wp3QrJODQFPm6/to3LJZrONdBY/otxcvDIQzu217zKye6yVR3hhi9lAjrC2Z+m/j5oDxMPb1qcd8cIvpA==
@@ -7157,6 +7209,15 @@ tar-stream@^1.1.2, tar-stream@^1.6.1:
71577209
to-buffer "^1.1.0"
71587210
xtend "^4.0.0"
71597211

7212+
tar-stream@^3.1.5:
7213+
version "3.1.7"
7214+
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-3.1.7.tgz#24b3fb5eabada19fe7338ed6d26e5f7c482e792b"
7215+
integrity sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==
7216+
dependencies:
7217+
b4a "^1.6.4"
7218+
fast-fifo "^1.2.0"
7219+
streamx "^2.15.0"
7220+
71607221
tar@^4:
71617222
version "4.4.6"
71627223
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.6.tgz#63110f09c00b4e60ac8bcfe1bf3c8660235fbc9b"
@@ -7199,6 +7260,13 @@ test-exclude@^4.2.1:
71997260
read-pkg-up "^1.0.1"
72007261
require-main-filename "^1.0.1"
72017262

7263+
text-decoder@^1.1.0:
7264+
version "1.2.3"
7265+
resolved "https://registry.yarnpkg.com/text-decoder/-/text-decoder-1.2.3.tgz#b19da364d981b2326d5f43099c310cc80d770c65"
7266+
integrity sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==
7267+
dependencies:
7268+
b4a "^1.6.4"
7269+
72027270
text-table@~0.2.0:
72037271
version "0.2.0"
72047272
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"

0 commit comments

Comments
 (0)