|
252 | 252 | "@babel/helper-plugin-utils" "^7.0.0"
|
253 | 253 | "@babel/plugin-syntax-json-strings" "^7.2.0"
|
254 | 254 |
|
255 |
| -"@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.4.4": |
| 255 | +"@babel/plugin-proposal-object-rest-spread@^7.4.4": |
256 | 256 | version "7.4.4"
|
257 | 257 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.4.4.tgz#1ef173fcf24b3e2df92a678f027673b55e7e3005"
|
258 | 258 | integrity sha512-dMBG6cSPBbHeEBdFXeQ2QLc5gUpg4Vkaz8octD4aoW/ISO+jBOcsuxYL7bsb5WSu8RLP6boxrBIALEHgoHtO9g==
|
@@ -3223,6 +3223,11 @@ mimic-fn@^2.0.0:
|
3223 | 3223 | resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
|
3224 | 3224 | integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
|
3225 | 3225 |
|
| 3226 | +min-indent@^1.0.0: |
| 3227 | + version "1.0.0" |
| 3228 | + resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.0.tgz#cfc45c37e9ec0d8f0a0ec3dd4ef7f7c3abe39256" |
| 3229 | + integrity sha1-z8RcN+nsDY8KDsPdTvf3w6vjklY= |
| 3230 | + |
3226 | 3231 | minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
|
3227 | 3232 | version "3.0.4"
|
3228 | 3233 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
|
@@ -4395,10 +4400,12 @@ strip-eof@^1.0.0:
|
4395 | 4400 | resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
|
4396 | 4401 | integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
|
4397 | 4402 |
|
4398 |
| -strip-indent@^2.0.0: |
4399 |
| - version "2.0.0" |
4400 |
| - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68" |
4401 |
| - integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g= |
| 4403 | +strip-indent@^3.0.0: |
| 4404 | + version "3.0.0" |
| 4405 | + resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001" |
| 4406 | + integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== |
| 4407 | + dependencies: |
| 4408 | + min-indent "^1.0.0" |
4402 | 4409 |
|
4403 | 4410 | strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
|
4404 | 4411 | version "2.0.1"
|
|
0 commit comments