|
186 | 186 | resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" |
187 | 187 |
|
188 | 188 | conf@^1.0.0: |
189 | | - version "1.1.2" |
190 | | - resolved "https://registry.yarnpkg.com/conf/-/conf-1.1.2.tgz#a164003022dd1643cd5abd9653071bd3b0a19f50" |
| 189 | + version "1.2.0" |
| 190 | + resolved "https://registry.yarnpkg.com/conf/-/conf-1.2.0.tgz#149af7408f0af6abd62c3e24cff747e41a0bc54f" |
191 | 191 | dependencies: |
192 | 192 | dot-prop "^4.1.0" |
193 | 193 | env-paths "^1.0.0" |
194 | 194 | make-dir "^1.0.0" |
195 | 195 | pkg-up "^2.0.0" |
| 196 | + write-file-atomic "^2.3.0" |
196 | 197 |
|
197 | 198 | console-control-strings@^1.0.0, console-control-strings@~1.1.0: |
198 | 199 | version "1.1.0" |
@@ -513,7 +514,7 @@ glob@^7.0.5, glob@~7.1.2: |
513 | 514 | once "^1.3.0" |
514 | 515 | path-is-absolute "^1.0.0" |
515 | 516 |
|
516 | | -graceful-fs@^4.1.2: |
| 517 | +graceful-fs@^4.1.11, graceful-fs@^4.1.2: |
517 | 518 | version "4.1.11" |
518 | 519 | resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" |
519 | 520 |
|
@@ -560,8 +561,12 @@ http-signature@~1.1.0: |
560 | 561 | sshpk "^1.7.0" |
561 | 562 |
|
562 | 563 | iconv-lite@~0.4.13: |
563 | | - version "0.4.18" |
564 | | - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.18.tgz#23d8656b16aae6742ac29732ea8f0336a4789cf2" |
| 564 | + version "0.4.19" |
| 565 | + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b" |
| 566 | + |
| 567 | +imurmurhash@^0.1.4: |
| 568 | + version "0.1.4" |
| 569 | + resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" |
565 | 570 |
|
566 | 571 | inflight@^1.0.4: |
567 | 572 | version "1.0.6" |
|
1144 | 1149 | execa "^0.5.0" |
1145 | 1150 | strip-ansi "^3.0.0" |
1146 | 1151 |
|
1147 | | -signal-exit@^3.0.0: |
| 1152 | +signal-exit@^3.0.0, signal-exit@^3.0.2: |
1148 | 1153 | version "3.0.2" |
1149 | 1154 | resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" |
1150 | 1155 |
|
@@ -1313,6 +1318,14 @@ wrappy@1: |
1313 | 1318 | version "1.0.2" |
1314 | 1319 | resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" |
1315 | 1320 |
|
| 1321 | +write-file-atomic@^2.3.0: |
| 1322 | + version "2.3.0" |
| 1323 | + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.3.0.tgz#1ff61575c2e2a4e8e510d6fa4e243cce183999ab" |
| 1324 | + dependencies: |
| 1325 | + graceful-fs "^4.1.11" |
| 1326 | + imurmurhash "^0.1.4" |
| 1327 | + signal-exit "^3.0.2" |
| 1328 | + |
1316 | 1329 | yallist@^2.1.2: |
1317 | 1330 | version "2.1.2" |
1318 | 1331 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" |
0 commit comments