Browse Source

Update project deps

Mathieu Acthernoene 4 years ago
parent
commit
5d7d1fb26c
2 changed files with 365 additions and 168 deletions
  1. 11
    11
      package.json
  2. 354
    157
      yarn.lock

+ 11
- 11
package.json View File

@@ -65,20 +65,20 @@
65 65
     "react-native": ">=0.60.0"
66 66
   },
67 67
   "devDependencies": {
68
-    "@babel/core": "7.6.2",
68
+    "@babel/core": "7.7.4",
69 69
     "@react-native-community/bob": "0.7.0",
70 70
     "@react-native-community/eslint-config": "0.0.5",
71
-    "@types/react-native": "0.60.18",
72
-    "@typescript-eslint/eslint-plugin": "2.3.2",
73
-    "@typescript-eslint/parser": "2.3.2",
74
-    "eslint": "6.5.1",
75
-    "eslint-config-prettier": "6.3.0",
71
+    "@types/react-native": "0.60.23",
72
+    "@typescript-eslint/eslint-plugin": "2.10.0",
73
+    "@typescript-eslint/parser": "2.10.0",
74
+    "eslint": "6.7.2",
75
+    "eslint-config-prettier": "6.7.0",
76 76
     "eslint-plugin-prettier": "3.1.1",
77
-    "husky": "3.0.8",
78
-    "lint-staged": "9.4.1",
79
-    "prettier": "1.18.2",
77
+    "husky": "3.1.0",
78
+    "lint-staged": "9.5.0",
79
+    "prettier": "1.19.1",
80 80
     "react": "16.9.0",
81
-    "react-native": "0.61.2",
82
-    "typescript": "3.6.3"
81
+    "react-native": "0.61.5",
82
+    "typescript": "3.7.3"
83 83
   }
84 84
 }

+ 354
- 157
yarn.lock View File

@@ -16,19 +16,19 @@
16 16
   dependencies:
17 17
     "@babel/highlight" "^7.0.0"
18 18
 
19
-"@babel/core@7.6.2":
20
-  version "7.6.2"
21
-  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.2.tgz#069a776e8d5e9eefff76236bc8845566bd31dd91"
22
-  integrity sha512-l8zto/fuoZIbncm+01p8zPSDZu/VuuJhAfA7d/AbzM09WR7iVhavvfNDYCNpo1VvLk6E6xgAoP9P+/EMJHuRkQ==
19
+"@babel/core@7.7.4":
20
+  version "7.7.4"
21
+  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.4.tgz#37e864532200cb6b50ee9a4045f5f817840166ab"
22
+  integrity sha512-+bYbx56j4nYBmpsWtnPUsKW3NdnYxbqyfrP2w9wILBuHzdfIKz9prieZK0DFPyIzkjYVUe4QkusGL07r5pXznQ==
23 23
   dependencies:
24 24
     "@babel/code-frame" "^7.5.5"
25
-    "@babel/generator" "^7.6.2"
26
-    "@babel/helpers" "^7.6.2"
27
-    "@babel/parser" "^7.6.2"
28
-    "@babel/template" "^7.6.0"
29
-    "@babel/traverse" "^7.6.2"
30
-    "@babel/types" "^7.6.0"
31
-    convert-source-map "^1.1.0"
25
+    "@babel/generator" "^7.7.4"
26
+    "@babel/helpers" "^7.7.4"
27
+    "@babel/parser" "^7.7.4"
28
+    "@babel/template" "^7.7.4"
29
+    "@babel/traverse" "^7.7.4"
30
+    "@babel/types" "^7.7.4"
31
+    convert-source-map "^1.7.0"
32 32
     debug "^4.1.0"
33 33
     json5 "^2.1.0"
34 34
     lodash "^4.17.13"
@@ -98,12 +98,12 @@
98 98
     source-map "^0.5.0"
99 99
     trim-right "^1.0.1"
100 100
 
101
-"@babel/generator@^7.6.2":
102
-  version "7.6.2"
103
-  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.2.tgz#dac8a3c2df118334c2a29ff3446da1636a8f8c03"
104
-  integrity sha512-j8iHaIW4gGPnViaIHI7e9t/Hl8qLjERI6DcV9kEpAIDJsAOrcnXqRS7t+QbhL76pwbtqP+QCQLL0z1CyVmtjjQ==
101
+"@babel/generator@^7.7.4":
102
+  version "7.7.4"
103
+  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.4.tgz#db651e2840ca9aa66f327dcec1dc5f5fa9611369"
104
+  integrity sha512-m5qo2WgdOJeyYngKImbkyQrnUN1mPceaG5BV+G0E3gWsa4l/jCSryWJdM2x8OuGAOyh+3d5pVYfZWCiNFtynxg==
105 105
   dependencies:
106
-    "@babel/types" "^7.6.0"
106
+    "@babel/types" "^7.7.4"
107 107
     jsesc "^2.5.1"
108 108
     lodash "^4.17.13"
109 109
     source-map "^0.5.0"
@@ -178,6 +178,15 @@
178 178
     "@babel/template" "^7.1.0"
179 179
     "@babel/types" "^7.0.0"
180 180
 
181
+"@babel/helper-function-name@^7.7.4":
182
+  version "7.7.4"
183
+  resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e"
184
+  integrity sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ==
185
+  dependencies:
186
+    "@babel/helper-get-function-arity" "^7.7.4"
187
+    "@babel/template" "^7.7.4"
188
+    "@babel/types" "^7.7.4"
189
+
181 190
 "@babel/helper-get-function-arity@^7.0.0":
182 191
   version "7.0.0"
183 192
   resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
@@ -185,6 +194,13 @@
185 194
   dependencies:
186 195
     "@babel/types" "^7.0.0"
187 196
 
197
+"@babel/helper-get-function-arity@^7.7.4":
198
+  version "7.7.4"
199
+  resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0"
200
+  integrity sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA==
201
+  dependencies:
202
+    "@babel/types" "^7.7.4"
203
+
188 204
 "@babel/helper-hoist-variables@^7.4.4":
189 205
   version "7.4.4"
190 206
   resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
@@ -290,6 +306,13 @@
290 306
   dependencies:
291 307
     "@babel/types" "^7.4.4"
292 308
 
309
+"@babel/helper-split-export-declaration@^7.7.4":
310
+  version "7.7.4"
311
+  resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8"
312
+  integrity sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug==
313
+  dependencies:
314
+    "@babel/types" "^7.7.4"
315
+
293 316
 "@babel/helper-wrap-function@^7.1.0":
294 317
   version "7.2.0"
295 318
   resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -318,14 +341,14 @@
318 341
     "@babel/traverse" "^7.6.0"
319 342
     "@babel/types" "^7.6.0"
320 343
 
