@@ -5644,6 +5644,19 @@ copy-anything@^3.0.2:
5644
5644
dependencies:
5645
5645
is-what "^4.1.8"
5646
5646
5647
+ copyfiles@^2.4.1:
5648
+ version "2.4.1"
5649
+ resolved "https://registry.yarnpkg.com/copyfiles/-/copyfiles-2.4.1.tgz#d2dcff60aaad1015f09d0b66e7f0f1c5cd3c5da5"
5650
+ integrity sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==
5651
+ dependencies:
5652
+ glob "^7.0.5"
5653
+ minimatch "^3.0.3"
5654
+ mkdirp "^1.0.4"
5655
+ noms "0.0.0"
5656
+ through2 "^2.0.1"
5657
+ untildify "^4.0.0"
5658
+ yargs "^16.1.0"
5659
+
5647
5660
core-util-is@~1.0.0:
5648
5661
version "1.0.3"
5649
5662
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
@@ -7134,6 +7147,18 @@ glob@^10.4.1:
7134
7147
package-json-from-dist "^1.0.0"
7135
7148
path-scurry "^1.11.1"
7136
7149
7150
+ glob@^7.0.5:
7151
+ version "7.2.3"
7152
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
7153
+ integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
7154
+ dependencies:
7155
+ fs.realpath "^1.0.0"
7156
+ inflight "^1.0.4"
7157
+ inherits "2"
7158
+ minimatch "^3.1.1"
7159
+ once "^1.3.0"
7160
+ path-is-absolute "^1.0.0"
7161
+
7137
7162
glob@^8.0.0:
7138
7163
version "8.1.0"
7139
7164
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
@@ -7717,6 +7742,11 @@ is64bit@^2.0.0:
7717
7742
dependencies:
7718
7743
system-architecture "^0.1.0"
7719
7744
7745
+ isarray@0.0.1:
7746
+ version "0.0.1"
7747
+ resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
7748
+ integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==
7749
+
7720
7750
isarray@^1.0.0, isarray@~1.0.0:
7721
7751
version "1.0.0"
7722
7752
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@@ -8469,7 +8499,7 @@ minimalistic-crypto-utils@^1.0.1:
8469
8499
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
8470
8500
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
8471
8501
8472
- minimatch@^3.0.5 , minimatch@^3.1.2:
8502
+ minimatch@^3.0.3, minimatch@^3.0.5, minimatch@^3.1.1 , minimatch@^3.1.2:
8473
8503
version "3.1.2"
8474
8504
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
8475
8505
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -8747,6 +8777,14 @@ node-libs-browser@2.2.1:
8747
8777
util "^0.11.0"
8748
8778
vm-browserify "^1.0.1"
8749
8779
8780
+ noms@0.0.0:
8781
+ version "0.0.0"
8782
+ resolved "https://registry.yarnpkg.com/noms/-/noms-0.0.0.tgz#da8ebd9f3af9d6760919b27d9cdc8092a7332859"
8783
+ integrity sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==
8784
+ dependencies:
8785
+ inherits "^2.0.1"
8786
+ readable-stream "~1.0.31"
8787
+
8750
8788
normalize-path@^3.0.0, normalize-path@~3.0.0:
8751
8789
version "3.0.0"
8752
8790
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
@@ -9001,6 +9039,11 @@ path-exists@^4.0.0:
9001
9039
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
9002
9040
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
9003
9041
9042
+ path-is-absolute@^1.0.0:
9043
+ version "1.0.1"
9044
+ resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
9045
+ integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
9046
+
9004
9047
path-key@^3.1.0:
9005
9048
version "3.1.1"
9006
9049
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -9648,7 +9691,7 @@ react-style-singleton@^2.2.1:
9648
9691
invariant "^2.2.4"
9649
9692
tslib "^2.0.0"
9650
9693
9651
- readable-stream@^2.0.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@^2.3.8:
9694
+ readable-stream@^2.0.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@^2.3.8, readable-stream@~2.3.6 :
9652
9695
version "2.3.8"
9653
9696
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b"
9654
9697
integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==
@@ -9681,6 +9724,16 @@ readable-stream@^4.0.0:
9681
9724
process "^0.11.10"
9682
9725
string_decoder "^1.3.0"
9683
9726
9727
+ readable-stream@~1.0.31:
9728
+ version "1.0.34"
9729
+ resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c"
9730
+ integrity sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==
9731
+ dependencies:
9732
+ core-util-is "~1.0.0"
9733
+ inherits "~2.0.1"
9734
+ isarray "0.0.1"
9735
+ string_decoder "~0.10.x"
9736
+
9684
9737
readdirp@~3.6.0:
9685
9738
version "3.6.0"
9686
9739
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
@@ -10196,6 +10249,11 @@ string_decoder@^1.0.0, string_decoder@^1.1.1, string_decoder@^1.3.0:
10196
10249
dependencies:
10197
10250
safe-buffer "~5.2.0"
10198
10251
10252
+ string_decoder@~0.10.x:
10253
+ version "0.10.31"
10254
+ resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
10255
+ integrity sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==
10256
+
10199
10257
string_decoder@~1.1.1:
10200
10258
version "1.1.1"
10201
10259
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
@@ -10410,6 +10468,14 @@ three@^0.146.0:
10410
10468
resolved "https://registry.yarnpkg.com/three/-/three-0.146.0.tgz#fd80f0d128ab4bb821a02191ae241e4e6326f17a"
10411
10469
integrity sha512-1lvNfLezN6OJ9NaFAhfX4sm5e9YCzHtaRgZ1+B4C+Hv6TibRMsuBAM5/wVKzxjpYIlMymvgsHEFrrigEfXnb2A==
10412
10470
10471
+ through2@^2.0.1:
10472
+ version "2.0.5"
10473
+ resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
10474
+ integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
10475
+ dependencies:
10476
+ readable-stream "~2.3.6"
10477
+ xtend "~4.0.1"
10478
+
10413
10479
tildify@2.0.0:
10414
10480
version "2.0.0"
10415
10481
resolved "https://registry.yarnpkg.com/tildify/-/tildify-2.0.0.tgz#f205f3674d677ce698b7067a99e949ce03b4754a"
@@ -10668,6 +10734,11 @@ unstorage@^1.9.0:
10668
10734
ofetch "^1.3.3"
10669
10735
ufo "^1.4.0"
10670
10736
10737
+ untildify@^4.0.0:
10738
+ version "4.0.0"
10739
+ resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b"
10740
+ integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==
10741
+
10671
10742
untun@^0.1.3:
10672
10743
version "0.1.3"
10673
10744
resolved "https://registry.yarnpkg.com/untun/-/untun-0.1.3.tgz#5d10dee37a3a5737ff03d158be877dae0a0e58a6"
@@ -11318,7 +11389,7 @@ xmlcreate@^2.0.4:
11318
11389
resolved "https://registry.yarnpkg.com/xmlcreate/-/xmlcreate-2.0.4.tgz#0c5ab0f99cdd02a81065fa9cd8f8ae87624889be"
11319
11390
integrity sha512-nquOebG4sngPmGPICTS5EnxqhKbCmz5Ox5hsszI2T6U5qdrJizBc+0ilYSEjTSzU0yZcmvppztXe/5Al5fUwdg==
11320
11391
11321
- xtend@^4.0.0, xtend@^4.0.1:
11392
+ xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1 :
11322
11393
version "4.0.2"
11323
11394
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
11324
11395
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
@@ -11388,7 +11459,7 @@ yargs@^15.3.1:
11388
11459
y18n "^4.0.0"
11389
11460
yargs-parser "^18.1.2"
11390
11461
11391
- yargs@^16.2.0:
11462
+ yargs@^16.1.0, yargs@^16. 2.0:
11392
11463
version "16.2.0"
11393
11464
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
11394
11465
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
0 commit comments