@@ -1313,6 +1313,11 @@ azure-devops-node-api@^11.0.1:
1313
1313
tunnel "0.0.6"
1314
1314
typed-rest-client "^1.8.4"
1315
1315
1316
+ b4a@^1.6.4 :
1317
+ version "1.6.6"
1318
+ resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.6.6.tgz#a4cc349a3851987c3c4ac2d7785c18744f6da9ba"
1319
+ integrity sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==
1320
+
1316
1321
bail@^1.0.0 :
1317
1322
version "1.0.5"
1318
1323
resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776"
@@ -1323,6 +1328,39 @@ balanced-match@^1.0.0:
1323
1328
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
1324
1329
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
1325
1330
1331
+ bare-events@^2.0.0, bare-events@^2.2.0 :
1332
+ version "2.4.2"
1333
+ resolved "https://registry.yarnpkg.com/bare-events/-/bare-events-2.4.2.tgz#3140cca7a0e11d49b3edc5041ab560659fd8e1f8"
1334
+ integrity sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==
1335
+
1336
+ bare-fs@^2.1.1 :
1337
+ version "2.3.1"
1338
+ resolved "https://registry.yarnpkg.com/bare-fs/-/bare-fs-2.3.1.tgz#cdbd63dac7a552dfb2b87d18c822298d1efd213d"
1339
+ integrity sha512-W/Hfxc/6VehXlsgFtbB5B4xFcsCl+pAh30cYhoFyXErf6oGrwjh8SwiPAdHgpmWonKuYpZgGywN0SXt7dgsADA==
1340
+ dependencies :
1341
+ bare-events "^2.0.0"
1342
+ bare-path "^2.0.0"
1343
+ bare-stream "^2.0.0"
1344
+
1345
+ bare-os@^2.1.0 :
1346
+ version "2.4.0"
1347
+ resolved "https://registry.yarnpkg.com/bare-os/-/bare-os-2.4.0.tgz#5de5e3ba7704f459c9656629edca7cc736e06608"
1348
+ integrity sha512-v8DTT08AS/G0F9xrhyLtepoo9EJBJ85FRSMbu1pQUlAf6A8T0tEEQGMVObWeqpjhSPXsE0VGlluFBJu2fdoTNg==
1349
+
1350
+ bare-path@^2.0.0, bare-path@^2.1.0 :
1351
+ version "2.1.3"
1352
+ resolved "https://registry.yarnpkg.com/bare-path/-/bare-path-2.1.3.tgz#594104c829ef660e43b5589ec8daef7df6cedb3e"
1353
+ integrity sha512-lh/eITfU8hrj9Ru5quUp0Io1kJWIk1bTjzo7JH1P5dWmQ2EL4hFUlfI8FonAhSlgIfhn63p84CDY/x+PisgcXA==
1354
+ dependencies :
1355
+ bare-os "^2.1.0"
1356
+
1357
+ bare-stream@^2.0.0 :
1358
+ version "2.1.3"
1359
+ resolved "https://registry.yarnpkg.com/bare-stream/-/bare-stream-2.1.3.tgz#070b69919963a437cc9e20554ede079ce0a129b2"
1360
+ integrity sha512-tiDAH9H/kP+tvNO5sczyn9ZAA7utrSMobyDchsnyyXBuUe2FSQWbxhtuHB8jwpHYYevVo2UJpcmvvjrbHboUUQ==
1361
+ dependencies :
1362
+ streamx "^2.18.0"
1363
+
1326
1364
base64-js@^1.3.1 :
1327
1365
version "1.5.1"
1328
1366
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -2477,6 +2515,11 @@ fast-diff@^1.1.2:
2477
2515
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
2478
2516
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
2479
2517
2518
+ fast-fifo@^1.2.0, fast-fifo@^1.3.2 :
2519
+ version "1.3.2"
2520
+ resolved "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.3.2.tgz#286e31de96eb96d38a97899815740ba2a4f3640c"
2521
+ integrity sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==
2522
+
2480
2523
fast-glob@^3.2.9 :
2481
2524
version "3.2.12"
2482
2525
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
@@ -4408,6 +4451,11 @@ queue-microtask@^1.2.2:
4408
4451
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
4409
4452
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
4410
4453
4454
+ queue-tick@^1.0.1 :
4455
+ version "1.0.1"
4456
+ resolved "https://registry.yarnpkg.com/queue-tick/-/queue-tick-1.0.1.tgz#f6f07ac82c1fd60f82e098b417a80e52f1f4c142"
4457
+ integrity sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==
4458
+
4411
4459
randombytes@^2.1.0 :
4412
4460
version "2.1.0"
4413
4461
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
@@ -5441,6 +5489,17 @@ stream-combiner@~0.0.4:
5441
5489
dependencies :
5442
5490
duplexer "~0.1.1"
5443
5491
5492
+ streamx@^2.15.0, streamx@^2.18.0 :
5493
+ version "2.18.0"
5494
+ resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.18.0.tgz#5bc1a51eb412a667ebfdcd4e6cf6a6fc65721ac7"
5495
+ integrity sha512-LLUC1TWdjVdn1weXGcSxyTR3T4+acB6tVGXT95y0nGbca4t4o/ng1wKAGTljm9VicuCVLvRlqFYXYy5GwgM7sQ==
5496
+ dependencies :
5497
+ fast-fifo "^1.3.2"
5498
+ queue-tick "^1.0.1"
5499
+ text-decoder "^1.1.0"
5500
+ optionalDependencies :
5501
+ bare-events "^2.2.0"
5502
+
5444
5503
string-argv@^0.3.1 :
5445
5504
version "0.3.2"
5446
5505
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
@@ -5606,7 +5665,7 @@ tapable@^2.1.1, tapable@^2.2.0:
5606
5665
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
5607
5666
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
5608
5667
5609
- tar-fs@^2.0.0, tar-fs@^2.1.1 :
5668
+ tar-fs@^2.0.0 :
5610
5669
version "2.1.1"
5611
5670
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784"
5612
5671
integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==
@@ -5616,6 +5675,17 @@ tar-fs@^2.0.0, tar-fs@^2.1.1:
5616
5675
pump "^3.0.0"
5617
5676
tar-stream "^2.1.4"
5618
5677
5678
+ tar-fs@^3.0.6 :
5679
+ version "3.0.6"
5680
+ resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.0.6.tgz#eaccd3a67d5672f09ca8e8f9c3d2b89fa173f217"
5681
+ integrity sha512-iokBDQQkUyeXhgPYaZxmczGPhnhXZ0CmrqI+MOb/WFGS9DW5wnfrLgtjUJBvz50vQ3qfRwJ62QVoCFu8mPVu5w==
5682
+ dependencies :
5683
+ pump "^3.0.0"
5684
+ tar-stream "^3.1.5"
5685
+ optionalDependencies :
5686
+ bare-fs "^2.1.1"
5687
+ bare-path "^2.1.0"
5688
+
5619
5689
tar-stream@^2.1.4 :
5620
5690
version "2.2.0"
5621
5691
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
@@ -5627,6 +5697,15 @@ tar-stream@^2.1.4:
5627
5697
inherits "^2.0.3"
5628
5698
readable-stream "^3.1.1"
5629
5699
5700
+ tar-stream@^3.1.5 :
5701
+ version "3.1.7"
5702
+ resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-3.1.7.tgz#24b3fb5eabada19fe7338ed6d26e5f7c482e792b"
5703
+ integrity sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==
5704
+ dependencies :
5705
+ b4a "^1.6.4"
5706
+ fast-fifo "^1.2.0"
5707
+ streamx "^2.15.0"
5708
+
5630
5709
terser-webpack-plugin@^5.3.10 :
5631
5710
version "5.3.10"
5632
5711
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz#904f4c9193c6fd2a03f693a2150c62a92f40d199"
@@ -5657,6 +5736,13 @@ test-exclude@^6.0.0:
5657
5736
glob "^7.1.4"
5658
5737
minimatch "^3.0.4"
5659
5738
5739
+ text-decoder@^1.1.0 :
5740
+ version "1.1.0"
5741
+ resolved "https://registry.yarnpkg.com/text-decoder/-/text-decoder-1.1.0.tgz#3379e728fcf4d3893ec1aea35e8c2cac215ef190"
5742
+ integrity sha512-TmLJNj6UgX8xcUZo4UDStGQtDiTzF7BzWlzn9g7UWrjkpHr5uJTK1ld16wZ3LXb2vb6jH8qU89dW5whuMdXYdw==
5743
+ dependencies :
5744
+ b4a "^1.6.4"
5745
+
5660
5746
text-table@^0.2.0 :
5661
5747
version "0.2.0"
5662
5748
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
0 commit comments