321
-"@babel/helpers@^7.6.2":
322
-  version "7.6.2"
323
-  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.2.tgz#681ffe489ea4dcc55f23ce469e58e59c1c045153"
324
-  integrity sha512-3/bAUL8zZxYs1cdX2ilEE0WobqbCmKWr/889lf2SS0PpDcpEIY8pb1CCyz0pEcX3pEb+MCbks1jIokz2xLtGTA==
344
+"@babel/helpers@^7.7.4":
345
+  version "7.7.4"
346
+  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.4.tgz#62c215b9e6c712dadc15a9a0dcab76c92a940302"
347
+  integrity sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg==
325 348
   dependencies:
326
-    "@babel/template" "^7.6.0"
327
-    "@babel/traverse" "^7.6.2"
328
-    "@babel/types" "^7.6.0"
349
+    "@babel/template" "^7.7.4"
350
+    "@babel/traverse" "^7.7.4"
351
+    "@babel/types" "^7.7.4"
329 352
 
330 353
 "@babel/highlight@^7.0.0":
331 354
   version "7.5.0"
@@ -346,10 +369,10 @@
346 369
   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b"
347 370
   integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ==
348 371
 
349
-"@babel/parser@^7.6.2":
350
-  version "7.6.2"
351
-  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1"
352
-  integrity sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg==
372
+"@babel/parser@^7.7.4":
373
+  version "7.7.4"
374
+  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb"
375
+  integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==
353 376
 
354 377
 "@babel/plugin-external-helpers@^7.0.0":
355 378
   version "7.2.0"
@@ -746,6 +769,15 @@
746 769
     "@babel/parser" "^7.6.0"
747 770
     "@babel/types" "^7.6.0"
748 771
 
772
+"@babel/template@^7.7.4":
773
+  version "7.7.4"
774
+  resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b"
775
+  integrity sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw==
776
+  dependencies:
777
+    "@babel/code-frame" "^7.0.0"
778
+    "@babel/parser" "^7.7.4"
779
+    "@babel/types" "^7.7.4"
780
+
749 781
 "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0":
750 782
   version "7.5.0"
751 783
   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
@@ -776,17 +808,17 @@
776 808
     globals "^11.1.0"
777 809
     lodash "^4.17.13"
778 810
 
779
-"@babel/traverse@^7.6.2":
780
-  version "7.6.2"
781
-  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.2.tgz#b0e2bfd401d339ce0e6c05690206d1e11502ce2c"
782
-  integrity sha512-8fRE76xNwNttVEF2TwxJDGBLWthUkHWSldmfuBzVRmEDWOtu4XdINTgN7TDWzuLg4bbeIMLvfMFD9we5YcWkRQ==
811
+"@babel/traverse@^7.7.4":
812
+  version "7.7.4"
813
+  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
814
+  integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==
783 815
   dependencies:
784 816
     "@babel/code-frame" "^7.5.5"
785
-    "@babel/generator" "^7.6.2"
786
-    "@babel/helper-function-name" "^7.1.0"
787
-    "@babel/helper-split-export-declaration" "^7.4.4"
788
-    "@babel/parser" "^7.6.2"
789
-    "@babel/types" "^7.6.0"
817
+    "@babel/generator" "^7.7.4"
818
+    "@babel/helper-function-name" "^7.7.4"
819
+    "@babel/helper-split-export-declaration" "^7.7.4"
820
+    "@babel/parser" "^7.7.4"
821
+    "@babel/types" "^7.7.4"
790 822
     debug "^4.1.0"
791 823
     globals "^11.1.0"
792 824
     lodash "^4.17.13"
@@ -809,6 +841,15 @@
809 841
     lodash "^4.17.13"
810 842
     to-fast-properties "^2.0.0"
811 843
 
844
+"@babel/types@^7.7.4":
845
+  version "7.7.4"
846
+  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193"
847
+  integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==
848
+  dependencies:
849
+    esutils "^2.0.2"
850
+    lodash "^4.17.13"
851
+    to-fast-properties "^2.0.0"
852
+
812 853
 "@cnakazawa/watch@^1.0.3":
813 854
   version "1.0.3"
814 855
   resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
@@ -933,12 +974,19 @@
933 974
   optionalDependencies:
934 975
     jetifier "^1.0.0-beta04.2"
935 976
 
936
-"@react-native-community/cli-platform-android@^3.0.0-alpha.1", "@react-native-community/cli-platform-android@^3.0.0-alpha.2":
937
-  version "3.0.0-alpha.2"
938
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-3.0.0-alpha.2.tgz#63cb00060c58a87d04b46229ef7140e056551dfa"
939
-  integrity sha512-9HxWvBiK29AJQjavug658rEWHXVsqdAdL7rzMK9+gOid5zFoHrb1GoIeJm3byEowNZvqoy09nVcQvrUea41kQQ==
977
+"@react-native-community/cli-debugger-ui@^3.0.0":
978
+  version "3.0.0"
979
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-3.0.0.tgz#d01d08d1e5ddc1633d82c7d84d48fff07bd39416"
980
+  integrity sha512-m3X+iWLsK/H7/b7PpbNO33eQayR/+M26la4ZbYe1KRke5Umg4PIWsvg21O8Tw4uJcY8LA5hsP+rBi/syBkBf0g==
940 981
   dependencies:
941
-    "@react-native-community/cli-tools" "^2.8.3"
982
+    serve-static "^1.13.1"
983
+
984
+"@react-native-community/cli-platform-android@^3.0.0":
985
+  version "3.0.3"
986
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-3.0.3.tgz#e652abce79a7c1e3a8280228123e99df2c4b97b6"
987
+  integrity sha512-rNO9DmRiVhB6aP2DVUjEJv7ecriTARDZND88ny3xNVUkrD1Y+zwF6aZu3eoT52VXOxLCSLiJzz19OiyGmfqxYg==
988
+  dependencies:
989
+    "@react-native-community/cli-tools" "^3.0.0"
942 990
     chalk "^2.4.2"
943 991
     execa "^1.0.0"
944 992
     jetifier "^1.6.2"
@@ -946,35 +994,42 @@
946 994
     slash "^3.0.0"
947 995
     xmldoc "^1.1.2"
948 996
 
949
-"@react-native-community/cli-platform-ios@^3.0.0-alpha.1", "@react-native-community/cli-platform-ios@^3.0.0-alpha.2":
950
-  version "3.0.0-alpha.2"
951
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-3.0.0-alpha.2.tgz#c89e1a164f1dab62a8a024ae38b47eb0281e6ab9"
952
-  integrity sha512-37FtnrWTUP0EzQ83raplcnOUlEzRCsDrsxGsUnBso33fNPBAJ4Ei6L/BuJPJZ+sCAWFbyO1XhVED0c1QuP0cww==
997
+"@react-native-community/cli-platform-ios@^3.0.0":
998
+  version "3.0.0"
999
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-3.0.0.tgz#3a48a449c0c33af3b0b3d19d3256de99388fe15f"
1000
+  integrity sha512-QoNVlDj8eMXRZk9uktPFsctHurQpv9jKmiu6mQii4NEtT2npE7g1hbWpRNojutBsfgmCdQGDHd9uB54eeCnYgg==
953 1001
   dependencies:
