@@ -574,7 +574,7 @@ cross-spawn@^5.0.1, cross-spawn@^5.1.0:
574574 shebang-command "^1.2.0"
575575 which "^1.2.9"
576576
577- cross-spawn@^6.0.0 :
577+ cross-spawn@^6.0.5 :
578578 version "6.0.5"
579579 resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
580580 dependencies :
@@ -974,17 +974,19 @@ execa@^0.7.0:
974974 signal-exit "^3.0.0"
975975 strip-eof "^1.0.0"
976976
977- execa@^1.0.0 :
978- version "1.0.0"
979- resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
980- dependencies :
981- cross-spawn "^6.0.0"
982- get-stream "^4.0.0"
983- is-stream "^1.1.0"
984- npm-run-path "^2.0.0"
985- p-finally "^1.0.0"
986- signal-exit "^3.0.0"
987- strip-eof "^1.0.0"
977+ execa@^2.0.0 :
978+ version "2.0.3"
979+ resolved "https://registry.yarnpkg.com/execa/-/execa-2.0.3.tgz#4b84301b33042cfb622771e886ed0b10e5634642"
980+ dependencies :
981+ cross-spawn "^6.0.5"
982+ get-stream "^5.0.0"
983+ is-stream "^2.0.0"
984+ merge-stream "^2.0.0"
985+ npm-run-path "^3.0.0"
986+ onetime "^5.1.0"
987+ p-finally "^2.0.0"
988+ signal-exit "^3.0.2"
989+ strip-final-newline "^2.0.0"
988990
989991expand-brackets@^0.1.4 :
990992 version "0.1.5"
@@ -1177,9 +1179,9 @@ get-stream@^3.0.0:
11771179 version "3.0.0"
11781180 resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
11791181
1180- get-stream@^4 .0.0 :
1181- version "4.0 .0"
1182- resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.0 .0.tgz#9e074cb898bd2b9ebabb445a1766d7f43576d977 "
1182+ get-stream@^5 .0.0 :
1183+ version "5.1 .0"
1184+ resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1 .0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9 "
11831185 dependencies :
11841186 pump "^3.0.0"
11851187
@@ -1574,6 +1576,10 @@ is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0:
15741576 version "1.1.0"
15751577 resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
15761578
1579+ is-stream@^2.0.0 :
1580+ version "2.0.0"
1581+ resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
1582+
15771583is-symbol@^1.0.1 :
15781584 version "1.0.1"
15791585 resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
@@ -1840,6 +1846,10 @@ merge-source-map@^1.0.2:
18401846 dependencies :
18411847 source-map "^0.6.1"
18421848
1849+ merge-stream@^2.0.0 :
1850+ version "2.0.0"
1851+ resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
1852+
18431853micromatch@^2.3.11 :
18441854 version "2.3.11"
18451855 resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565"
@@ -1862,6 +1872,10 @@ mimic-fn@^1.0.0:
18621872 version "1.2.0"
18631873 resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
18641874
1875+ mimic-fn@^2.1.0 :
1876+ version "2.1.0"
1877+ resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
1878+
18651879minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4 :
18661880 version "3.0.4"
18671881 resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -1958,6 +1972,12 @@ npm-run-path@^2.0.0:
19581972 dependencies :
19591973 path-key "^2.0.0"
19601974
1975+ npm-run-path@^3.0.0 :
1976+ version "3.1.0"
1977+ resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-3.1.0.tgz#7f91be317f6a466efed3c9f2980ad8a4ee8b0fa5"
1978+ dependencies :
1979+ path-key "^3.0.0"
1980+
19611981number-is-nan@^1.0.0 :
19621982 version "1.0.1"
19631983 resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
@@ -2036,6 +2056,12 @@ onetime@^2.0.0:
20362056 dependencies :
20372057 mimic-fn "^1.0.0"
20382058
2059+ onetime@^5.1.0 :
2060+ version "5.1.0"
2061+ resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5"
2062+ dependencies :
2063+ mimic-fn "^2.1.0"
2064+
20392065optimist@^0.6.1 :
20402066 version "0.6.1"
20412067 resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
@@ -2074,6 +2100,10 @@ p-finally@^1.0.0:
20742100 version "1.0.0"
20752101 resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
20762102
2103+ p-finally@^2.0.0 :
2104+ version "2.0.1"
2105+ resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561"
2106+
20772107p-is-promise@^1.1.0 :
20782108 version "1.1.0"
20792109 resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e"
@@ -2174,6 +2204,10 @@ path-key@^2.0.0, path-key@^2.0.1:
21742204 version "2.0.1"
21752205 resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
21762206
2207+ path-key@^3.0.0 :
2208+ version "3.1.0"
2209+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
2210+
21772211path-parse@^1.0.5 :
21782212 version "1.0.5"
21792213 resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
@@ -2648,6 +2682,10 @@ strip-eof@^1.0.0:
26482682 version "1.0.0"
26492683 resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
26502684
2685+ strip-final-newline@^2.0.0 :
2686+ version "2.0.0"
2687+ resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
2688+
26512689strip-json-comments@~2.0.1 :
26522690 version "2.0.1"
26532691 resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
0 commit comments