14
14
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
15
15
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
16
16
17
+ " @babel/compat-data@^7.15.0 " :
18
+ version "7.15.0"
19
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
20
+ integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
21
+
22
+ " @babel/core@^7.1.6 " :
23
+ version "7.15.0"
24
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
25
+ integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
26
+ dependencies :
27
+ " @babel/code-frame" " ^7.14.5"
28
+ " @babel/generator" " ^7.15.0"
29
+ " @babel/helper-compilation-targets" " ^7.15.0"
30
+ " @babel/helper-module-transforms" " ^7.15.0"
31
+ " @babel/helpers" " ^7.14.8"
32
+ " @babel/parser" " ^7.15.0"
33
+ " @babel/template" " ^7.14.5"
34
+ " @babel/traverse" " ^7.15.0"
35
+ " @babel/types" " ^7.15.0"
36
+ convert-source-map "^1.7.0"
37
+ debug "^4.1.0"
38
+ gensync "^1.0.0-beta.2"
39
+ json5 "^2.1.2"
40
+ semver "^6.3.0"
41
+ source-map "^0.5.0"
42
+
17
43
" @babel/core@^7.14.0 " :
18
44
version "7.14.8"
19
45
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
44
70
jsesc "^2.5.1"
45
71
source-map "^0.5.0"
46
72
73
+ " @babel/generator@^7.15.0 " :
74
+ version "7.15.0"
75
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
76
+ integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
77
+ dependencies :
78
+ " @babel/types" " ^7.15.0"
79
+ jsesc "^2.5.1"
80
+ source-map "^0.5.0"
81
+
47
82
" @babel/helper-annotate-as-pure@^7.10.4 " :
48
83
version "7.10.4"
49
84
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
50
85
integrity sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA==
51
86
dependencies :
52
87
" @babel/types" " ^7.10.4"
53
88
89
+ " @babel/helper-annotate-as-pure@^7.14.5 " :
90
+ version "7.14.5"
91
+ resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
92
+ integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==
93
+ dependencies :
94
+ " @babel/types" " ^7.14.5"
95
+
54
96
" @babel/helper-builder-binary-assignment-operator-visitor@^7.10.4 " :
55
97
version "7.10.4"
56
98
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz#bb0b75f31bf98cbf9ff143c1ae578b87274ae1a3"
86
128
browserslist "^4.16.6"
87
129
semver "^6.3.0"
88
130
131
+ " @babel/helper-compilation-targets@^7.15.0 " :
132
+ version "7.15.0"
133
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
134
+ integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
135
+ dependencies :
136
+ " @babel/compat-data" " ^7.15.0"
137
+ " @babel/helper-validator-option" " ^7.14.5"
138
+ browserslist "^4.16.6"
139
+ semver "^6.3.0"
140
+
89
141
" @babel/helper-create-class-features-plugin@^7.12.1 " :
90
142
version "7.12.1"
91
143
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
97
149
" @babel/helper-replace-supers" " ^7.12.1"
98
150
" @babel/helper-split-export-declaration" " ^7.10.4"
99
151
152
+ " @babel/helper-create-class-features-plugin@^7.14.5" , "@babel/helper-create-class-features-plugin@^7.15.0":
153
+ version "7.15.0"
154
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz#c9a137a4d137b2d0e2c649acf536d7ba1a76c0f7"
155
+ integrity sha512-MdmDXgvTIi4heDVX/e9EFfeGpugqm9fobBVg/iioE8kueXrOHdRDe36FAY7SnE9xXLVeYCoJR/gdrBEIHRC83Q==
156
+ dependencies :
157
+ " @babel/helper-annotate-as-pure" " ^7.14.5"
158
+ " @babel/helper-function-name" " ^7.14.5"
159
+ " @babel/helper-member-expression-to-functions" " ^7.15.0"
160
+ " @babel/helper-optimise-call-expression" " ^7.14.5"
161
+ " @babel/helper-replace-supers" " ^7.15.0"
162
+ " @babel/helper-split-export-declaration" " ^7.14.5"
163
+
100
164
" @babel/helper-create-regexp-features-plugin@^7.12.1 " :
101
165
version "7.12.1"
102
166
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.1.tgz#18b1302d4677f9dc4740fe8c9ed96680e29d37e8"
152
216
dependencies :
153
217
" @babel/types" " ^7.14.5"
154
218
219
+ " @babel/helper-member-expression-to-functions@^7.15.0 " :
220
+ version "7.15.0"
221
+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
222
+ integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
223
+ dependencies :
224
+ " @babel/types" " ^7.15.0"
225
+
155
226
" @babel/helper-module-imports@^7.12.1" , "@babel/helper-module-imports@^7.14.5":
156
227
version "7.14.5"
157
228
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
173
244
" @babel/traverse" " ^7.14.8"
174
245
" @babel/types" " ^7.14.8"
175
246
247
+ " @babel/helper-module-transforms@^7.15.0 " :
248
+ version "7.15.0"
249
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
250
+ integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
251
+ dependencies :
252
+ " @babel/helper-module-imports" " ^7.14.5"
253
+ " @babel/helper-replace-supers" " ^7.15.0"
254
+ " @babel/helper-simple-access" " ^7.14.8"
255
+ " @babel/helper-split-export-declaration" " ^7.14.5"
256
+ " @babel/helper-validator-identifier" " ^7.14.9"
257
+ " @babel/template" " ^7.14.5"
258
+ " @babel/traverse" " ^7.15.0"
259
+ " @babel/types" " ^7.15.0"
260
+
176
261
" @babel/helper-optimise-call-expression@^7.10.4" , "@babel/helper-optimise-call-expression@^7.14.5":
177
262
version "7.14.5"
178
263
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
185
270
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
186
271
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
187
272
273
+ " @babel/helper-plugin-utils@^7.14.5 " :
274
+ version "7.14.5"
275
+ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
276
+ integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
277
+
188
278
" @babel/helper-regex@^7.10.4 " :
189
279
version "7.10.5"
190
280
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.5.tgz#32dfbb79899073c415557053a19bd055aae50ae0"
211
301
" @babel/traverse" " ^7.14.5"
212
302
" @babel/types" " ^7.14.5"
213
303
304
+ " @babel/helper-replace-supers@^7.15.0 " :
305
+ version "7.15.0"
306
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
307
+ integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
308
+ dependencies :
309
+ " @babel/helper-member-expression-to-functions" " ^7.15.0"
310
+ " @babel/helper-optimise-call-expression" " ^7.14.5"
311
+ " @babel/traverse" " ^7.15.0"
312
+ " @babel/types" " ^7.15.0"
313
+
214
314
" @babel/helper-simple-access@^7.12.1" , "@babel/helper-simple-access@^7.14.8":
215
315
version "7.14.8"
216
316
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
225
325
dependencies :
226
326
" @babel/types" " ^7.12.1"
227
327
328
+ " @babel/helper-skip-transparent-expression-wrappers@^7.14.5 " :
329
+ version "7.14.5"
330
+ resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
331
+ integrity sha512-dmqZB7mrb94PZSAOYtr+ZN5qt5owZIAgqtoTuqiFbHFtxgEcmQlRJVI+bO++fciBunXtB6MK7HrzrfcAzIz2NQ==
332
+ dependencies :
333
+ " @babel/types" " ^7.14.5"
334
+
228
335
" @babel/helper-split-export-declaration@^7.10.4" , "@babel/helper-split-export-declaration@^7.14.5":
229
336
version "7.14.5"
230
337
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
237
344
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
238
345
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
239
346
347
+ " @babel/helper-validator-identifier@^7.14.9 " :
348
+ version "7.14.9"
349
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
350
+ integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
351
+
240
352
" @babel/helper-validator-option@^7.14.5 " :
241
353
version "7.14.5"
242
354
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
270
382
chalk "^2.0.0"
271
383
js-tokens "^4.0.0"
272
384
273
- " @babel/parser@^7.14.0" , "@babel/parser@^7.14.5", "@babel/parser@^7.14.8":
385
+ " @babel/parser@^7.1.6" , "@babel/parser@^7.14.0":
386
+ version "7.14.1"
387
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.1.tgz#1bd644b5db3f5797c4479d89ec1817fe02b84c47"
388
+ integrity sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==
389
+
390
+ " @babel/parser@^7.14.5" , "@babel/parser@^7.14.8":
274
391
version "7.14.8"
275
392
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
276
393
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
277
394
395
+ " @babel/parser@^7.15.0 " :
396
+ version "7.15.3"
397
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862"
398
+ integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA==
399
+
278
400
" @babel/plugin-proposal-class-properties@^7.0.0 " :
279
401
version "7.12.1"
280
402
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de"
283
405
" @babel/helper-create-class-features-plugin" " ^7.12.1"
284
406
" @babel/helper-plugin-utils" " ^7.10.4"
285
407
408
+ " @babel/plugin-proposal-class-properties@^7.1.0 " :
409
+ version "7.14.5"
410
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz#40d1ee140c5b1e31a350f4f5eed945096559b42e"
411
+ integrity sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==
412
+ dependencies :
413
+ " @babel/helper-create-class-features-plugin" " ^7.14.5"
414
+ " @babel/helper-plugin-utils" " ^7.14.5"
415
+
286
416
" @babel/plugin-proposal-export-default-from@^7.0.0 " :
287
417
version "7.12.1"
288
418
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.12.1.tgz#c6e62d668a8abcfe0d28b82f560395fecb611c5a"
299
429
" @babel/helper-plugin-utils" " ^7.10.4"
300
430
" @babel/plugin-syntax-nullish-coalescing-operator" " ^7.8.0"
301
431
432
+ " @babel/plugin-proposal-nullish-coalescing-operator@^7.1.0 " :
433
+ version "7.14.5"
434
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz#ee38589ce00e2cc59b299ec3ea406fcd3a0fdaf6"
435
+ integrity sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==
436
+ dependencies :
437
+ " @babel/helper-plugin-utils" " ^7.14.5"
438
+ " @babel/plugin-syntax-nullish-coalescing-operator" " ^7.8.3"
439
+
302
440
" @babel/plugin-proposal-object-rest-spread@^7.0.0 " :
303
441
version "7.12.1"
304
442
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz#def9bd03cea0f9b72283dac0ec22d289c7691069"
325
463
" @babel/helper-skip-transparent-expression-wrappers" " ^7.12.1"
326
464
" @babel/plugin-syntax-optional-chaining" " ^7.8.0"
327
465
466
+ " @babel/plugin-proposal-optional-chaining@^7.1.0 " :
467
+ version "7.14.5"
468
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz#fa83651e60a360e3f13797eef00b8d519695b603"
469
+ integrity sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==
470
+ dependencies :
471
+ " @babel/helper-plugin-utils" " ^7.14.5"
472
+ " @babel/helper-skip-transparent-expression-wrappers" " ^7.14.5"
473
+ " @babel/plugin-syntax-optional-chaining" " ^7.8.3"
474
+
328
475
" @babel/plugin-syntax-class-properties@^7.0.0 " :
329
476
version "7.12.1"
330
477
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.1.tgz#bcb297c5366e79bebadef509549cd93b04f19978"
353
500
dependencies :
354
501
" @babel/helper-plugin-utils" " ^7.10.4"
355
502
503
+ " @babel/plugin-syntax-flow@^7.14.5 " :
504
+ version "7.14.5"
505
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.14.5.tgz#2ff654999497d7d7d142493260005263731da180"
506
+ integrity sha512-9WK5ZwKCdWHxVuU13XNT6X73FGmutAXeor5lGFq6qhOFtMFUF4jkbijuyUdZZlpYq6E2hZeZf/u3959X9wsv0Q==
507
+ dependencies :
508
+ " @babel/helper-plugin-utils" " ^7.14.5"
509
+
356
510
" @babel/plugin-syntax-jsx@^7.0.0" , "@babel/plugin-syntax-jsx@^7.12.1":
357
511
version "7.12.1"
358
512
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz#9d9d357cc818aa7ae7935917c1257f67677a0926"
359
513
integrity sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==
360
514
dependencies :
361
515
" @babel/helper-plugin-utils" " ^7.10.4"
362
516
363
- " @babel/plugin-syntax-nullish-coalescing-operator@^7.0.0" , "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0":
517
+ " @babel/plugin-syntax-nullish-coalescing-operator@^7.0.0" , "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0", "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3" :
364
518
version "7.8.3"
365
519
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
366
520
integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
381
535
dependencies :
382
536
" @babel/helper-plugin-utils" " ^7.8.0"
383
537
384
- " @babel/plugin-syntax-optional-chaining@^7.0.0" , "@babel/plugin-syntax-optional-chaining@^7.8.0":
538
+ " @babel/plugin-syntax-optional-chaining@^7.0.0" , "@babel/plugin-syntax-optional-chaining@^7.8.0", "@babel/plugin-syntax-optional-chaining@^7.8.3" :
385
539
version "7.8.3"
386
540
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
387
541
integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
395
549
dependencies :
396
550
" @babel/helper-plugin-utils" " ^7.10.4"
397
551
552
+ " @babel/plugin-syntax-typescript@^7.14.5 " :
553
+ version "7.14.5"
554
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.14.5.tgz#b82c6ce471b165b5ce420cf92914d6fb46225716"
555
+ integrity sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==
556
+ dependencies :
557
+ " @babel/helper-plugin-utils" " ^7.14.5"
558
+
398
559
" @babel/plugin-transform-arrow-functions@^7.0.0 " :
399
560
version "7.12.1"
400
561
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.1.tgz#8083ffc86ac8e777fbe24b5967c4b2521f3cb2b3"
469
630
" @babel/helper-plugin-utils" " ^7.10.4"
470
631
" @babel/plugin-syntax-flow" " ^7.12.1"
471
632
633
+ " @babel/plugin-transform-flow-strip-types@^7.14.5 " :
634
+ version "7.14.5"
635
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.14.5.tgz#0dc9c1d11dcdc873417903d6df4bed019ef0f85e"
636
+ integrity sha512-KhcolBKfXbvjwI3TV7r7TkYm8oNXHNBqGOy6JDVwtecFaRoKYsUUqJdS10q0YDKW1c6aZQgO+Ys3LfGkox8pXA==
637
+ dependencies :
638
+ " @babel/helper-plugin-utils" " ^7.14.5"
639
+ " @babel/plugin-syntax-flow" " ^7.14.5"
640
+
472
641
" @babel/plugin-transform-for-of@^7.0.0 " :
473
642
version "7.12.1"
474
643
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.12.1.tgz#07640f28867ed16f9511c99c888291f560921cfa"
508
677
" @babel/helper-simple-access" " ^7.12.1"
509
678
babel-plugin-dynamic-import-node "^2.3.3"
510
679
680
+ " @babel/plugin-transform-modules-commonjs@^7.1.0 " :
681
+ version "7.15.0"
682
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
683
+ integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
684
+ dependencies :
685
+ " @babel/helper-module-transforms" " ^7.15.0"
686
+ " @babel/helper-plugin-utils" " ^7.14.5"
687
+ " @babel/helper-simple-access" " ^7.14.8"
688
+ babel-plugin-dynamic-import-node "^2.3.3"
689
+
511
690
" @babel/plugin-transform-object-assign@^7.0.0 " :
512
691
version "7.12.1"
513
692
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.12.1.tgz#9102b06625f60a5443cc292d32b565373665e1e4"
615
794
dependencies :
616
795
" @babel/helper-plugin-utils" " ^7.10.4"
617
796
797
+ " @babel/plugin-transform-typescript@^7.15.0 " :
798
+ version "7.15.0"
799
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.0.tgz#553f230b9d5385018716586fc48db10dd228eb7e"
800
+ integrity sha512-WIIEazmngMEEHDaPTx0IZY48SaAmjVWe3TRSX7cmJXn0bEv9midFzAjxiruOWYIVf5iQ10vFx7ASDpgEO08L5w==
801
+ dependencies :
802
+ " @babel/helper-create-class-features-plugin" " ^7.15.0"
803
+ " @babel/helper-plugin-utils" " ^7.14.5"
804
+ " @babel/plugin-syntax-typescript" " ^7.14.5"
805
+
618
806
" @babel/plugin-transform-typescript@^7.5.0 " :
619
807
version "7.12.1"
620
808
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.1.tgz#d92cc0af504d510e26a754a7dbc2e5c8cd9c7ab4"
632
820
" @babel/helper-create-regexp-features-plugin" " ^7.12.1"
633
821
" @babel/helper-plugin-utils" " ^7.10.4"
634
822
823
+ " @babel/preset-flow@^7.0.0 " :
824
+ version "7.14.5"
825
+ resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.14.5.tgz#a1810b0780c8b48ab0bece8e7ab8d0d37712751c"
826
+ integrity sha512-pP5QEb4qRUSVGzzKx9xqRuHUrM/jEzMqdrZpdMA+oUCRgd5zM1qGr5y5+ZgAL/1tVv1H0dyk5t4SKJntqyiVtg==
827
+ dependencies :
828
+ " @babel/helper-plugin-utils" " ^7.14.5"
829
+ " @babel/helper-validator-option" " ^7.14.5"
830
+ " @babel/plugin-transform-flow-strip-types" " ^7.14.5"
831
+
832
+ " @babel/preset-typescript@^7.1.0 " :
833
+ version "7.15.0"
834
+ resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz#e8fca638a1a0f64f14e1119f7fe4500277840945"
835
+ integrity sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow==
836
+ dependencies :
837
+ " @babel/helper-plugin-utils" " ^7.14.5"
838
+ " @babel/helper-validator-option" " ^7.14.5"
839
+ " @babel/plugin-transform-typescript" " ^7.15.0"
840
+
635
841
" @babel/register@^7.0.0 " :
636
842
version "7.12.1"
637
843
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.12.1.tgz#cdb087bdfc4f7241c03231f22e15d211acf21438"
674
880
debug "^4.1.0"
675
881
globals "^11.1.0"
676
882
883
+ " @babel/traverse@^7.15.0 " :
884
+ version "7.15.0"
885
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
886
+ integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
887
+ dependencies :
888
+ " @babel/code-frame" " ^7.14.5"
889
+ " @babel/generator" " ^7.15.0"
890
+ " @babel/helper-function-name" " ^7.14.5"
891
+ " @babel/helper-hoist-variables" " ^7.14.5"
892
+ " @babel/helper-split-export-declaration" " ^7.14.5"
893
+ " @babel/parser" " ^7.15.0"
894
+ " @babel/types" " ^7.15.0"
895
+ debug "^4.1.0"
896
+ globals "^11.1.0"
897
+
677
898
" @babel/types@^7.0.0" , "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.12.1", "@babel/types@^7.14.5", "@babel/types@^7.14.8":
678
899
version "7.14.8"
679
900
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
682
903
" @babel/helper-validator-identifier" " ^7.14.8"
683
904
to-fast-properties "^2.0.0"
684
905
906
+ " @babel/types@^7.15.0 " :
907
+ version "7.15.0"
908
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
909
+ integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
910
+ dependencies :
911
+ " @babel/helper-validator-identifier" " ^7.14.9"
912
+ to-fast-properties "^2.0.0"
913
+
685
914
" @cnakazawa/watch@^1.0.3 " :
686
915
version "1.0.3"
687
916
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
738
967
dependencies :
739
968
serve-static "^1.13.1"
740
969
741
- " @react-native-community/cli-hermes@^6.0.0-rc.0 " :
742
- version "6.0.0-rc.0 "
743
- resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-6.0.0-rc.0. tgz#fd0d3beee005978ae75c85b46fd583e00eb6d31b "
744
- integrity sha512-BUdOPgs0tutGGH5M7Y+WFqPxmllLvJcBAdoiTJ2KwtBiau5x+wA6T0/Oh+MQfp8k/ItpgxbWA5rv85Bn7ErUAA ==
970
+ " @react-native-community/cli-hermes@^6.0.0 " :
971
+ version "6.0.0"
972
+ resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-6.0.0. tgz#a29c403fccd22ec99805887669096d60346962ff "
973
+ integrity sha512-YUX8MEmDsEYdFuo/juCZUUDPPRQ/su3K/SPcSVmv7AIAwO/7ItuQ7+58PRI914XNvnRmY1GNVHKfWhUoNXMxvA ==
745
974
dependencies :
746
- " @react-native-community/cli-platform-android" " ^6.0.0-rc.0 "
975
+ " @react-native-community/cli-platform-android" " ^6.0.0"
747
976
" @react-native-community/cli-tools" " ^6.0.0-rc.0"
748
977
chalk "^3.0.0"
749
978
hermes-profile-transformer "^0.0.6"
750
979
ip "^1.1.5"
751
980
752
- " @react-native-community/cli-platform-android@^6.0.0-rc.0 " :
753
- version "6.0.0-rc.0 "
754
- resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-6.0.0-rc.0. tgz#40ced7f1ba1be08b9ee11a8ea8802d0cfb5f8130 "
755
- integrity sha512-VgMg/bItB3QwWx+UqtGP8r7VTvPy3WZHLMEGoehGcVywtMixq4EBUydZnNZXcPBc+NF1gKszpH4Vq6QPEEySFA ==
981
+ " @react-native-community/cli-platform-android@^6.0.0 " :
982
+ version "6.0.0"
983
+ resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-6.0.0. tgz#004f98e9a5e8adf07aea552a140958e0bbd7e1b6 "
984
+ integrity sha512-yXyrM2elKM8/thf1d8EMMm0l0KdeWmIMhWZzCoRpCIQoUuVtiCEMyrZF+aufvNvy74soKiCFeAmGNI8LPk2hzg ==
756
985
dependencies :
757
986
" @react-native-community/cli-tools" " ^6.0.0-rc.0"
758
987
chalk "^3.0.0"
765
994
slash "^3.0.0"
766
995
xmldoc "^1.1.2"
767
996
768
- " @react-native-community/cli-platform-ios@^6.0.0-rc.0 " :
769
- version "6.0.0-rc.0 "
770
- resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-6.0.0-rc.0. tgz#bdf2f3d1555be4db234923553781f330e1ddd828 "
771
- integrity sha512-7O3iVG+tfmx2BTSlYkjH322hex/hjc4yY6lXR5ICt8ELmXQ95hXOHIJxGv5Tct+HqT/+6BBG7vAJs/mJACZajg ==
997
+ " @react-native-community/cli-platform-ios@^6.0.0 " :
998
+ version "6.0.0"
999
+ resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-6.0.0. tgz#885bd363d76bf422567d007f5e67aa9a67a1296a "
1000
+ integrity sha512-+f6X4jDGuPpVcY2NsVAstnId4stnG7EvzLUhs7FUpMFjzss9c1ZJhsqQeKikOtzZbwLzFrpki/QrTK79ur7xSg ==
772
1001
dependencies :
773
1002
" @react-native-community/cli-tools" " ^6.0.0-rc.0"
774
1003
chalk "^3.0.0"
775
1004
glob "^7.1.3"
776
1005
js-yaml "^3.13.1"
777
1006
lodash "^4.17.15"
778
- plist "^3.0.1 "
1007
+ plist "^3.0.2 "
779
1008
xcode "^2.0.0"
780
1009
781
1010
" @react-native-community/cli-server-api@^6.0.0-rc.0 " :
805
1034
open "^6.2.0"
806
1035
shell-quote "1.6.1"
807
1036
808
- " @react-native-community/cli-types@^6.0.0-rc.0 " :
809
- version "6.0.0-rc.0 "
810
- resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-6.0.0-rc.0. tgz#ce595634a86fec459ad479edd87a03724275d10d "
811
- integrity sha512-WrDnodAOBuEnl/+9fIeFnqvaZNsrykXp0yuttOwXgn7IN0WCnKFo5iXa9PwSHIPQEdFLpJD5TSnNiaQWBBb1Yg ==
1037
+ " @react-native-community/cli-types@^6.0.0 " :
1038
+ version "6.0.0"
1039
+ resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-6.0.0. tgz#90269fbdc7229d5e3b8f2f3e029a94083551040d "
1040
+ integrity sha512-K493Fk2DMJC0ZM8s8gnfseKxGasIhuDaCUDeLZcoCSFlrjKEuEs1BKKEJiev0CARhKEXKOyyp/uqYM9nWhisNw ==
812
1041
dependencies :
813
1042
ora "^3.4.0"
814
1043
815
- " @react-native-community/cli@^6.0.0-rc.0 " :
816
- version "6.0.0-rc.0 "
817
- resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-6.0.0-rc.0. tgz#197422cc08f2c72c7d9fb176cc468ea1ac540651 "
818
- integrity sha512-TfuNCjKe1PJDGN5J9rt94kAbHO6l/6Rkm/AML5dWrLiHnCElkLSrIPM/HouopHSxtnyfFHuNQkyVYGOvdf5kQg ==
1044
+ " @react-native-community/cli@^6.0.0 " :
1045
+ version "6.0.0"
1046
+ resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-6.0.0. tgz#5a8d42f7fddd569eefa3233d1fd84b3ed4a66074 "
1047
+ integrity sha512-wTbdpai58WzUBrw8lNbF/cSzX3pOWz+y+d46ip3M3Abd5yHNRvhuejRMVQC1o9luOM+ESJa4imYSbVdh7y5g+w ==
819
1048
dependencies :
820
1049
" @react-native-community/cli-debugger-ui" " ^6.0.0-rc.0"
821
- " @react-native-community/cli-hermes" " ^6.0.0-rc.0 "
1050
+ " @react-native-community/cli-hermes" " ^6.0.0"
822
1051
" @react-native-community/cli-server-api" " ^6.0.0-rc.0"
823
1052
" @react-native-community/cli-tools" " ^6.0.0-rc.0"
824
- " @react-native-community/cli-types" " ^6.0.0-rc.0 "
1053
+ " @react-native-community/cli-types" " ^6.0.0"
825
1054
appdirsjs "^1.2.4"
826
1055
chalk "^3.0.0"
827
1056
command-exists "^1.2.8"
837
1066
joi "^17.2.1"
838
1067
leven "^3.1.0"
839
1068
lodash "^4.17.15"
840
- metro "^0.66.0 "
841
- metro-config "^0.66.0 "
842
- metro-core "^0.66.0 "
843
- metro-react-native-babel-transformer "^0.66.0 "
844
- metro-resolver "^0.66.0 "
845
- metro-runtime "^0.66.0 "
1069
+ metro "^0.66.1 "
1070
+ metro-config "^0.66.1 "
1071
+ metro-core "^0.66.1 "
1072
+ metro-react-native-babel-transformer "^0.66.1 "
1073
+ metro-resolver "^0.66.1 "
1074
+ metro-runtime "^0.66.1 "
846
1075
minimist "^1.2.0"
847
1076
mkdirp "^0.5.1"
848
1077
node-stream-zip "^1.9.1"
@@ -1074,6 +1303,13 @@ assign-symbols@^1.0.0:
1074
1303
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
1075
1304
integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
1076
1305
1306
+ ast-types@0.14.2 :
1307
+ version "0.14.2"
1308
+ resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.2.tgz#600b882df8583e3cd4f2df5fa20fa83759d4bdfd"
1309
+ integrity sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==
1310
+ dependencies :
1311
+ tslib "^2.0.1"
1312
+
1077
1313
astral-regex@^1.0.0 :
1078
1314
version "1.0.0"
1079
1315
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
@@ -1096,6 +1332,11 @@ atob@^2.1.1:
1096
1332
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
1097
1333
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
1098
1334
1335
+ babel-core@^7.0.0-bridge.0 :
1336
+ version "7.0.0-bridge.0"
1337
+ resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
1338
+ integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
1339
+
1099
1340
babel-plugin-dynamic-import-node@^2.3.3 :
1100
1341
version "2.3.3"
1101
1342
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
@@ -1151,6 +1392,11 @@ base64-js@^1.1.2, base64-js@^1.2.3:
1151
1392
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3"
1152
1393
integrity sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw==
1153
1394
1395
+ base64-js@^1.5.1 :
1396
+ version "1.5.1"
1397
+ resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
1398
+ integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
1399
+
1154
1400
base@^0.11.1 :
1155
1401
version "0.11.2"
1156
1402
resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
@@ -1401,6 +1647,11 @@ colorette@^1.0.7, colorette@^1.2.2:
1401
1647
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
1402
1648
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
1403
1649
1650
+ colors@^1.1.2 :
1651
+ version "1.4.0"
1652
+ resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
1653
+ integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
1654
+
1404
1655
command-exists@^1.2.8 :
1405
1656
version "1.2.8"
1406
1657
resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.8.tgz#715acefdd1223b9c9b37110a149c6392c2852291"
@@ -1680,7 +1931,7 @@ escape-string-regexp@^1.0.5:
1680
1931
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
1681
1932
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
1682
1933
1683
- esprima@^4.0.0 :
1934
+ esprima@^4.0.0, esprima@~4.0.0 :
1684
1935
version "4.0.1"
1685
1936
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
1686
1937
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
@@ -1821,6 +2072,16 @@ flow-bin@^0.149.0:
1821
2072
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.149.0.tgz#9bac6dd3074bf4740c014b333a2f6fdeaf393cf9"
1822
2073
integrity sha512-32hM6iKSInPCUuooS23SJ4c5Up0Tt9ozrXEE6urEpTDJU0z/vQblnCBRt3QZaEEDzSKOu2QZAU6K7fbShOOHaQ==
1823
2074
2075
+ flow-parser@0.* :
2076
+ version "0.157.0"
2077
+ resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.157.0.tgz#8ef0a748a838a505820a3099690472757d39581c"
2078
+ integrity sha512-p0vdtrM8oAMlscIXpX0e/eGWll5NPteVChNtlQncbIbivH+BdiwXHN5QO6myAfmebd027r9RiQKdUPsFAiEVgQ==
2079
+
2080
+ flow-parser@^0.121.0 :
2081
+ version "0.121.0"
2082
+ resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.121.0.tgz#9f9898eaec91a9f7c323e9e992d81ab5c58e618f"
2083
+ integrity sha512-1gIBiWJNR0tKUNv8gZuk7l9rVX06OuLzY9AoGio7y/JT4V1IZErEMEq2TJS+PFcw/y0RshZ1J/27VfK1UQzYVg==
2084
+
1824
2085
for-in@^1.0.2 :
1825
2086
version "1.0.2"
1826
2087
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -1910,6 +2171,11 @@ globals@^11.1.0:
1910
2171
resolved "https://registry.yarnpkg.com/globals/-/globals-11.8.0.tgz#c1ef45ee9bed6badf0663c5cb90e8d1adec1321d"
1911
2172
integrity sha512-io6LkyPVuzCHBSQV9fmOwxZkUk6nIaGmxheLDgmuFv89j0fm2aqDbIXKAGfzCMHqz3HLF2Zf8WSG6VqMh2qFmA==
1912
2173
2174
+ graceful-fs@^4.1.11 :
2175
+ version "4.2.8"
2176
+ resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
2177
+ integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==
2178
+
1913
2179
graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.4 :
1914
2180
version "4.2.4"
1915
2181
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
@@ -2008,6 +2274,11 @@ import-fresh@^2.0.0:
2008
2274
caller-path "^2.0.0"
2009
2275
resolve-from "^3.0.0"
2010
2276
2277
+ imurmurhash@^0.1.4 :
2278
+ version "0.1.4"
2279
+ resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
2280
+ integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
2281
+
2011
2282
inflight@^1.0.4 :
2012
2283
version "1.0.6"
2013
2284
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
@@ -2326,6 +2597,31 @@ jsc-android@^250230.2.1:
2326
2597
resolved "https://registry.yarnpkg.com/jsc-android/-/jsc-android-250230.2.1.tgz#3790313a970586a03ab0ad47defbc84df54f1b83"
2327
2598
integrity sha512-KmxeBlRjwoqCnBBKGsihFtvsBHyUFlBxJPK4FzeYcIuBfdjv6jFys44JITAgSTbQD+vIdwMEfyZklsuQX0yI1Q==
2328
2599
2600
+ jscodeshift@^0.11.0 :
2601
+ version "0.11.0"
2602
+ resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.11.0.tgz#4f95039408f3f06b0e39bb4d53bc3139f5330e2f"
2603
+ integrity sha512-SdRK2C7jjs4k/kT2mwtO07KJN9RnjxtKn03d9JVj6c3j9WwaLcFYsICYDnLAzY0hp+wG2nxl+Cm2jWLiNVYb8g==
2604
+ dependencies :
2605
+ " @babel/core" " ^7.1.6"
2606
+ " @babel/parser" " ^7.1.6"
2607
+ " @babel/plugin-proposal-class-properties" " ^7.1.0"
2608
+ " @babel/plugin-proposal-nullish-coalescing-operator" " ^7.1.0"
2609
+ " @babel/plugin-proposal-optional-chaining" " ^7.1.0"
2610
+ " @babel/plugin-transform-modules-commonjs" " ^7.1.0"
2611
+ " @babel/preset-flow" " ^7.0.0"
2612
+ " @babel/preset-typescript" " ^7.1.0"
2613
+ " @babel/register" " ^7.0.0"
2614
+ babel-core "^7.0.0-bridge.0"
2615
+ colors "^1.1.2"
2616
+ flow-parser "0.*"
2617
+ graceful-fs "^4.2.4"
2618
+ micromatch "^3.1.10"
2619
+ neo-async "^2.5.0"
2620
+ node-dir "^0.1.17"
2621
+ recast "^0.20.3"
2622
+ temp "^0.8.1"
2623
+ write-file-atomic "^2.3.0"
2624
+
2329
2625
jsesc@^2.5.1 :
2330
2626
version "2.5.1"
2331
2627
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe"
@@ -2526,7 +2822,7 @@ metro-cache@0.66.2:
2526
2822
mkdirp "^0.5.1"
2527
2823
rimraf "^2.5.4"
2528
2824
2529
- metro-config@0.66.2, metro-config@^0.66.0 :
2825
+ metro-config@0.66.2, metro-config@^0.66.1 :
2530
2826
version "0.66.2"
2531
2827
resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.66.2.tgz#e365acdb66ad0cda0182b9c9910760a97ee4293b"
2532
2828
integrity sha512-0C+PrKKIBNNzLZUKN/8ZDJS2U5FLMOTXDWbvBHIdqb6YXz8WplXR2+xlSlaSCCi5b+GR7cWFWUNeKA4GQS1/AQ==
@@ -2538,7 +2834,7 @@ metro-config@0.66.2, metro-config@^0.66.0:
2538
2834
metro-core "0.66.2"
2539
2835
metro-runtime "0.66.2"
2540
2836
2541
- metro-core@0.66.2, metro-core@^0.66.0 :
2837
+ metro-core@0.66.2, metro-core@^0.66.1 :
2542
2838
version "0.66.2"
2543
2839
resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.66.2.tgz#ead776a17b3e5a307e6dc22259db30bf5c7e8490"
2544
2840
integrity sha512-JieLZkef/516yxXYvQxWnf3OWw5rcgWRy76K8JV/wr/i8LGVGulPAXlIi445/QZzXVydzRVASKAEVqyxM5F4mA==
@@ -2615,7 +2911,7 @@ metro-react-native-babel-preset@0.66.2:
2615
2911
" @babel/template" " ^7.0.0"
2616
2912
react-refresh "^0.4.0"
2617
2913
2618
- metro-react-native-babel-transformer@0.66.2, metro-react-native-babel-transformer@^0.66.0 :
2914
+ metro-react-native-babel-transformer@0.66.2, metro-react-native-babel-transformer@^0.66.1 :
2619
2915
version "0.66.2"
2620
2916
resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.66.2.tgz#768f341e7c3d3d1c38189799c9884b90d1c32eb7"
2621
2917
integrity sha512-z1ab7ihIT0pJrwgi9q2IH+LcW/xUWMQ0hH+Mrk7wbKQB0RnJdXFoxphrfoVHBHMUu+TBPetUcEkKawkK1e7Cng==
@@ -2628,14 +2924,14 @@ metro-react-native-babel-transformer@0.66.2, metro-react-native-babel-transforme
2628
2924
metro-source-map "0.66.2"
2629
2925
nullthrows "^1.1.1"
2630
2926
2631
- metro-resolver@0.66.2, metro-resolver@^0.66.0 :
2927
+ metro-resolver@0.66.2, metro-resolver@^0.66.1 :
2632
2928
version "0.66.2"
2633
2929
resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.66.2.tgz#f743ddbe7a12dd137d1f7a555732cafcaea421f8"
2634
2930
integrity sha512-pXQAJR/xauRf4kWFj2/hN5a77B4jLl0Fom5I3PHp6Arw/KxSBp0cnguXpGLwNQ6zQC0nxKCoYGL9gQpzMnN7Hw==
2635
2931
dependencies :
2636
2932
absolute-path "^0.0.0"
2637
2933
2638
- metro-runtime@0.66.2, metro-runtime@^0.66.0 :
2934
+ metro-runtime@0.66.2, metro-runtime@^0.66.1 :
2639
2935
version "0.66.2"
2640
2936
resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.66.2.tgz#3409ee957b949b6c7b72ef6ed2b9af9a4f4a910e"
2641
2937
integrity sha512-vFhKBk2ot9FS4b+2v0OTa/guCF/QDAOJubY0CNg7PzCS5+w4y3IvZIcPX4SSS1t8pYEZBLvtdtTDarlDl81xmg==
@@ -2696,7 +2992,7 @@ metro-transform-worker@0.66.2:
2696
2992
metro-transform-plugins "0.66.2"
2697
2993
nullthrows "^1.1.1"
2698
2994
2699
- metro@0.66.2, metro@^0.66.0 :
2995
+ metro@0.66.2, metro@^0.66.1 :
2700
2996
version "0.66.2"
2701
2997
resolved "https://registry.yarnpkg.com/metro/-/metro-0.66.2.tgz#f21759bf00995470e7577b5b88a5277963f24492"
2702
2998
integrity sha512-uNsISfcQ3iKKSHoN5Q+LAh0l3jeeg7ZcNZ/4BAHGsk02erA0OP+l2m+b5qYVoPptHz9Oc3KyG5oGJoTu41pWjg==
@@ -2754,7 +3050,7 @@ metro@0.66.2, metro@^0.66.0:
2754
3050
ws "^1.1.5"
2755
3051
yargs "^15.3.1"
2756
3052
2757
- micromatch@^3.1.4 :
3053
+ micromatch@^3.1.10, micromatch@^3.1. 4 :
2758
3054
version "3.1.10"
2759
3055
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
2760
3056
integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
@@ -2808,7 +3104,7 @@ mimic-fn@^1.0.0:
2808
3104
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
2809
3105
integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==
2810
3106
2811
- minimatch@^3.0.4 :
3107
+ minimatch@^3.0.2, minimatch@^3.0. 4 :
2812
3108
version "3.0.4"
2813
3109
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
2814
3110
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
@@ -2872,6 +3168,11 @@ negotiator@0.6.2:
2872
3168
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
2873
3169
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
2874
3170
3171
+ neo-async@^2.5.0 :
3172
+ version "2.6.2"
3173
+ resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
3174
+ integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
3175
+
2875
3176
nice-try@^1.0.4 :
2876
3177
version "1.0.5"
2877
3178
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
@@ -2882,6 +3183,13 @@ nocache@^2.1.0:
2882
3183
resolved "https://registry.yarnpkg.com/nocache/-/nocache-2.1.0.tgz#120c9ffec43b5729b1d5de88cd71aa75a0ba491f"
2883
3184
integrity sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q==
2884
3185
3186
+ node-dir@^0.1.17 :
3187
+ version "0.1.17"
3188
+ resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5"
3189
+ integrity sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU=
3190
+ dependencies :
3191
+ minimatch "^3.0.2"
3192
+
2885
3193
node-fetch@^2.2.0, node-fetch@^2.6.0 :
2886
3194
version "2.6.0"
2887
3195
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
@@ -3146,6 +3454,15 @@ plist@^3.0.1:
3146
3454
xmlbuilder "^9.0.7"
3147
3455
xmldom "0.1.x"
3148
3456
3457
+ plist@^3.0.2 :
3458
+ version "3.0.3"
3459
+ resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.3.tgz#007df34c7be0e2c3dcfcf460d623e6485457857d"
3460
+ integrity sha512-ghdOKN99hh1oEmAlwBmPYo4L+tSQ7O3jRpkhWqOrMz86CWotpVzMevvQ+czo7oPDpOZyA6K06Ci7QVHpoh9gaA==
3461
+ dependencies :
3462
+ base64-js "^1.5.1"
3463
+ xmlbuilder "^9.0.7"
3464
+ xmldom "^0.6.0"
3465
+
3149
3466
posix-character-classes@^0.1.0 :
3150
3467
version "0.1.1"
3151
3468
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
@@ -3226,6 +3543,15 @@ react-is@^17.0.1:
3226
3543
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
3227
3544
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
3228
3545
3546
+ react-native-codegen@^0.0.7 :
3547
+ version "0.0.7"
3548
+ resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.0.7.tgz#86651c5c5fec67a8077ef7f4e36f7ed459043e14"
3549
+ integrity sha512-dwNgR8zJ3ALr480QnAmpTiqvFo+rDtq6V5oCggKhYFlRjzOmVSFn3YD41u8ltvKS5G2nQ8gCs2vReFFnRGLYng==
3550
+ dependencies :
3551
+ flow-parser "^0.121.0"
3552
+ jscodeshift "^0.11.0"
3553
+ nullthrows "^1.1.1"
3554
+
3229
3555
react-refresh@^0.4.0 :
3230
3556
version "0.4.0"
3231
3557
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.0.tgz#d421f9bd65e0e4b9822a399f14ac56bda9c92292"
@@ -3252,6 +3578,16 @@ readable-stream@~2.3.6:
3252
3578
string_decoder "~1.1.1"
3253
3579
util-deprecate "~1.0.1"
3254
3580
3581
+ recast@^0.20.3 :
3582
+ version "0.20.5"
3583
+ resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae"
3584
+ integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==
3585
+ dependencies :
3586
+ ast-types "0.14.2"
3587
+ esprima "~4.0.0"
3588
+ source-map "~0.6.1"
3589
+ tslib "^2.0.1"
3590
+
3255
3591
rechoir@^0.6.2 :
3256
3592
version "0.6.2"
3257
3593
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
@@ -3372,7 +3708,7 @@ ret@~0.1.10:
3372
3708
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
3373
3709
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
3374
3710
3375
- rimraf@^2.5.4 :
3711
+ rimraf@^2.5.4, rimraf@~2.6.2 :
3376
3712
version "2.6.3"
3377
3713
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
3378
3714
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
@@ -3764,6 +4100,13 @@ temp@0.8.3:
3764
4100
os-tmpdir "^1.0.0"
3765
4101
rimraf "~2.2.6"
3766
4102
4103
+ temp@^0.8.1 :
4104
+ version "0.8.4"
4105
+ resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.4.tgz#8c97a33a4770072e0a05f919396c7665a7dd59f2"
4106
+ integrity sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==
4107
+ dependencies :
4108
+ rimraf "~2.6.2"
4109
+
3767
4110
throat@^5.0.0 :
3768
4111
version "5.0.0"
3769
4112
resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b"
@@ -3819,6 +4162,11 @@ to-regex@^3.0.1, to-regex@^3.0.2:
3819
4162
regex-not "^1.0.2"
3820
4163
safe-regex "^1.1.0"
3821
4164
4165
+ tslib@^2.0.1 :
4166
+ version "2.3.0"
4167
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
4168
+ integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
4169
+
3822
4170
uglify-es@^3.1.9 :
3823
4171
version "3.3.9"
3824
4172
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677"
@@ -3968,6 +4316,15 @@ wrappy@1:
3968
4316
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
3969
4317
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
3970
4318
4319
+ write-file-atomic@^2.3.0 :
4320
+ version "2.4.3"
4321
+ resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481"
4322
+ integrity sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==
4323
+ dependencies :
4324
+ graceful-fs "^4.1.11"
4325
+ imurmurhash "^0.1.4"
4326
+ signal-exit "^3.0.2"
4327
+
3971
4328
ws@^1.1.0, ws@^1.1.5 :
3972
4329
version "1.1.5"
3973
4330
resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51"
@@ -4013,6 +4370,11 @@ xmldom@0.1.x:
4013
4370
resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9"
4014
4371
integrity sha1-1QH5ezvbQDr4757MIFcxh6rawOk=
4015
4372
4373
+ xmldom@^0.6.0 :
4374
+ version "0.6.0"
4375
+ resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.6.0.tgz#43a96ecb8beece991cef382c08397d82d4d0c46f"
4376
+ integrity sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==
4377
+
4016
4378
xtend@~4.0.1 :
4017
4379
version "4.0.1"
4018
4380
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
0 commit comments