954
-    "@react-native-community/cli-tools" "^2.8.3"
1002
+    "@react-native-community/cli-tools" "^3.0.0"
955 1003
     chalk "^2.4.2"
1004
+    js-yaml "^3.13.1"
956 1005
     xcode "^2.0.0"
957 1006
 
958
-"@react-native-community/cli-tools@^2.8.3":
959
-  version "2.8.3"
960
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-2.8.3.tgz#0e2249f48cf4603fb8d740a9f0715c31ac131ceb"
961
-  integrity sha512-N5Pz+pR+GFq3JApjd0SW4jp9KC7kbKsMH65QLRh30JNsxdPvNkYox6/ZZdkvdXaI5ev3EckR7eqlcwi5gpVTYQ==
1007
+"@react-native-community/cli-tools@^3.0.0":
1008
+  version "3.0.0"
1009
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-3.0.0.tgz#fe48b80822ed7e49b8af051f9fe41e22a2a710b1"
1010
+  integrity sha512-8IhQKZdf3E4CR8T7HhkPGgorot/cLkRDgneJFDSWk/wCYZAuUh4NEAdumQV7N0jLSMWX7xxiWUPi94lOBxVY9g==
962 1011
   dependencies:
963 1012
     chalk "^2.4.2"
964 1013
     lodash "^4.17.5"
965 1014
     mime "^2.4.1"
966 1015
     node-fetch "^2.5.0"
967 1016
 
968
-"@react-native-community/cli@^3.0.0-alpha.1":
969
-  version "3.0.0-alpha.2"
970
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-3.0.0-alpha.2.tgz#0f5b8aad800ab2633e699b3883534420e7926692"
971
-  integrity sha512-bPl+Y3qX63QUTBnYYk2IAbNYjQnBeBPJz5jCBcxnOi8CWx4XQz7tN7Hh+vtqlwGoLQWs1hn7tMVh15sNmLYigw==
1017
+"@react-native-community/cli-types@^3.0.0":
1018
+  version "3.0.0"
1019
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-3.0.0.tgz#488d46605cb05e88537e030f38da236eeda74652"
1020
+  integrity sha512-ng6Tm537E/M42GjE4TRUxQyL8sRfClcL7bQWblOCoxPZzJ2J3bdALsjeG3vDnVCIfI/R0AeFalN9KjMt0+Z/Zg==
1021
+
1022
+"@react-native-community/cli@^3.0.0":
1023
+  version "3.0.4"
1024
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-3.0.4.tgz#a9dba1bc77855a6e45fccaabb017360645d936bb"
1025
+  integrity sha512-kt+ENtC+eRUSfWPbbpx3r7fAQDcFwgM03VW/lBdVAUjkNxffPFT2GGdK23CJSBOXTjRSiGuwhvwH4Z28PdrlRA==
972 1026
   dependencies:
973 1027
     "@hapi/joi" "^15.0.3"
974
-    "@react-native-community/cli-platform-android" "^3.0.0-alpha.2"
975
-    "@react-native-community/cli-platform-ios" "^3.0.0-alpha.2"
976
-    "@react-native-community/cli-tools" "^2.8.3"
1028
+    "@react-native-community/cli-debugger-ui" "^3.0.0"
1029
+    "@react-native-community/cli-tools" "^3.0.0"
1030
+    "@react-native-community/cli-types" "^3.0.0"
977 1031
     chalk "^2.4.2"
1032
+    command-exists "^1.2.8"
978 1033
     commander "^2.19.0"
979 1034
     compression "^1.7.1"
980 1035
     connect "^3.6.5"
@@ -983,6 +1038,7 @@
983 1038
     envinfo "^7.1.0"
984 1039
     errorhandler "^1.5.0"
985 1040
     execa "^1.0.0"
1041
+    find-up "^4.1.0"
986 1042
     fs-extra "^7.0.1"
987 1043
     glob "^7.1.1"
988 1044
     graceful-fs "^4.1.3"
@@ -999,9 +1055,12 @@
999 1055
     open "^6.2.0"
1000 1056
     ora "^3.4.0"
1001 1057
     plist "^3.0.0"
1002
-    semver "^5.0.3"
1058
+    semver "^6.3.0"
1003 1059
     serve-static "^1.13.1"
1004 1060
     shell-quote "1.6.1"
1061
+    strip-ansi "^5.2.0"
1062
+    sudo-prompt "^9.0.0"
1063
+    wcwidth "^1.0.1"
1005 1064
     ws "^1.1.0"
1006 1065
 
1007 1066
 "@react-native-community/eslint-config@0.0.5":
@@ -1092,10 +1151,10 @@
1092 1151
   resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.1.tgz#f1a11e7babb0c3cad68100be381d1e064c68f1f6"
1093 1152
   integrity sha512-CFzn9idOEpHrgdw8JsoTkaDDyRWk1jrzIV8djzcgpq0y9tG4B4lFT+Nxh52DVpDXV+n4+NPNv7M1Dj5uMp6XFg==
1094 1153
 
1095
-"@types/react-native@0.60.18":
1096
-  version "0.60.18"
1097
-  resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.60.18.tgz#00cee391af17f2f1c0936c2143ffbd97c65fddfb"
1098
-  integrity sha512-l/mZQ6r1Y3Owokp00wGZDTiSSkCbGGNscAsuc2ZFa86p1nBmYGot/a5tYvWrw1mRSbUqYb0/J/NqQZwoGoB+3A==
1154
+"@types/react-native@0.60.23":
1155
+  version "0.60.23"
1156
+  resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.60.23.tgz#9270f91bbff822a1571feece56cd260f0a1b2831"
1157
+  integrity sha512-hLRCWKNni/e6KEXSNtexXCg0u7CnHla6G6yeZYTMOlyG/bLE41GeLxP4dXJw1hyDsXJYN00Wc3Apr2XQ2TW1LA==
1099 1158
   dependencies:
1100 1159
     "@types/prop-types" "*"
1101 1160
     "@types/react" "*"
@@ -1125,15 +1184,15 @@
1125 1184
   dependencies:
1126 1185
     "@types/yargs-parser" "*"
1127 1186
 
1128
-"@typescript-eslint/eslint-plugin@2.3.2":
1129
-  version "2.3.2"
1130
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.3.2.tgz#7e112ca0bb29044d915baf10163a8199a20f7c69"
1131
-  integrity sha512-tcnpksq1bXzcIRbYLeXkgp6l+ggEMXXUcl1wsSvL807fRtmvVQKygElwEUf4hBA76dNag3VAK1q2m3vd7qJaZA==
1187
+"@typescript-eslint/eslint-plugin@2.10.0":
1188
+  version "2.10.0"
1189
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.10.0.tgz#c4cb103275e555e8a7e9b3d14c5951eb6d431e70"
1190
+  integrity sha512-rT51fNLW0u3fnDGnAHVC5nu+Das+y2CpW10yqvf6/j5xbuUV3FxA3mBaIbM24CXODXjbgUznNb4Kg9XZOUxKAw==
1132 1191
   dependencies:
