@@ -563,6 +563,14 @@ cliui@^3.2.0:
563563 strip-ansi "^3.0.1"
564564 wrap-ansi "^2.0.0"
565565
566+ cliui@^4.0.0 :
567+ version "4.0.0"
568+ resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.0.0.tgz#743d4650e05f36d1ed2575b59638d87322bfbbcc"
569+ dependencies :
570+ string-width "^2.1.1"
571+ strip-ansi "^4.0.0"
572+ wrap-ansi "^2.0.0"
573+
566574co@^4.6.0 :
567575 version "4.6.0"
568576 resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@@ -618,10 +626,14 @@ content-type-parser@^1.0.1:
618626 version "1.0.1"
619627 resolved "https://registry.yarnpkg.com/content-type-parser/-/content-type-parser-1.0.1.tgz#c3e56988c53c65127fb46d4032a3a900246fdc94"
620628
621- convert-source-map@^1.3.0, convert-source-map@^1. 4.0, convert-source-map@^1.5.0 :
629+ convert-source-map@^1.4.0, convert-source-map@^1.5.0 :
622630 version "1.5.0"
623631 resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.0.tgz#9acd70851c6d5dfdd93d9282e5edf94a03ff46b5"
624632
633+ convert-source-map@^1.5.1 :
634+ version "1.5.1"
635+ resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5"
636+
625637copy-descriptor@^0.1.0 :
626638 version "0.1.1"
627639 resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
@@ -1658,12 +1670,28 @@ istanbul-lib-coverage@^1.1.1:
16581670 version "1.1.1"
16591671 resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.1.1.tgz#73bfb998885299415c93d38a3e9adf784a77a9da"
16601672
1673+ istanbul-lib-coverage@^1.1.2, istanbul-lib-coverage@^1.2.0 :
1674+ version "1.2.0"
1675+ resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.0.tgz#f7d8f2e42b97e37fe796114cb0f9d68b5e3a4341"
1676+
16611677istanbul-lib-hook@^1.1.0 :
16621678 version "1.1.0"
16631679 resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.1.0.tgz#8538d970372cb3716d53e55523dd54b557a8d89b"
16641680 dependencies :
16651681 append-transform "^0.4.0"
16661682
1683+ istanbul-lib-instrument@^1.10.0 :
1684+ version "1.10.1"
1685+ resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.1.tgz#724b4b6caceba8692d3f1f9d0727e279c401af7b"
1686+ dependencies :
1687+ babel-generator "^6.18.0"
1688+ babel-template "^6.16.0"
1689+ babel-traverse "^6.18.0"
1690+ babel-types "^6.18.0"
1691+ babylon "^6.18.0"
1692+ istanbul-lib-coverage "^1.2.0"
1693+ semver "^5.3.0"
1694+
16671695istanbul-lib-instrument@^1.7.5, istanbul-lib-instrument@^1.8.0, istanbul-lib-instrument@^1.9.1 :
16681696 version "1.9.1"
16691697 resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.9.1.tgz#250b30b3531e5d3251299fdd64b0b2c9db6b558e"
@@ -1685,6 +1713,15 @@ istanbul-lib-report@^1.1.2:
16851713 path-parse "^1.0.5"
16861714 supports-color "^3.1.2"
16871715
1716+ istanbul-lib-report@^1.1.3 :
1717+ version "1.1.3"
1718+ resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-1.1.3.tgz#2df12188c0fa77990c0d2176d2d0ba3394188259"
1719+ dependencies :
1720+ istanbul-lib-coverage "^1.1.2"
1721+ mkdirp "^0.5.1"
1722+ path-parse "^1.0.5"
1723+ supports-color "^3.1.2"
1724+
16881725istanbul-lib-source-maps@^1.2.1, istanbul-lib-source-maps@^1.2.2 :
16891726 version "1.2.2"
16901727 resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.2.tgz#750578602435f28a0c04ee6d7d9e0f2960e62c1c"
@@ -1695,12 +1732,28 @@ istanbul-lib-source-maps@^1.2.1, istanbul-lib-source-maps@^1.2.2:
16951732 rimraf "^2.6.1"
16961733 source-map "^0.5.3"
16971734
1735+ istanbul-lib-source-maps@^1.2.3 :
1736+ version "1.2.3"
1737+ resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.3.tgz#20fb54b14e14b3fb6edb6aca3571fd2143db44e6"
1738+ dependencies :
1739+ debug "^3.1.0"
1740+ istanbul-lib-coverage "^1.1.2"
1741+ mkdirp "^0.5.1"
1742+ rimraf "^2.6.1"
1743+ source-map "^0.5.3"
1744+
16981745istanbul-reports@^1.1.3 :
16991746 version "1.1.3"
17001747 resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-1.1.3.tgz#3b9e1e8defb6d18b1d425da8e8b32c5a163f2d10"
17011748 dependencies :
17021749 handlebars "^4.0.3"
17031750
1751+ istanbul-reports@^1.1.4 :
1752+ version "1.3.0"
1753+ resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-1.3.0.tgz#2f322e81e1d9520767597dca3c20a0cce89a3554"
1754+ dependencies :
1755+ handlebars "^4.0.3"
1756+
17041757jest-changed-files@^22.2.0 :
17051758 version "22.2.0"
17061759 resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-22.2.0.tgz#517610c4a8ca0925bdc88b0ca53bd678aa8d019e"
@@ -2487,25 +2540,25 @@ nwmatcher@^1.4.3:
24872540 resolved "https://registry.yarnpkg.com/nwmatcher/-/nwmatcher-1.4.3.tgz#64348e3b3d80f035b40ac11563d278f8b72db89c"
24882541
24892542nyc@^11.4.1 :
2490- version "11.4.1 "
2491- resolved "https://registry.yarnpkg.com/nyc/-/nyc-11.4.1 .tgz#13fdf7e7ef22d027c61d174758f6978a68f4f5e5 "
2543+ version "11.6.0 "
2544+ resolved "https://registry.yarnpkg.com/nyc/-/nyc-11.6.0 .tgz#d9c7b51ffceb6bba099a4683a6adc1b331b98853 "
24922545 dependencies :
24932546 archy "^1.0.0"
24942547 arrify "^1.0.1"
24952548 caching-transform "^1.0.0"
2496- convert-source-map "^1.3.0 "
2549+ convert-source-map "^1.5.1 "
24972550 debug-log "^1.0.1"
24982551 default-require-extensions "^1.0.0"
24992552 find-cache-dir "^0.1.1"
25002553 find-up "^2.1.0"
25012554 foreground-child "^1.5.3"
25022555 glob "^7.0.6"
2503- istanbul-lib-coverage "^1.1.1 "
2556+ istanbul-lib-coverage "^1.1.2 "
25042557 istanbul-lib-hook "^1.1.0"
2505- istanbul-lib-instrument "^1.9.1 "
2506- istanbul-lib-report "^1.1.2 "
2507- istanbul-lib-source-maps "^1.2.2 "
2508- istanbul-reports "^1.1.3 "
2558+ istanbul-lib-instrument "^1.10.0 "
2559+ istanbul-lib-report "^1.1.3 "
2560+ istanbul-lib-source-maps "^1.2.3 "
2561+ istanbul-reports "^1.1.4 "
25092562 md5-hex "^1.2.0"
25102563 merge-source-map "^1.0.2"
25112564 micromatch "^2.3.11"
@@ -2514,8 +2567,8 @@ nyc@^11.4.1:
25142567 rimraf "^2.5.4"
25152568 signal-exit "^3.0.1"
25162569 spawn-wrap "^1.4.2"
2517- test-exclude "^4.1.1 "
2518- yargs "^10.0.3 "
2570+ test-exclude "^4.2.0 "
2571+ yargs "11.1.0 "
25192572 yargs-parser "^8.0.0"
25202573
25212574oauth-sign@~0.8.1, oauth-sign@~0.8.2 :
@@ -3282,7 +3335,7 @@ string-width@^1.0.1, string-width@^1.0.2:
32823335 is-fullwidth-code-point "^1.0.0"
32833336 strip-ansi "^3.0.0"
32843337
3285- string-width@^2.0.0 :
3338+ string-width@^2.0.0, string-width@^2.1.1 :
32863339 version "2.1.1"
32873340 resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
32883341 dependencies :
@@ -3400,6 +3453,16 @@ test-exclude@^4.1.1:
34003453 read-pkg-up "^1.0.1"
34013454 require-main-filename "^1.0.1"
34023455
3456+ test-exclude@^4.2.0 :
3457+ version "4.2.1"
3458+ resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.1.tgz#dfa222f03480bca69207ca728b37d74b45f724fa"
3459+ dependencies :
3460+ arrify "^1.0.1"
3461+ micromatch "^3.1.8"
3462+ object-assign "^4.1.0"
3463+ read-pkg-up "^1.0.1"
3464+ require-main-filename "^1.0.1"
3465+
34033466throat@^4.0.0 :
34043467 version "4.1.0"
34053468 resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a"
@@ -3648,6 +3711,29 @@ yargs-parser@^8.0.0:
36483711 dependencies :
36493712 camelcase "^4.1.0"
36503713
3714+ yargs-parser@^9.0.2 :
3715+ version "9.0.2"
3716+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
3717+ dependencies :
3718+ camelcase "^4.1.0"
3719+
3720+ yargs@11.1.0 :
3721+ version "11.1.0"
3722+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.1.0.tgz#90b869934ed6e871115ea2ff58b03f4724ed2d77"
3723+ dependencies :
3724+ cliui "^4.0.0"
3725+ decamelize "^1.1.1"
3726+ find-up "^2.1.0"
3727+ get-caller-file "^1.0.1"
3728+ os-locale "^2.0.0"
3729+ require-directory "^2.1.1"
3730+ require-main-filename "^1.0.1"
3731+ set-blocking "^2.0.0"
3732+ string-width "^2.0.0"
3733+ which-module "^2.0.0"
3734+ y18n "^3.2.1"
3735+ yargs-parser "^9.0.2"
3736+
36513737yargs@^10.0.3 :
36523738 version "10.0.3"
36533739 resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.0.3.tgz#6542debd9080ad517ec5048fb454efe9e4d4aaae"
0 commit comments