Skip to content

Commit 426cbbf

Browse files
chore(deps): bump tar-fs from 2.1.1 to 3.0.6
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 3.0.6. - [Commits](mafintosh/tar-fs@v2.1.1...v3.0.6) --- updated-dependencies: - dependency-name: tar-fs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d9c2c5 commit 426cbbf

File tree

2 files changed

+88
-2
lines changed

2 files changed

+88
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
"pretty-bytes": "^6.0.0",
297297
"proxy-agent": "^6.4.0",
298298
"semver": "^7.6.2",
299-
"tar-fs": "^2.1.1",
299+
"tar-fs": "^3.0.6",
300300
"ua-parser-js": "^1.0.38",
301301
"which": "^4.0.0",
302302
"ws": "^8.17.1",

yarn.lock

Lines changed: 87 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,11 @@ azure-devops-node-api@^11.0.1:
13331333
tunnel "0.0.6"
13341334
typed-rest-client "^1.8.4"
13351335

1336+
b4a@^1.6.4:
1337+
version "1.6.6"
1338+
resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.6.6.tgz#a4cc349a3851987c3c4ac2d7785c18744f6da9ba"
1339+
integrity sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==
1340+
13361341
bail@^1.0.0:
13371342
version "1.0.5"
13381343
resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776"
@@ -1343,6 +1348,39 @@ balanced-match@^1.0.0:
13431348
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
13441349
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
13451350

1351+
bare-events@^2.0.0, bare-events@^2.2.0:
1352+
version "2.4.2"
1353+
resolved "https://registry.yarnpkg.com/bare-events/-/bare-events-2.4.2.tgz#3140cca7a0e11d49b3edc5041ab560659fd8e1f8"
1354+
integrity sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==
1355+
1356+
bare-fs@^2.1.1:
1357+
version "2.3.1"
1358+
resolved "https://registry.yarnpkg.com/bare-fs/-/bare-fs-2.3.1.tgz#cdbd63dac7a552dfb2b87d18c822298d1efd213d"
1359+
integrity sha512-W/Hfxc/6VehXlsgFtbB5B4xFcsCl+pAh30cYhoFyXErf6oGrwjh8SwiPAdHgpmWonKuYpZgGywN0SXt7dgsADA==
1360+
dependencies:
1361+
bare-events "^2.0.0"
1362+
bare-path "^2.0.0"
1363+
bare-stream "^2.0.0"
1364+
1365+
bare-os@^2.1.0:
1366+
version "2.4.0"
1367+
resolved "https://registry.yarnpkg.com/bare-os/-/bare-os-2.4.0.tgz#5de5e3ba7704f459c9656629edca7cc736e06608"
1368+
integrity sha512-v8DTT08AS/G0F9xrhyLtepoo9EJBJ85FRSMbu1pQUlAf6A8T0tEEQGMVObWeqpjhSPXsE0VGlluFBJu2fdoTNg==
1369+
1370+
bare-path@^2.0.0, bare-path@^2.1.0:
1371+
version "2.1.3"
1372+
resolved "https://registry.yarnpkg.com/bare-path/-/bare-path-2.1.3.tgz#594104c829ef660e43b5589ec8daef7df6cedb3e"
1373+
integrity sha512-lh/eITfU8hrj9Ru5quUp0Io1kJWIk1bTjzo7JH1P5dWmQ2EL4hFUlfI8FonAhSlgIfhn63p84CDY/x+PisgcXA==
1374+
dependencies:
1375+
bare-os "^2.1.0"
1376+
1377+
bare-stream@^2.0.0:
1378+
version "2.1.3"
1379+
resolved "https://registry.yarnpkg.com/bare-stream/-/bare-stream-2.1.3.tgz#070b69919963a437cc9e20554ede079ce0a129b2"
1380+
integrity sha512-tiDAH9H/kP+tvNO5sczyn9ZAA7utrSMobyDchsnyyXBuUe2FSQWbxhtuHB8jwpHYYevVo2UJpcmvvjrbHboUUQ==
1381+
dependencies:
1382+
streamx "^2.18.0"
1383+
13461384
base64-js@^1.3.1:
13471385
version "1.5.1"
13481386
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -2507,6 +2545,11 @@ fast-diff@^1.1.2:
25072545
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
25082546
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
25092547

2548+
fast-fifo@^1.2.0, fast-fifo@^1.3.2:
2549+
version "1.3.2"
2550+
resolved "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.3.2.tgz#286e31de96eb96d38a97899815740ba2a4f3640c"
2551+
integrity sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==
2552+
25102553
fast-glob@^3.2.9:
25112554
version "3.2.12"
25122555
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
@@ -4497,6 +4540,11 @@ queue-microtask@^1.2.2:
44974540
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
44984541
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
44994542