1133
-    "@typescript-eslint/experimental-utils" "2.3.2"
1134
-    eslint-utils "^1.4.2"
1192
+    "@typescript-eslint/experimental-utils" "2.10.0"
1193
+    eslint-utils "^1.4.3"
1135 1194
     functional-red-black-tree "^1.0.1"
1136
-    regexpp "^2.0.1"
1195
+    regexpp "^3.0.0"
1137 1196
     tsutils "^3.17.1"
1138 1197
 
1139 1198
 "@typescript-eslint/eslint-plugin@^1.5.0":
@@ -1155,23 +1214,23 @@
1155 1214
     "@typescript-eslint/typescript-estree" "1.12.0"
1156 1215
     eslint-scope "^4.0.0"
1157 1216
 
1158
-"@typescript-eslint/experimental-utils@2.3.2":
1159
-  version "2.3.2"
1160
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.3.2.tgz#e50f31264507e6fec7b33840bb6af260c24f4ea8"
1161
-  integrity sha512-t+JGdTT6dRbmvKDlhlVkEueoZa0fhJNfG6z2cpnRPLwm3VwYr2BjR//acJGC1Yza0I9ZNcDfRY7ubQEvvfG6Jg==
1217
+"@typescript-eslint/experimental-utils@2.10.0":
1218
+  version "2.10.0"
1219
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.10.0.tgz#8db1656cdfd3d9dcbdbf360b8274dea76f0b2c2c"
1220
+  integrity sha512-FZhWq6hWWZBP76aZ7bkrfzTMP31CCefVIImrwP3giPLcoXocmLTmr92NLZxuIcTL4GTEOE33jQMWy9PwelL+yQ==
1162 1221
   dependencies:
1163 1222
     "@types/json-schema" "^7.0.3"
1164
-    "@typescript-eslint/typescript-estree" "2.3.2"
1223
+    "@typescript-eslint/typescript-estree" "2.10.0"
1165 1224
     eslint-scope "^5.0.0"
1166 1225
 
1167
-"@typescript-eslint/parser@2.3.2":
1168
-  version "2.3.2"
1169
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.3.2.tgz#e9b742e191cd1209930da469cde379591ad0af5b"
1170
-  integrity sha512-nq1UQeNGdKdqdgF6Ww+Ov2OidWgiL96+JYdXXZ2rkP/OWyc6KMNSbs6MpRCpI8q+PmDa7hBnHNQIo7w/drYccA==
1226
+"@typescript-eslint/parser@2.10.0":
1227
+  version "2.10.0"
1228
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.10.0.tgz#24b2e48384ab6d5a6121e4c4faf8892c79657ad3"
1229
+  integrity sha512-wQNiBokcP5ZsTuB+i4BlmVWq6o+oAhd8en2eSm/EE9m7BgZUIfEeYFd6z3S+T7bgNuloeiHA1/cevvbBDLr98g==
1171 1230
   dependencies:
1172 1231
     "@types/eslint-visitor-keys" "^1.0.0"
1173
-    "@typescript-eslint/experimental-utils" "2.3.2"
1174
-    "@typescript-eslint/typescript-estree" "2.3.2"
1232
+    "@typescript-eslint/experimental-utils" "2.10.0"
1233
+    "@typescript-eslint/typescript-estree" "2.10.0"
1175 1234
     eslint-visitor-keys "^1.1.0"
1176 1235
 
1177 1236
 "@typescript-eslint/parser@^1.5.0":
@@ -1192,15 +1251,18 @@
1192 1251
     lodash.unescape "4.0.1"
1193 1252
     semver "5.5.0"
1194 1253
 
1195
-"@typescript-eslint/typescript-estree@2.3.2":
1196
-  version "2.3.2"
1197
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.3.2.tgz#107414aa04e689fe6f7251eb63fb500217f2b7f4"
1198
-  integrity sha512-eZNEAai16nwyhIVIEaWQlaUgAU3S9CkQ58qvK0+3IuSdLJD3W1PNuehQFMIhW/mTP1oFR9GNoTcLg7gtXz6lzA==
1254
+"@typescript-eslint/typescript-estree@2.10.0":
1255
+  version "2.10.0"
1256
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.10.0.tgz#89cdabd5e8c774e9d590588cb42fb9afd14dcbd9"
1257
+  integrity sha512-oOYnplddQNm/LGVkqbkAwx4TIBuuZ36cAQq9v3nFIU9FmhemHuVzAesMSXNQDdAzCa5bFgCrfD3JWhYVKlRN2g==
1199 1258
   dependencies:
1200
-    glob "^7.1.4"
1259
+    debug "^4.1.1"
1260
+    eslint-visitor-keys "^1.1.0"
1261
+    glob "^7.1.6"
1201 1262
     is-glob "^4.0.1"
1202 1263
     lodash.unescape "4.0.1"
1203 1264
     semver "^6.3.0"
1265
+    tsutils "^3.17.1"
1204 1266
 
1205 1267
 abbrev@1:
1206 1268
   version "1.1.1"
@@ -1227,15 +1289,15 @@ accepts@~1.3.5, accepts@~1.3.7:
1227 1289
     mime-types "~2.1.24"
1228 1290
     negotiator "0.6.2"
1229 1291
 
1230
-acorn-jsx@^5.0.2:
1231
-  version "5.0.2"
1232
-  resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.2.tgz#84b68ea44b373c4f8686023a551f61a21b7c4a4f"
1233
-  integrity sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw==
1292
+acorn-jsx@^5.1.0:
1293
+  version "5.1.0"
1294
+  resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384"
1295
+  integrity sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw==
1234 1296
 
1235
-acorn@^7.0.0:
1236
-  version "7.0.0"
1237
-  resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a"
1238
-  integrity sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ==
1297
+acorn@^7.1.0:
1298
+  version "7.1.0"
1299
+  resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
1300
+  integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==
1239 1301
 
1240 1302
 ajv@^6.10.0, ajv@^6.9.1:
1241 1303
   version "6.10.1"
@@ -1266,6 +1328,13 @@ ansi-escapes@^3.0.0, ansi-escapes@^3.2.0:
1266 1328
   resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
1267 1329
   integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
1268 1330
 
1331
+ansi-escapes@^4.2.1:
1332
+  version "4.3.0"
1333
+  resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.0.tgz#a4ce2b33d6b214b7950d8595c212f12ac9cc569d"
1334
+  integrity sha512-EiYhwo0v255HUL6eDyuLrXEkTi7WwVCLAw+SeOQ7M7qdun1z1pum4DEm/nuqIVbPvi9RPPc9k9LbyBv6H0DwVg==
1335
+  dependencies:
1336
+    type-fest "^0.8.1"
1337
+
1269 1338
 ansi-fragments@^0.2.1:
1270 1339
   version "0.2.1"
