@@ -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.2"
619627 resolved "https://registry.yarnpkg.com/content-type-parser/-/content-type-parser-1.0.2.tgz#caabe80623e63638b2502fd4c7f12ff4ce2352e7"
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"
@@ -1660,12 +1672,28 @@ istanbul-lib-coverage@^1.1.1:
16601672 version "1.1.1"
16611673 resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.1.1.tgz#73bfb998885299415c93d38a3e9adf784a77a9da"
16621674
1675+ istanbul-lib-coverage@^1.1.2, istanbul-lib-coverage@^1.2.0 :
1676+ version "1.2.0"
1677+ resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.0.tgz#f7d8f2e42b97e37fe796114cb0f9d68b5e3a4341"
1678+
16631679istanbul-lib-hook@^1.1.0 :
16641680 version "1.1.0"
16651681 resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.1.0.tgz#8538d970372cb3716d53e55523dd54b557a8d89b"
16661682 dependencies :
16671683 append-transform "^0.4.0"
16681684
1685+ istanbul-lib-instrument@^1.10.0 :
1686+ version "1.10.1"
1687+ resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.1.tgz#724b4b6caceba8692d3f1f9d0727e279c401af7b"
1688+ dependencies :
1689+ babel-generator "^6.18.0"
1690+ babel-template "^6.16.0"
1691+ babel-traverse "^6.18.0"
1692+ babel-types "^6.18.0"
1693+ babylon "^6.18.0"
1694+ istanbul-lib-coverage "^1.2.0"
1695+ semver "^5.3.0"
1696+
16691697istanbul-lib-instrument@^1.7.5, istanbul-lib-instrument@^1.8.0, istanbul-lib-instrument@^1.9.1 :
16701698 version "1.9.1"
16711699 resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.9.1.tgz#250b30b3531e5d3251299fdd64b0b2c9db6b558e"
@@ -1687,6 +1715,15 @@ istanbul-lib-report@^1.1.2:
16871715 path-parse "^1.0.5"
16881716 supports-color "^3.1.2"
16891717
1718+ istanbul-lib-report@^1.1.3 :
1719+ version "1.1.3"
1720+ resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-1.1.3.tgz#2df12188c0fa77990c0d2176d2d0ba3394188259"
1721+ dependencies :
1722+ istanbul-lib-coverage "^1.1.2"
1723+ mkdirp "^0.5.1"
1724+ path-parse "^1.0.5"
1725+ supports-color "^3.1.2"
1726+
16901727istanbul-lib-source-maps@^1.2.1, istanbul-lib-source-maps@^1.2.2 :
16911728 version "1.2.2"
16921729 resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.2.tgz#750578602435f28a0c04ee6d7d9e0f2960e62c1c"
@@ -1697,12 +1734,28 @@ istanbul-lib-source-maps@^1.2.1, istanbul-lib-source-maps@^1.2.2:
16971734 rimraf "^2.6.1"
16981735 source-map "^0.5.3"
16991736
1737+ istanbul-lib-source-maps@^1.2.3 :
1738+ version "1.2.3"
1739+ resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.3.tgz#20fb54b14e14b3fb6edb6aca3571fd2143db44e6"
1740+ dependencies :
1741+ debug "^3.1.0"
1742+ istanbul-lib-coverage "^1.1.2"
1743+ mkdirp "^0.5.1"
1744+ rimraf "^2.6.1"
1745+ source-map "^0.5.3"
1746+
17001747istanbul-reports@^1.1.3 :
17011748 version "1.1.3"
17021749 resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-1.1.3.tgz#3b9e1e8defb6d18b1d425da8e8b32c5a163f2d10"
17031750 dependencies :
17041751 handlebars "^4.0.3"
17051752
1753+ istanbul-reports@^1.1.4 :
1754+ version "1.3.0"
1755+ resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-1.3.0.tgz#2f322e81e1d9520767597dca3c20a0cce89a3554"
1756+ dependencies :
1757+ handlebars "^4.0.3"
1758+
17061759jest-changed-files@^22.2.0 :
17071760 version "22.2.0"
17081761 resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-22.2.0.tgz#517610c4a8ca0925bdc88b0ca53bd678aa8d019e"
@@ -2490,25 +2543,25 @@ nwmatcher@^1.4.3:
24902543 resolved "https://registry.yarnpkg.com/nwmatcher/-/nwmatcher-1.4.3.tgz#64348e3b3d80f035b40ac11563d278f8b72db89c"
24912544
24922545nyc@^11.4.1 :
2493- version "11.4.1 "
2494- resolved "https://registry.yarnpkg.com/nyc/-/nyc-11.4.1 .tgz#13fdf7e7ef22d027c61d174758f6978a68f4f5e5 "
2546+ version "11.6.0 "
2547+ resolved "https://registry.yarnpkg.com/nyc/-/nyc-11.6.0 .tgz#d9c7b51ffceb6bba099a4683a6adc1b331b98853 "
24952548 dependencies :
24962549 archy "^1.0.0"
24972550 arrify "^1.0.1"
24982551 caching-transform "^1.0.0"
2499- convert-source-map "^1.3.0 "
2552+ convert-source-map "^1.5.1 "
25002553 debug-log "^1.0.1"
25012554 default-require-extensions "^1.0.0"
25022555 find-cache-dir "^0.1.1"
25032556 find-up "^2.1.0"
25042557 foreground-child "^1.5.3"
25052558 glob "^7.0.6"
2506- istanbul-lib-coverage "^1.1.1 "
2559+ istanbul-lib-coverage "^1.1.2 "
25072560 istanbul-lib-hook "^1.1.0"
2508- istanbul-lib-instrument "^1.9.1 "
2509- istanbul-lib-report "^1.1.2 "
2510- istanbul-lib-source-maps "^1.2.2 "
2511- istanbul-reports "^1.1.3 "
2561+ istanbul-lib-instrument "^1.10.0 "
2562+ istanbul-lib-report "^1.1.3 "
2563+ istanbul-lib-source-maps "^1.2.3 "
2564+ istanbul-reports "^1.1.4 "
25122565 md5-hex "^1.2.0"
25132566 merge-source-map "^1.0.2"
25142567 micromatch "^2.3.11"
@@ -2517,8 +2570,8 @@ nyc@^11.4.1:
25172570 rimraf "^2.5.4"
25182571 signal-exit "^3.0.1"
25192572 spawn-wrap "^1.4.2"
2520- test-exclude "^4.1.1 "
2521- yargs "^10.0.3 "
2573+ test-exclude "^4.2.0 "
2574+ yargs "11.1.0 "
25222575 yargs-parser "^8.0.0"
25232576
25242577oauth-sign@~0.8.1, oauth-sign@~0.8.2 :
@@ -3281,7 +3334,7 @@ string-width@^1.0.1, string-width@^1.0.2:
32813334 is-fullwidth-code-point "^1.0.0"
32823335 strip-ansi "^3.0.0"
32833336
3284- string-width@^2.0.0 :
3337+ string-width@^2.0.0, string-width@^2.1.1 :
32853338 version "2.1.1"
32863339 resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
32873340 dependencies :
@@ -3399,6 +3452,16 @@ test-exclude@^4.1.1:
33993452 read-pkg-up "^1.0.1"
34003453 require-main-filename "^1.0.1"
34013454
3455+ test-exclude@^4.2.0 :
3456+ version "4.2.1"
3457+ resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.1.tgz#dfa222f03480bca69207ca728b37d74b45f724fa"
3458+ dependencies :
3459+ arrify "^1.0.1"
3460+ micromatch "^3.1.8"
3461+ object-assign "^4.1.0"
3462+ read-pkg-up "^1.0.1"
3463+ require-main-filename "^1.0.1"
3464+
34023465throat@^4.0.0 :
34033466 version "4.1.0"
34043467 resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a"
@@ -3647,6 +3710,29 @@ yargs-parser@^8.0.0:
36473710 dependencies :
36483711 camelcase "^4.1.0"
36493712
3713+ yargs-parser@^9.0.2 :
3714+ version "9.0.2"
3715+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
3716+ dependencies :
3717+ camelcase "^4.1.0"
3718+
3719+ yargs@11.1.0 :
3720+ version "11.1.0"
3721+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.1.0.tgz#90b869934ed6e871115ea2ff58b03f4724ed2d77"
3722+ dependencies :
3723+ cliui "^4.0.0"
3724+ decamelize "^1.1.1"
3725+ find-up "^2.1.0"
3726+ get-caller-file "^1.0.1"
3727+ os-locale "^2.0.0"
3728+ require-directory "^2.1.1"
3729+ require-main-filename "^1.0.1"
3730+ set-blocking "^2.0.0"
3731+ string-width "^2.0.0"
3732+ which-module "^2.0.0"
3733+ y18n "^3.2.1"
3734+ yargs-parser "^9.0.2"
3735+
36503736yargs@^10.0.3 :
36513737 version "10.0.3"
36523738 resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.0.3.tgz#6542debd9080ad517ec5048fb454efe9e4d4aaae"
0 commit comments