4543+
queue-tick@^1.0.1:
4544+
version "1.0.1"
4545+
resolved "https://registry.yarnpkg.com/queue-tick/-/queue-tick-1.0.1.tgz#f6f07ac82c1fd60f82e098b417a80e52f1f4c142"
4546+
integrity sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==
4547+
45004548
randombytes@^2.1.0:
45014549
version "2.1.0"
45024550
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
@@ -5533,6 +5581,17 @@ stream-combiner@~0.0.4:
55335581
dependencies:
55345582
duplexer "~0.1.1"
55355583

5584+
streamx@^2.15.0, streamx@^2.18.0:
5585+
version "2.18.0"
5586+
resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.18.0.tgz#5bc1a51eb412a667ebfdcd4e6cf6a6fc65721ac7"
5587+
integrity sha512-LLUC1TWdjVdn1weXGcSxyTR3T4+acB6tVGXT95y0nGbca4t4o/ng1wKAGTljm9VicuCVLvRlqFYXYy5GwgM7sQ==
5588+
dependencies:
5589+
fast-fifo "^1.3.2"
5590+
queue-tick "^1.0.1"
5591+
text-decoder "^1.1.0"
5592+
optionalDependencies:
5593+
bare-events "^2.2.0"
5594+
55365595
string-argv@^0.3.1:
55375596
version "0.3.2"
55385597
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
@@ -5730,7 +5789,7 @@ tapable@^2.1.1, tapable@^2.2.0:
57305789
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
57315790
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
57325791

5733-
tar-fs@^2.0.0, tar-fs@^2.1.1:
5792+
tar-fs@^2.0.0:
57345793
version "2.1.1"
57355794
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784"
57365795
integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==
@@ -5740,6 +5799,17 @@ tar-fs@^2.0.0, tar-fs@^2.1.1:
57405799
pump "^3.0.0"
57415800
tar-stream "^2.1.4"
57425801

5802+
tar-fs@^3.0.6:
5803+
version "3.0.6"
5804+
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.0.6.tgz#eaccd3a67d5672f09ca8e8f9c3d2b89fa173f217"
5805+
integrity sha512-iokBDQQkUyeXhgPYaZxmczGPhnhXZ0CmrqI+MOb/WFGS9DW5wnfrLgtjUJBvz50vQ3qfRwJ62QVoCFu8mPVu5w==
5806+
dependencies:
5807+
pump "^3.0.0"
5808+
tar-stream "^3.1.5"
5809+
optionalDependencies:
5810+
bare-fs "^2.1.1"
5811+
bare-path "^2.1.0"
5812+
57435813
tar-stream@^2.1.4:
57445814
version "2.2.0"
57455815
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
@@ -5751,6 +5821,15 @@ tar-stream@^2.1.4:
57515821
inherits "^2.0.3"
57525822
readable-stream "^3.1.1"
57535823

5824+
tar-stream@^3.1.5:
5825+
version "3.1.7"
5826+
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-3.1.7.tgz#24b3fb5eabada19fe7338ed6d26e5f7c482e792b"
5827+
integrity sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==
5828+
dependencies:
5829+
b4a "^1.6.4"
5830+
fast-fifo "^1.2.0"
5831+
streamx "^2.15.0"
5832+
57545833
terser-webpack-plugin@^5.3.10:
57555834
version "5.3.10"
57565835
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz#904f4c9193c6fd2a03f693a2150c62a92f40d199"
@@ -5781,6 +5860,13 @@ test-exclude@^6.0.0:
57815860
glob "^7.1.4"
57825861
minimatch "^3.0.4"
57835862

5863+
text-decoder@^1.1.0:
5864+
version "1.1.0"
5865+
resolved "https://registry.yarnpkg.com/text-decoder/-/text-decoder-1.1.0.tgz#3379e728fcf4d3893ec1aea35e8c2cac215ef190"
5866+
integrity sha512-TmLJNj6UgX8xcUZo4UDStGQtDiTzF7BzWlzn9g7UWrjkpHr5uJTK1ld16wZ3LXb2vb6jH8qU89dW5whuMdXYdw==
5867+
dependencies:
5868+
b4a "^1.6.4"
5869+
57845870
text-table@^0.2.0:
57855871
version "0.2.0"
57865872
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"

0 commit comments

Comments
 (0)