1271 1340
   resolved "https://registry.yarnpkg.com/ansi-fragments/-/ansi-fragments-0.2.1.tgz#24409c56c4cc37817c3d7caa99d8969e2de5a05e"
@@ -1304,6 +1373,11 @@ ansi-regex@^4.0.0, ansi-regex@^4.1.0:
1304 1373
   resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
1305 1374
   integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
1306 1375
 
1376
+ansi-regex@^5.0.0:
1377
+  version "5.0.0"
1378
+  resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
1379
+  integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
1380
+
1307 1381
 ansi-styles@^2.2.1:
1308 1382
   version "2.2.1"
1309 1383
   resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -1741,6 +1815,13 @@ cli-cursor@^2.0.0, cli-cursor@^2.1.0:
1741 1815
   dependencies:
1742 1816
     restore-cursor "^2.0.0"
1743 1817
 
1818
+cli-cursor@^3.1.0:
1819
+  version "3.1.0"
1820
+  resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307"
1821
+  integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==
1822
+  dependencies:
1823
+    restore-cursor "^3.1.0"
1824
+
1744 1825
 cli-spinners@^2.0.0:
1745 1826
   version "2.2.0"
1746 1827
   resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.2.0.tgz#e8b988d9206c692302d8ee834e7a85c0144d8f77"
@@ -1826,6 +1907,11 @@ colorette@^1.0.7:
1826 1907
   resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.1.0.tgz#1f943e5a357fac10b4e0f5aaef3b14cdc1af6ec7"
1827 1908
   integrity sha512-6S062WDQUXi6hOfkO/sBPVwE5ASXY4G2+b4atvhJfSsuUUhIaUKlkjLe9692Ipyt5/a+IPF5aVTu3V5gvXq5cg==
1828 1909
 
1910
+command-exists@^1.2.8:
1911
+  version "1.2.8"
1912
+  resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.8.tgz#715acefdd1223b9c9b37110a149c6392c2852291"
1913
+  integrity sha512-PM54PkseWbiiD/mMsbvW351/u+dafwTJ0ye2qB60G1aGQP9j3xK2gmMDc+R34L3nDtx4qMCitXT75mkbkGJDLw==
1914
+
1829 1915
 commander@^2.19.0, commander@^2.20.0:
1830 1916
   version "2.20.0"
1831 1917
   resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
@@ -1903,6 +1989,13 @@ convert-source-map@^1.1.0:
1903 1989
   dependencies:
1904 1990
     safe-buffer "~5.1.1"
1905 1991
 
1992
+convert-source-map@^1.7.0:
1993
+  version "1.7.0"
1994
+  resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
1995
+  integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
1996
+  dependencies:
1997
+    safe-buffer "~5.1.1"
1998
+
1906 1999
 copy-descriptor@^0.1.0:
1907 2000
   version "0.1.1"
1908 2001
   resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
@@ -2154,6 +2247,11 @@ emoji-regex@^7.0.1:
2154 2247
   resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
2155 2248
   integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
2156 2249
 
2250
+emoji-regex@^8.0.0:
2251
+  version "8.0.0"
2252
+  resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
2253
+  integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
2254
+
2157 2255
 encodeurl@~1.0.2:
2158 2256
   version "1.0.2"
2159 2257
   resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
@@ -2224,10 +2322,10 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
2224 2322
   resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
2225 2323
   integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
2226 2324
 
2227
-eslint-config-prettier@6.3.0:
2228
-  version "6.3.0"
2229
-  resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.3.0.tgz#e73b48e59dc49d950843f3eb96d519e2248286a3"
2230
-  integrity sha512-EWaGjlDAZRzVFveh2Jsglcere2KK5CJBhkNSa1xs3KfMUGdRiT7lG089eqPdvlzWHpAqaekubOsOMu8W8Yk71A==
2325
+eslint-config-prettier@6.7.0:
2326
+  version "6.7.0"
2327
+  resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.7.0.tgz#9a876952e12df2b284adbd3440994bf1f39dfbb9"
2328
+  integrity sha512-FamQVKM3jjUVwhG4hEMnbtsq7xOIDm+SY5iBPfR8gKsJoAB2IQnNF+bk1+8Fy44Nq7PPJaLvkRxILYdJWoguKQ==
2231 2329
   dependencies:
2232 2330
     get-stdin "^6.0.0"
2233 2331
 
@@ -2325,12 +2423,12 @@ eslint-utils@^1.3.1:
2325 2423
   resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
2326 2424
   integrity sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q==
2327 2425
 
2328
-eslint-utils@^1.4.2:
2329
-  version "1.4.2"
2330
-  resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
2331
-  integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==
2426
+eslint-utils@^1.4.3:
2427
+  version "1.4.3"
2428
+  resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
2429
+  integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
2332 2430
   dependencies:
2333
-    eslint-visitor-keys "^1.0.0"
2431
+    eslint-visitor-keys "^1.1.0"
2334 2432
 
2335 2433
 eslint-visitor-keys@^1.0.0:
2336 2434
   version "1.0.0"
@@ -2342,10 +2440,10 @@ eslint-visitor-keys@^1.1.0:
2342 2440
   resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
2343 2441
   integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
2344 2442
 
2345
-eslint@6.5.1:
2346
-  version "6.5.1"
2347
-  resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.5.1.tgz#828e4c469697d43bb586144be152198b91e96ed6"
2348
-  integrity sha512-32h99BoLYStT1iq1v2P9uwpyznQ4M2jRiFB6acitKz52Gqn+vPaMDUTB1bYi1WN4Nquj2w+t+bimYUG83DC55A==
2443
+eslint@6.7.2:
2444
+  version "6.7.2"
2445
+  resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.2.tgz#c17707ca4ad7b2d8af986a33feba71e18a9fecd1"
2446
+  integrity sha512-qMlSWJaCSxDFr8fBPvJM9kJwbazrhNcBU3+DszDW1OlEwKBBRWsJc7NJFelvwQpanHCR14cOLD41x8Eqvo3Nng==
2349 2447
   dependencies:
2350 2448
     "@babel/code-frame" "^7.0.0"
2351 2449
     ajv "^6.10.0"
@@ -2354,19 +2452,19 @@ eslint@6.5.1:
2354 2452
     debug "^4.0.1"
2355 2453
     doctrine "^3.0.0"
2356 2454
     eslint-scope "^5.0.0"
2357
-    eslint-utils "^1.4.2"
2455
+    eslint-utils "^1.4.3"
2358 2456
     eslint-visitor-keys "^1.1.0"
2359
-    espree "^6.1.1"
2457
+    espree "^6.1.2"
2360 2458
     esquery "^1.0.1"
2361 2459
     esutils "^2.0.2"
2362 2460
     file-entry-cache "^5.0.1"
2363 2461
     functional-red-black-tree "^1.0.1"
2364 2462
     glob-parent "^5.0.0"
2365
-    globals "^11.7.0"
2463
+    globals "^12.1.0"
2366 2464
     ignore "^4.0.6"
