@@ -9298,6 +9298,11 @@ memory-fs@^0.4.1:
9298
9298
errno "^0.1.3"
9299
9299
readable-stream "^2.0.1"
9300
9300
9301
+ memorystream@^0.3.1:
9302
+ version "0.3.1"
9303
+ resolved "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2"
9304
+ integrity sha1-htcJCzDORV1j+64S3aUaR93K+bI=
9305
+
9301
9306
9302
9307
version "1.0.1"
9303
9308
resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
@@ -9803,6 +9808,21 @@ not@^0.1.0:
9803
9808
resolved "https://registry.yarnpkg.com/not/-/not-0.1.0.tgz#c9691c1746c55dcfbe54cbd8bd4ff041bc2b519d"
9804
9809
integrity sha1-yWkcF0bFXc++VMvYvU/wQbwrUZ0=
9805
9810
9811
+ npm-run-all@^4.1.5:
9812
+ version "4.1.5"
9813
+ resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
9814
+ integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
9815
+ dependencies:
9816
+ ansi-styles "^3.2.1"
9817
+ chalk "^2.4.1"
9818
+ cross-spawn "^6.0.5"
9819
+ memorystream "^0.3.1"
9820
+ minimatch "^3.0.4"
9821
+ pidtree "^0.3.0"
9822
+ read-pkg "^3.0.0"
9823
+ shell-quote "^1.6.1"
9824
+ string.prototype.padend "^3.0.0"
9825
+
9806
9826
npm-run-path@^2.0.0:
9807
9827
version "2.0.2"
9808
9828
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
@@ -10400,6 +10420,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3:
10400
10420
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
10401
10421
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
10402
10422
10423
+ pidtree@^0.3.0:
10424
+ version "0.3.1"
10425
+ resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
10426
+ integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
10427
+
10403
10428
pify@^2.0.0:
10404
10429
version "2.3.0"
10405
10430
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -12096,7 +12121,7 @@ shebang-regex@^3.0.0:
12096
12121
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
12097
12122
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
12098
12123
12099
-
12124
+ [email protected] , shell-quote@^1.6.1 :
12100
12125
version "1.7.2"
12101
12126
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
12102
12127
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
@@ -12546,6 +12571,15 @@ string.prototype.matchall@^4.0.5:
12546
12571
regexp.prototype.flags "^1.3.1"
12547
12572
side-channel "^1.0.4"
12548
12573
12574
+ string.prototype.padend@^3.0.0:
12575
+ version "3.1.2"
12576
+ resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz#6858ca4f35c5268ebd5e8615e1327d55f59ee311"
12577
+ integrity sha512-/AQFLdYvePENU3W5rgurfWSMU6n+Ww8n/3cUt7E+vPBB/D7YDG8x+qjoFs4M/alR2bW7Qg6xMjVwWUOvuQ0XpQ==
12578
+ dependencies:
12579
+ call-bind "^1.0.2"
12580
+ define-properties "^1.1.3"
12581
+ es-abstract "^1.18.0-next.2"
12582
+
12549
12583
string.prototype.trimend@^1.0.4:
12550
12584
version "1.0.4"
12551
12585
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
0 commit comments