@@ -9298,6 +9298,11 @@ memory-fs@^0.4.1:
92989298 errno "^0.1.3"
92999299 readable-stream "^2.0.1"
93009300
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+
93019306merge-descriptors@1.0.1:
93029307 version "1.0.1"
93039308 resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
@@ -9803,6 +9808,21 @@ not@^0.1.0:
98039808 resolved "https://registry.yarnpkg.com/not/-/not-0.1.0.tgz#c9691c1746c55dcfbe54cbd8bd4ff041bc2b519d"
98049809 integrity sha1-yWkcF0bFXc++VMvYvU/wQbwrUZ0=
98059810
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+
98069826npm-run-path@^2.0.0:
98079827 version "2.0.2"
98089828 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:
1040010420 resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
1040110421 integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
1040210422
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+
1040310428pify@^2.0.0:
1040410429 version "2.3.0"
1040510430 resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -12096,7 +12121,7 @@ shebang-regex@^3.0.0:
1209612121 resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
1209712122 integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
1209812123
12099- shell-quote@1.7.2:
12124+ shell-quote@1.7.2, shell-quote@^1.6.1 :
1210012125 version "1.7.2"
1210112126 resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
1210212127 integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
@@ -12546,6 +12571,15 @@ string.prototype.matchall@^4.0.5:
1254612571 regexp.prototype.flags "^1.3.1"
1254712572 side-channel "^1.0.4"
1254812573
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+
1254912583string.prototype.trimend@^1.0.4:
1255012584 version "1.0.4"
1255112585 resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
0 commit comments