2367 2465
     import-fresh "^3.0.0"
2368 2466
     imurmurhash "^0.1.4"
2369
-    inquirer "^6.4.1"
2467
+    inquirer "^7.0.0"
2370 2468
     is-glob "^4.0.0"
2371 2469
     js-yaml "^3.13.1"
2372 2470
     json-stable-stringify-without-jsonify "^1.0.1"
@@ -2375,7 +2473,7 @@ eslint@6.5.1:
2375 2473
     minimatch "^3.0.4"
2376 2474
     mkdirp "^0.5.1"
2377 2475
     natural-compare "^1.4.0"
2378
-    optionator "^0.8.2"
2476
+    optionator "^0.8.3"
2379 2477
     progress "^2.0.0"
2380 2478
     regexpp "^2.0.1"
2381 2479
     semver "^6.1.2"
@@ -2385,13 +2483,13 @@ eslint@6.5.1:
2385 2483
     text-table "^0.2.0"
2386 2484
     v8-compile-cache "^2.0.3"
2387 2485
 
2388
-espree@^6.1.1:
2389
-  version "6.1.1"
2390
-  resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.1.tgz#7f80e5f7257fc47db450022d723e356daeb1e5de"
2391
-  integrity sha512-EYbr8XZUhWbYCqQRW0duU5LxzL5bETN6AjKBGy1302qqzPaCH10QbRg3Wvco79Z8x9WbiE8HYB4e75xl6qUYvQ==
2486
+espree@^6.1.2:
2487
+  version "6.1.2"
2488
+  resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.2.tgz#6c272650932b4f91c3714e5e7b5f5e2ecf47262d"
2489
+  integrity sha512-2iUPuuPP+yW1PZaMSDM9eyVf8D5P0Hi8h83YtZ5bPc/zHYjII5khoixIUTMO794NOY8F/ThF1Bo8ncZILarUTA==
2392 2490
   dependencies:
2393
-    acorn "^7.0.0"
2394
-    acorn-jsx "^5.0.2"
2491
+    acorn "^7.1.0"
2492
+    acorn-jsx "^5.1.0"
2395 2493
     eslint-visitor-keys "^1.1.0"
2396 2494
 
2397 2495
 esprima@^4.0.0:
@@ -2614,7 +2712,7 @@ fast-json-stable-stringify@^2.0.0:
2614 2712
   resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
2615 2713
   integrity sha1-1RQsDK7msRifh9OnYREGT4bIu/I=
2616 2714
 
2617
-fast-levenshtein@~2.0.4:
2715
+fast-levenshtein@~2.0.6:
2618 2716
   version "2.0.6"
2619 2717
   resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
2620 2718
   integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
@@ -2696,6 +2794,13 @@ figures@^2.0.0:
2696 2794
   dependencies:
2697 2795
     escape-string-regexp "^1.0.5"
2698 2796
 
2797
+figures@^3.0.0:
2798
+  version "3.1.0"
2799
+  resolved "https://registry.yarnpkg.com/figures/-/figures-3.1.0.tgz#4b198dd07d8d71530642864af2d45dd9e459c4ec"
2800
+  integrity sha512-ravh8VRXqHuMvZt/d8GblBeqDMkdJMBdv/2KntFH+ra5MXkO7nxNKpzQ3n6QD/2da1kH0aWmNISdvhM7gl2gVg==
2801
+  dependencies:
2802
+    escape-string-regexp "^1.0.5"
2803
+
2699 2804
 file-entry-cache@^5.0.1:
2700 2805
   version "5.0.1"
2701 2806
   resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c"
@@ -2756,7 +2861,7 @@ find-up@^3.0.0:
2756 2861
   dependencies:
2757 2862
     locate-path "^3.0.0"
2758 2863
 
2759
-find-up@^4.0.0:
2864
+find-up@^4.0.0, find-up@^4.1.0:
2760 2865
   version "4.1.0"
2761 2866
   resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
2762 2867
   integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
@@ -2913,7 +3018,7 @@ glob-parent@^5.0.0:
2913 3018
   dependencies:
2914 3019
     is-glob "^4.0.1"
2915 3020
 
2916
-glob@^7.0.3, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
3021
+glob@^7.0.3, glob@^7.1.1, glob@^7.1.3:
2917 3022
   version "7.1.4"
2918 3023
   resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
2919 3024
   integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
@@ -2925,6 +3030,18 @@ glob@^7.0.3, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
2925 3030
     once "^1.3.0"
2926 3031
     path-is-absolute "^1.0.0"
2927 3032
 
3033
+glob@^7.1.6:
3034
+  version "7.1.6"
3035
+  resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
3036
+  integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
3037
+  dependencies:
3038
+    fs.realpath "^1.0.0"
3039
+    inflight "^1.0.4"
3040
+    inherits "2"
3041
+    minimatch "^3.0.4"
3042
+    once "^1.3.0"
3043
+    path-is-absolute "^1.0.0"
3044
+
2928 3045
 global@^4.3.0:
2929 3046
   version "4.4.0"
2930 3047
   resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
@@ -2933,11 +3050,18 @@ global@^4.3.0:
2933 3050
     min-document "^2.19.0"
2934 3051
     process "^0.11.10"
2935 3052
 
2936
-globals@^11.1.0, globals@^11.7.0:
3053
+globals@^11.1.0:
2937 3054
   version "11.12.0"
2938 3055
   resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
2939 3056
   integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
2940 3057
 
3058
+globals@^12.1.0:
3059
+  version "12.3.0"
3060
+  resolved "https://registry.yarnpkg.com/globals/-/globals-12.3.0.tgz#1e564ee5c4dded2ab098b0f88f24702a3c56be13"
3061
+  integrity sha512-wAfjdLgFsPZsklLJvOBUBmzYE8/CwhEqSBEMRXA3qxIiNtyqvjYurAtIfDh6chlEPUfmTY3MnZh5Hfh4q0UlIw==
3062
+  dependencies:
3063
+    type-fest "^0.8.1"
3064
+
2941 3065
 globby@^10.0.0:
2942 3066
   version "10.0.1"
2943 3067
   resolved "https://registry.yarnpkg.com/globby/-/globby-10.0.1.tgz#4782c34cb75dd683351335c5829cc3420e606b22"
@@ -3059,20 +3183,20 @@ http-errors@~1.7.2:
3059 3183
     statuses ">= 1.5.0 < 2"
3060 3184
     toidentifier "1.0.0"
3061 3185
 
3062
-husky@3.0.8:
3063
-  version "3.0.8"
3064
-  resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.8.tgz#8de3fed26ce9b43034ef51013c4ad368b6b74ea8"
3065
-  integrity sha512-HFOsgcyrX3qe/rBuqyTt+P4Gxn5P0seJmr215LAZ/vnwK3jWB3r0ck7swbzGRUbufCf9w/lgHPVbF/YXQALgfQ==
3186
+husky@3.1.0:
3187
+  version "3.1.0"
3188
+  resolved "https://registry.yarnpkg.com/husky/-/husky-3.1.0.tgz#5faad520ab860582ed94f0c1a77f0f04c90b57c0"
3189
+  integrity sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ==
3066 3190
   dependencies:
