27
27
resolved "https://registry.yarnpkg.com/@aureooms/js-random/-/js-random-2.0.0.tgz#f62c6954ed79bd9a520197125ee3cfbe14b00d72"
28
28
integrity sha1-9ixpVO15vZpSAZcSXuPPvhSwDXI=
29
29
30
- " @babel/cli@7.12.8 " :
31
- version "7.12.8 "
32
- resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.8 .tgz#3b24ed2fd5da353ee6f19e8935ff8c93b5fe8430 "
33
- integrity sha512-/6nQj11oaGhLmZiuRUfxsujiPDc9BBReemiXgIbxc+M5W+MIiFKYwvNDJvBfnGKNsJTKbUfEheKc9cwoPHAVQA ==
30
+ " @babel/cli@7.12.10 " :
31
+ version "7.12.10 "
32
+ resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.10 .tgz#67a1015b1cd505bde1696196febf910c4c339a48 "
33
+ integrity sha512-+y4ZnePpvWs1fc/LhZRTHkTesbXkyBYuOB+5CyodZqrEuETXi3zOVfpAQIdgC3lXbHLTDG9dQosxR9BhvLKDLQ ==
34
34
dependencies :
35
35
commander "^4.0.1"
36
36
convert-source-map "^1.1.0"
51
51
dependencies :
52
52
" @babel/highlight" " ^7.10.4"
53
53
54
+ " @babel/code-frame@^7.12.11 " :
55
+ version "7.12.11"
56
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
57
+ integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
58
+ dependencies :
59
+ " @babel/highlight" " ^7.10.4"
60
+
54
61
" @babel/compat-data@^7.12.5" , "@babel/compat-data@^7.12.7":
55
62
version "7.12.7"
56
63
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
57
64
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
58
65
59
- " @babel/core@7.12.9" , "@babel/core@^7.7.5":
66
+ " @babel/core@7.12.10 " :
67
+ version "7.12.10"
68
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
69
+ integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
70
+ dependencies :
71
+ " @babel/code-frame" " ^7.10.4"
72
+ " @babel/generator" " ^7.12.10"
73
+ " @babel/helper-module-transforms" " ^7.12.1"
74
+ " @babel/helpers" " ^7.12.5"
75
+ " @babel/parser" " ^7.12.10"
76
+ " @babel/template" " ^7.12.7"
77
+ " @babel/traverse" " ^7.12.10"
78
+ " @babel/types" " ^7.12.10"
79
+ convert-source-map "^1.7.0"
80
+ debug "^4.1.0"
81
+ gensync "^1.0.0-beta.1"
82
+ json5 "^2.1.2"
83
+ lodash "^4.17.19"
84
+ semver "^5.4.1"
85
+ source-map "^0.5.0"
86
+
87
+ " @babel/core@^7.7.5 " :
60
88
version "7.12.9"
61
89
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
62
90
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
87
115
jsesc "^2.5.1"
88
116
source-map "^0.5.0"
89
117
118
+ " @babel/generator@^7.12.10" , "@babel/generator@^7.12.11":
119
+ version "7.12.11"
120
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
121
+ integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
122
+ dependencies :
123
+ " @babel/types" " ^7.12.11"
124
+ jsesc "^2.5.1"
125
+ source-map "^0.5.0"
126
+
90
127
" @babel/helper-annotate-as-pure@^7.10.4 " :
91
128
version "7.10.4"
92
129
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
156
193
" @babel/template" " ^7.10.4"
157
194
" @babel/types" " ^7.10.4"
158
195
196
+ " @babel/helper-function-name@^7.12.11 " :
197
+ version "7.12.11"
198
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
199
+ integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
200
+ dependencies :
201
+ " @babel/helper-get-function-arity" " ^7.12.10"
202
+ " @babel/template" " ^7.12.7"
203
+ " @babel/types" " ^7.12.11"
204
+
159
205
" @babel/helper-get-function-arity@^7.10.4 " :
160
206
version "7.10.4"
161
207
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
162
208
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
163
209
dependencies :
164
210
" @babel/types" " ^7.10.4"
165
211
212
+ " @babel/helper-get-function-arity@^7.12.10 " :
213
+ version "7.12.10"
214
+ resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf"
215
+ integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==
216
+ dependencies :
217
+ " @babel/types" " ^7.12.10"
218
+
166
219
" @babel/helper-hoist-variables@^7.10.4 " :
167
220
version "7.10.4"
168
221
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
251
304
dependencies :
252
305
" @babel/types" " ^7.11.0"
253
306
307
+ " @babel/helper-split-export-declaration@^7.12.11 " :
308
+ version "7.12.11"
309
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
310
+ integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
311
+ dependencies :
312
+ " @babel/types" " ^7.12.11"
313
+
254
314
" @babel/helper-validator-identifier@^7.10.4 " :
255
315
version "7.10.4"
256
316
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
257
317
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
258
318
319
+ " @babel/helper-validator-identifier@^7.12.11 " :
320
+ version "7.12.11"
321
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
322
+ integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
323
+
259
324
" @babel/helper-validator-option@^7.12.1 " :
260
325
version "7.12.1"
261
326
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9"
262
327
integrity sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A==
263
328
329
+ " @babel/helper-validator-option@^7.12.11 " :
330
+ version "7.12.11"
331
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f"
332
+ integrity sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw==
333
+
264
334
" @babel/helper-wrap-function@^7.10.4 " :
265
335
version "7.12.3"
266
336
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz#3332339fc4d1fbbf1c27d7958c27d34708e990d9"
294
364
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
295
365
integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
296
366
367
+ " @babel/parser@^7.12.10" , "@babel/parser@^7.12.11":
368
+ version "7.12.11"
369
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
370
+ integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
371
+
297
372
" @babel/plugin-proposal-async-generator-functions@^7.12.1 " :
298
373
version "7.12.1"
299
374
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
508
583
dependencies :
509
584
" @babel/helper-plugin-utils" " ^7.10.4"
510
585
511
- " @babel/plugin-transform-block-scoping@^7.12.1 " :
512
- version "7.12.1 "
513
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.1 .tgz#f0ee727874b42a208a48a586b84c3d222c2bbef1 "
514
- integrity sha512-zJyAC9sZdE60r1nVQHblcfCj29Dh2Y0DOvlMkcqSo0ckqjiCwNiUezUKw+RjOCwGfpLRwnAeQ2XlLpsnGkvv9w ==
586
+ " @babel/plugin-transform-block-scoping@^7.12.11 " :
587
+ version "7.12.12 "
588
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.12 .tgz#d93a567a152c22aea3b1929bb118d1d0a175cdca "
589
+ integrity sha512-VOEPQ/ExOVqbukuP7BYJtI5ZxxsmegTwzZ04j1aF0dkSypGo9XpDHuOrABsJu+ie+penpSJheDJ11x1BEZNiyQ ==
515
590
dependencies :
516
591
" @babel/helper-plugin-utils" " ^7.10.4"
517
592
712
787
dependencies :
713
788
" @babel/helper-plugin-utils" " ^7.10.4"
714
789
715
- " @babel/plugin-transform-typeof-symbol@^7.12.1 " :
716
- version "7.12.1 "
717
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.1 .tgz#9ca6be343d42512fbc2e68236a82ae64bc7af78a "
718
- integrity sha512-EPGgpGy+O5Kg5pJFNDKuxt9RdmTgj5sgrus2XVeMp/ZIbOESadgILUbm50SNpghOh3/6yrbsH+NB5+WJTmsA7Q ==
790
+ " @babel/plugin-transform-typeof-symbol@^7.12.10 " :
791
+ version "7.12.10 "
792
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.10 .tgz#de01c4c8f96580bd00f183072b0d0ecdcf0dec4b "
793
+ integrity sha512-JQ6H8Rnsogh//ijxspCjc21YPd3VLVoYtAwv3zQmqAt8YGYUtdo5usNhdl4b9/Vir2kPFZl6n1h0PfUz4hJhaA ==
719
794
dependencies :
720
795
" @babel/helper-plugin-utils" " ^7.10.4"
721
796
734
809
" @babel/helper-create-regexp-features-plugin" " ^7.12.1"
735
810
" @babel/helper-plugin-utils" " ^7.10.4"
736
811
737
- " @babel/preset-env@7.12.7 " :
738
- version "7.12.7 "
739
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7 .tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55 "
740
- integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew ==
812
+ " @babel/preset-env@7.12.11 " :
813
+ version "7.12.11 "
814
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.11 .tgz#55d5f7981487365c93dbbc84507b1c7215e857f9 "
815
+ integrity sha512-j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw ==
741
816
dependencies :
742
817
" @babel/compat-data" " ^7.12.7"
743
818
" @babel/helper-compilation-targets" " ^7.12.5"
744
819
" @babel/helper-module-imports" " ^7.12.5"
745
820
" @babel/helper-plugin-utils" " ^7.10.4"
746
- " @babel/helper-validator-option" " ^7.12.1 "
821
+ " @babel/helper-validator-option" " ^7.12.11 "
747
822
" @babel/plugin-proposal-async-generator-functions" " ^7.12.1"
748
823
" @babel/plugin-proposal-class-properties" " ^7.12.1"
749
824
" @babel/plugin-proposal-dynamic-import" " ^7.12.1"
772
847
" @babel/plugin-transform-arrow-functions" " ^7.12.1"
773
848
" @babel/plugin-transform-async-to-generator" " ^7.12.1"
774
849
" @babel/plugin-transform-block-scoped-functions" " ^7.12.1"
775
- " @babel/plugin-transform-block-scoping" " ^7.12.1 "
850
+ " @babel/plugin-transform-block-scoping" " ^7.12.11 "
776
851
" @babel/plugin-transform-classes" " ^7.12.1"
777
852
" @babel/plugin-transform-computed-properties" " ^7.12.1"
778
853
" @babel/plugin-transform-destructuring" " ^7.12.1"
798
873
" @babel/plugin-transform-spread" " ^7.12.1"
799
874
" @babel/plugin-transform-sticky-regex" " ^7.12.7"
800
875
" @babel/plugin-transform-template-literals" " ^7.12.1"
801
- " @babel/plugin-transform-typeof-symbol" " ^7.12.1 "
876
+ " @babel/plugin-transform-typeof-symbol" " ^7.12.10 "
802
877
" @babel/plugin-transform-unicode-escapes" " ^7.12.1"
803
878
" @babel/plugin-transform-unicode-regex" " ^7.12.1"
804
879
" @babel/preset-modules" " ^0.1.3"
805
- " @babel/types" " ^7.12.7 "
806
- core-js-compat "^3.7 .0"
880
+ " @babel/types" " ^7.12.11 "
881
+ core-js-compat "^3.8 .0"
807
882
semver "^5.5.0"
808
883
809
884
" @babel/preset-modules@^0.1.3 " :
817
892
" @babel/types" " ^7.4.4"
818
893
esutils "^2.0.2"
819
894
820
- " @babel/register@7.12.1 " :
821
- version "7.12.1 "
822
- resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.12.1 .tgz#cdb087bdfc4f7241c03231f22e15d211acf21438 "
823
- integrity sha512-XWcmseMIncOjoydKZnWvWi0/5CUCD+ZYKhRwgYlWOrA8fGZ/FjuLRpqtIhLOVD/fvR1b9DQHtZPn68VvhpYf+Q ==
895
+ " @babel/register@7.12.10 " :
896
+ version "7.12.10 "
897
+ resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.12.10 .tgz#19b87143f17128af4dbe7af54c735663b3999f60 "
898
+ integrity sha512-EvX/BvMMJRAA3jZgILWgbsrHwBQvllC5T8B29McyME8DvkdOxk4ujESfrMvME8IHSDvWXrmMXxPvA/lx2gqPLQ ==
824
899
dependencies :
825
900
find-cache-dir "^2.0.0"
826
901
lodash "^4.17.19"
859
934
globals "^11.1.0"
860
935
lodash "^4.17.19"
861
936
937
+ " @babel/traverse@^7.12.10 " :
938
+ version "7.12.12"
939
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
940
+ integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==
941
+ dependencies :
942
+ " @babel/code-frame" " ^7.12.11"
943
+ " @babel/generator" " ^7.12.11"
944
+ " @babel/helper-function-name" " ^7.12.11"
945
+ " @babel/helper-split-export-declaration" " ^7.12.11"
946
+ " @babel/parser" " ^7.12.11"
947
+ " @babel/types" " ^7.12.12"
948
+ debug "^4.1.0"
949
+ globals "^11.1.0"
950
+ lodash "^4.17.19"
951
+
862
952
" @babel/types@^7.10.4" , "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.4.4":
863
953
version "7.12.7"
864
954
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
868
958
lodash "^4.17.19"
869
959
to-fast-properties "^2.0.0"
870
960
961
+ " @babel/types@^7.12.10" , "@babel/types@^7.12.11", "@babel/types@^7.12.12":
962
+ version "7.12.12"
963
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
964
+ integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==
965
+ dependencies :
966
+ " @babel/helper-validator-identifier" " ^7.12.11"
967
+ lodash "^4.17.19"
968
+ to-fast-properties "^2.0.0"
969
+
871
970
" @concordance/react@^2.0.0 " :
872
971
version "2.0.0"
873
972
resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"
@@ -1550,7 +1649,7 @@ braces@^3.0.1, braces@~3.0.2:
1550
1649
dependencies :
1551
1650
fill-range "^7.0.1"
1552
1651
1553
- browserslist@^4.14.5, browserslist@^4.15.0 :
1652
+ browserslist@^4.14.5 :
1554
1653
version "4.15.0"
1555
1654
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.15.0.tgz#3d48bbca6a3f378e86102ffd017d9a03f122bdb0"
1556
1655
integrity sha512-IJ1iysdMkGmjjYeRlDU8PQejVwxvVO5QOfXH7ylW31GO6LwNRSmm/SgRXtNsEXqMLl2e+2H5eEJ7sfynF8TCaQ==
@@ -1561,6 +1660,17 @@ browserslist@^4.14.5, browserslist@^4.15.0:
1561
1660
escalade "^3.1.1"
1562
1661
node-releases "^1.1.67"
1563
1662
1663
+ browserslist@^4.16.0 :
1664
+ version "4.16.0"
1665
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.0.tgz#410277627500be3cb28a1bfe037586fbedf9488b"
1666
+ integrity sha512-/j6k8R0p3nxOC6kx5JGAxsnhc9ixaWJfYc+TNTzxg6+ARaESAvQGV7h0uNOB4t+pLQJZWzcrMxXOxjgsCj3dqQ==
1667
+ dependencies :
1668
+ caniuse-lite "^1.0.30001165"
1669
+ colorette "^1.2.1"
1670
+ electron-to-chromium "^1.3.621"
1671
+ escalade "^3.1.1"
1672
+ node-releases "^1.1.67"
1673
+
1564
1674
buffer-from@^1.0.0 :
1565
1675
version "1.1.1"
1566
1676
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
@@ -1677,6 +1787,11 @@ caniuse-lite@^1.0.30001164:
1677
1787
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001165.tgz#32955490d2f60290bb186bb754f2981917fa744f"
1678
1788
integrity sha512-8cEsSMwXfx7lWSUMA2s08z9dIgsnR5NAqjXP23stdsU3AUWkCr/rr4s4OFtHXn5XXr6+7kam3QFVoYyXNPdJPA==
1679
1789
1790
+ caniuse-lite@^1.0.30001165 :
1791
+ version "1.0.30001173"
1792
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001173.tgz#3c47bbe3cd6d7a9eda7f50ac016d158005569f56"
1793
+ integrity sha512-R3aqmjrICdGCTAnSXtNyvWYMK3YtV5jwudbq0T7nN9k4kmE4CBuwPqyJ+KBzepSTh0huivV2gLbSMEzTTmfeYw==
1794
+
1680
1795
caseless@~0.12.0 :
1681
1796
version "0.12.0"
1682
1797
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -2034,12 +2149,12 @@ copy-descriptor@^0.1.0:
2034
2149
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
2035
2150
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
2036
2151
2037
- core-js-compat@^3.7 .0 :
2038
- version "3.8.1 "
2039
- resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.1 .tgz#8d1ddd341d660ba6194cbe0ce60f4c794c87a36e "
2040
- integrity sha512-a16TLmy9NVD1rkjUGbwuyWkiDoN0FDpAwrfLONvHFQx0D9k7J9y0srwMT8QP/Z6HE3MIFaVynEeYwZwPX1o5RQ ==
2152
+ core-js-compat@^3.8 .0 :
2153
+ version "3.8.2 "
2154
+ resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.2 .tgz#3717f51f6c3d2ebba8cbf27619b57160029d1d4c "
2155
+ integrity sha512-LO8uL9lOIyRRrQmZxHZFl1RV+ZbcsAkFWTktn5SmH40WgLtSNYN4m4W2v9ONT147PxBY/XrRhrWq8TlvObyUjQ ==
2041
2156
dependencies :
2042
- browserslist "^4.15 .0"
2157
+ browserslist "^4.16 .0"
2043
2158
semver "7.0.0"
2044
2159
2045
2160
core-js@^2.0.0, core-js@^2.4.0 :
@@ -2395,6 +2510,11 @@ electron-to-chromium@^1.3.612:
2395
2510
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.617.tgz#4192fa4db846c6ad51fffe3a06e71727e9699a74"
2396
2511
integrity sha512-yHXyI0fHnU0oLxdu21otLYpW3qwkbo8EBTpqeS9w14fwNjFy65SG6unrS3Gg+wX1JKWlAFCcNt13fG0nsCo/1A==
2397
2512
2513
+ electron-to-chromium@^1.3.621 :
2514
+ version "1.3.634"
2515
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.634.tgz#82ea400f520f739c4f6ff00c1f7524827a917d25"
2516
+ integrity sha512-QPrWNYeE/A0xRvl/QP3E0nkaEvYUvH3gM04ZWYtIa6QlSpEetRlRI1xvQ7hiMIySHHEV+mwDSX8Kj4YZY6ZQAw==
2517
+
2398
2518
elegant-spinner@^1.0.1 :
2399
2519
version "1.0.1"
2400
2520
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
0 commit comments