3067 3191
     chalk "^2.4.2"
3192
+    ci-info "^2.0.0"
3068 3193
     cosmiconfig "^5.2.1"
3069 3194
     execa "^1.0.0"
3070 3195
     get-stdin "^7.0.0"
3071
-    is-ci "^2.0.0"
3072 3196
     opencollective-postinstall "^2.0.2"
3073 3197
     pkg-dir "^4.2.0"
3074 3198
     please-upgrade-node "^3.2.0"
3075
-    read-pkg "^5.1.1"
3199
+    read-pkg "^5.2.0"
3076 3200
     run-node "^1.0.0"
3077 3201
     slash "^3.0.0"
3078 3202
 
@@ -3174,7 +3298,7 @@ inquirer@^3.0.6:
3174 3298
     strip-ansi "^4.0.0"
3175 3299
     through "^2.3.6"
3176 3300
 
3177
-inquirer@^6.2.2, inquirer@^6.4.1:
3301
+inquirer@^6.2.2:
3178 3302
   version "6.5.0"
3179 3303
   resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
3180 3304
   integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
@@ -3193,6 +3317,25 @@ inquirer@^6.2.2, inquirer@^6.4.1:
3193 3317
     strip-ansi "^5.1.0"
3194 3318
     through "^2.3.6"
3195 3319
 
3320
+inquirer@^7.0.0:
3321
+  version "7.0.0"
3322
+  resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.0.tgz#9e2b032dde77da1db5db804758b8fea3a970519a"
3323
+  integrity sha512-rSdC7zelHdRQFkWnhsMu2+2SO41mpv2oF2zy4tMhmiLWkcKbOAs87fWAJhVXttKVwhdZvymvnuM95EyEXg2/tQ==
3324
+  dependencies:
3325
+    ansi-escapes "^4.2.1"
3326
+    chalk "^2.4.2"
3327
+    cli-cursor "^3.1.0"
3328
+    cli-width "^2.0.0"
3329
+    external-editor "^3.0.3"
3330
+    figures "^3.0.0"
3331
+    lodash "^4.17.15"
3332
+    mute-stream "0.0.8"
3333
+    run-async "^2.2.0"
3334
+    rxjs "^6.4.0"
3335
+    string-width "^4.1.0"
3336
+    strip-ansi "^5.1.0"
3337
+    through "^2.3.6"
3338
+
3196 3339
 invariant@^2.2.4:
3197 3340
   version "2.2.4"
3198 3341
   resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
@@ -3317,6 +3460,11 @@ is-fullwidth-code-point@^2.0.0:
3317 3460
   resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
3318 3461
   integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
3319 3462
 
3463
+is-fullwidth-code-point@^3.0.0:
3464
+  version "3.0.0"
3465
+  resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
3466
+  integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
3467
+
3320 3468
 is-git-dirty@^1.0.0:
3321 3469
   version "1.0.0"
3322 3470
   resolved "https://registry.yarnpkg.com/is-git-dirty/-/is-git-dirty-1.0.0.tgz#cd58f329ea826bd4d5388f1ef90459fe947e3b96"
@@ -3719,10 +3867,10 @@ lines-and-columns@^1.1.6:
3719 3867
   resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
3720 3868
   integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
3721 3869
 
3722
-lint-staged@9.4.1:
3723
-  version "9.4.1"
3724
-  resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.4.1.tgz#60c0f85745bd398e6460aa7f5adb3cad3a2b862c"
3725
-  integrity sha512-zFRbo1bAJEVf1m33paTTjDVfy2v3lICCqHfmQSgNoI+lWpi7HPG5y/R2Y7Whdce+FKxlZYs/U1sDSx8+nmQdDA==
3870
+lint-staged@9.5.0:
3871
+  version "9.5.0"
3872
+  resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.5.0.tgz#290ec605252af646d9b74d73a0fa118362b05a33"
3873
+  integrity sha512-nawMob9cb/G1J98nb8v3VC/E8rcX1rryUYXVZ69aT9kde6YWX+uvNOEHY5yf2gcWcTJGiD0kqXmCnS3oD75GIA==
3726 3874
   dependencies:
3727 3875
     chalk "^2.4.2"
3728 3876
     commander "^2.20.0"
@@ -3831,7 +3979,7 @@ lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.6.1:
3831 3979
   resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
3832 3980
   integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
3833 3981
 
3834
-lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.5, lodash@^4.3.0:
3982
+lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.5, lodash@^4.3.0:
3835 3983
   version "4.17.15"
3836 3984
   resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
3837 3985
   integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
@@ -4385,6 +4533,11 @@ mute-stream@0.0.7:
4385 4533
   resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
4386 4534
   integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=
4387 4535
 
4536
+mute-stream@0.0.8:
4537
+  version "0.0.8"
4538
+  resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
4539
+  integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
4540
+
4388 4541
 nan@^2.12.1:
4389 4542
   version "2.14.0"
4390 4543
   resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
@@ -4661,17 +4814,17 @@ opencollective-postinstall@^2.0.2:
4661 4814
   resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
4662 4815
   integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
4663 4816
 
4664
-optionator@^0.8.2:
4665
-  version "0.8.2"
4666
-  resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
4667
-  integrity sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=
4817
+optionator@^0.8.3:
4818
+  version "0.8.3"
4819
+  resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"
4820
+  integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==
4668 4821
   dependencies:
4669 4822
     deep-is "~0.1.3"
4670
-    fast-levenshtein "~2.0.4"
4823
+    fast-levenshtein "~2.0.6"
4671 4824
     levn "~0.3.0"
4672 4825
     prelude-ls "~1.1.2"
4673 4826
     type-check "~0.3.2"
4674
-    wordwrap "~1.0.0"
4827
+    word-wrap "~1.2.3"
4675 4828
 
4676 4829
 options@>=0.0.5:
4677 4830
   version "0.0.6"
@@ -4994,10 +5147,10 @@ prettier@1.16.4:
4994 5147
   resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.4.tgz#73e37e73e018ad2db9c76742e2647e21790c9717"
4995 5148
   integrity sha512-ZzWuos7TI5CKUeQAtFd6Zhm2s6EpAD/ZLApIhsF9pRvRtM1RFo61dM/4MSRUA0SuLugA/zgrZD8m0BaY46Og7g==
4996 5149
 
4997
-prettier@1.18.2:
4998
-  version "1.18.2"
4999
-  resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
5000
-  integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
5150
+prettier@1.19.1:
5151
+  version "1.19.1"
5152
+  resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
5153
+  integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
5001 5154
 
5002 5155
 pretty-format@^24.7.0, pretty-format@^24.9.0:
5003 5156
   version "24.9.0"
@@ -5101,15 +5254,15 @@ react-is@^16.8.4:
5101 5254
   resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb"
5102 5255
   integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==
5103 5256
 
5104
-react-native@0.61.2:
5105
-  version "0.61.2"
5106
-  resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.61.2.tgz#987b91b063557f8ebec803fdfea2044a24bdbe4d"
5107
-  integrity sha512-hhd8bYbkkZYHoOndxUwbjJ6Yd9HFn5PvwqqS41uJ1xADdw44rx/svuwmJNA1RKF7jH74uR2jpBViWYGd36zGyg==
5257
+react-native@0.61.5:
5258
+  version "0.61.5"
5259
+  resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.61.5.tgz#6e21acb56cbd75a3baeb1f70201a66f42600bba8"
5260
+  integrity sha512-MXqE3NoGO0T3dUKIKkIppijBhRRMpfN6ANbhMXHDuyfA+fSilRWgCwYgR/YNCC7ntECoJYikKaNTUBB0DeQy6Q==
5108 5261
   dependencies:
5109 5262
     "@babel/runtime" "^7.0.0"
5110
-    "@react-native-community/cli" "^3.0.0-alpha.1"
5111
-    "@react-native-community/cli-platform-android" "^3.0.0-alpha.1"
5112
-    "@react-native-community/cli-platform-ios" "^3.0.0-alpha.1"
5263
+    "@react-native-community/cli" "^3.0.0"
5264
+    "@react-native-community/cli-platform-android" "^3.0.0"
5265
+    "@react-native-community/cli-platform-ios" "^3.0.0"
5113 5266
     abort-controller "^3.0.0"
5114 5267
     art "^0.10.0"
5115 5268
     base64-js "^1.1.2"
@@ -5183,7 +5336,7 @@ read-pkg@^2.0.0:
5183 5336
     normalize-package-data "^2.3.2"
5184 5337
     path-type "^2.0.0"
5185 5338
 
5186
-read-pkg@^5.1.1:
5339
+read-pkg@^5.2.0:
5187 5340
   version "5.2.0"
5188 5341
   resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
5189 5342
   integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
@@ -5243,6 +5396,11 @@ regexpp@^2.0.1:
5243 5396
   resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
5244 5397
   integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
5245 5398
 
5399
+regexpp@^3.0.0:
5400
+  version "3.0.0"
5401
+  resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
5402
+  integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
5403
+
5246 5404
 regexpu-core@^4.5.4:
5247 5405
   version "4.5.4"
5248 5406
   resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.5.4.tgz#080d9d02289aa87fe1667a4f5136bc98a6aebaae"
@@ -5334,6 +5492,14 @@ restore-cursor@^2.0.0:
5334 5492
     onetime "^2.0.0"
5335 5493
     signal-exit "^3.0.2"
5336 5494
 
5495
+restore-cursor@^3.1.0:
5496
+  version "3.1.0"
5497
+  resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"
5498
+  integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==
5499
+  dependencies:
5500
+    onetime "^5.1.0"
5501
+    signal-exit "^3.0.2"
5502
+
5337 5503
 ret@~0.1.10:
5338 5504
   version "0.1.15"
5339 5505
   resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
@@ -5476,7 +5642,7 @@ semver@5.5.0:
5476 5642
   resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
5477 5643
   integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
5478 5644
 
5479
-semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.6.0:
5645
+semver@^5.1.0, semver@^5.3.0, semver@^5.6.0:
5480 5646
   version "5.7.1"
5481 5647
   resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
5482 5648
   integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
@@ -5783,6 +5949,15 @@ string-width@^3.0.0, string-width@^3.1.0:
5783 5949
     is-fullwidth-code-point "^2.0.0"
5784 5950
     strip-ansi "^5.1.0"
5785 5951
 
5952
+string-width@^4.1.0:
5953
+  version "4.2.0"
5954
+  resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
5955
+  integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==
5956
+  dependencies:
5957
+    emoji-regex "^8.0.0"
5958
+    is-fullwidth-code-point "^3.0.0"
5959
+    strip-ansi "^6.0.0"
5960
+
5786 5961
 string_decoder@~1.1.1:
5787 5962
   version "1.1.1"
5788 5963
   resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
@@ -5820,6 +5995,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
5820 5995
   dependencies:
5821 5996
     ansi-regex "^4.1.0"
5822 5997
 
5998
+strip-ansi@^6.0.0:
5999
+  version "6.0.0"
6000
+  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
6001
+  integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
6002
+  dependencies:
6003
+    ansi-regex "^5.0.0"
6004
+
5823 6005
 strip-bom@^3.0.0:
5824 6006
   version "3.0.0"
5825 6007
   resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -5845,6 +6027,11 @@ strip-json-comments@~2.0.1:
5845 6027
   resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
5846 6028
   integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
5847 6029
 
6030
+sudo-prompt@^9.0.0:
6031
+  version "9.1.1"
6032
+  resolved "https://registry.yarnpkg.com/sudo-prompt/-/sudo-prompt-9.1.1.tgz#73853d729770392caec029e2470db9c221754db0"
6033
+  integrity sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==
6034
+
5848 6035
 supports-color@^2.0.0:
5849 6036
   version "2.0.0"
5850 6037
   resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
@@ -6028,15 +6215,20 @@ type-fest@^0.7.1:
6028 6215
   resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48"
6029 6216
   integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==
6030 6217
 
6218
+type-fest@^0.8.1:
6219
+  version "0.8.1"
6220
+  resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
6221
+  integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
6222
+
6031 6223
 typedarray@^0.0.6:
6032 6224
   version "0.0.6"
6033 6225
   resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
6034 6226
   integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
6035 6227
 
6036
-typescript@3.6.3:
6037
-  version "3.6.3"
6038
-  resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.3.tgz#fea942fabb20f7e1ca7164ff626f1a9f3f70b4da"
6039
-  integrity sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==
6228
+typescript@3.7.3:
6229
+  version "3.7.3"
6230
+  resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.3.tgz#b36840668a16458a7025b9eabfad11b66ab85c69"
6231
+  integrity sha512-Mcr/Qk7hXqFBXMN7p7Lusj1ktCBydylfQM/FZCk5glCNQJrCUKPkMHdo9R0MTFWsC/4kPFvDS0fDPvukfCkFsw==
6040 6232
 
6041 6233
 ua-parser-js@^0.7.18:
6042 6234
   version "0.7.20"
@@ -6205,7 +6397,12 @@ wide-align@^1.1.0:
6205 6397
   dependencies:
6206 6398
     string-width "^1.0.2 || 2"
6207 6399
 
6208
-wordwrap@^1.0.0, wordwrap@~1.0.0:
6400
+word-wrap@~1.2.3:
6401
+  version "1.2.3"
6402
+  resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
6403
+  integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
6404
+
6405
+wordwrap@^1.0.0:
6209 6406
   version "1.0.0"
6210 6407
   resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
6211 6408
   integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=