Skip to content

Commit c9ee892

Browse files
renovate-botAurélien Ooms
authored andcommitted
Update babel monorepo
1 parent c4532ad commit c9ee892

File tree

2 files changed

+156
-36
lines changed

2 files changed

+156
-36
lines changed

‎package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@
8080
"devDependencies": {
8181
"@aureooms/js-itertools": "4.1.0",
8282
"@aureooms/js-random": "2.0.0",
83-
"@babel/cli": "7.12.8",
84-
"@babel/core": "7.12.9",
85-
"@babel/preset-env": "7.12.7",
86-
"@babel/register": "7.12.1",
83+
"@babel/cli": "7.12.10",
84+
"@babel/core": "7.12.10",
85+
"@babel/preset-env": "7.12.11",
86+
"@babel/register": "7.12.10",
8787
"ava": "3.14.0",
8888
"babel-plugin-transform-remove-console": "6.9.4",
8989
"babel-plugin-unassert": "3.0.1",

‎yarn.lock

Lines changed: 152 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
resolved "https://registry.yarnpkg.com/@aureooms/js-random/-/js-random-2.0.0.tgz#f62c6954ed79bd9a520197125ee3cfbe14b00d72"
2828
integrity sha1-9ixpVO15vZpSAZcSXuPPvhSwDXI=
2929

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==
3434
dependencies:
3535
commander "^4.0.1"
3636
convert-source-map "^1.1.0"
@@ -51,12 +51,40 @@
5151
dependencies:
5252
"@babel/highlight" "^7.10.4"
5353

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+
5461
"@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7":
5562
version "7.12.7"
5663
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
5764
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
5865

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":
6088
version "7.12.9"
6189
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
6290
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
@@ -87,6 +115,15 @@
87115
jsesc "^2.5.1"
88116
source-map "^0.5.0"
89117

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+
90127
"@babel/helper-annotate-as-pure@^7.10.4":
91128
version "7.10.4"
92129
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -156,13 +193,29 @@
156193
"@babel/template" "^7.10.4"
157194
"@babel/types" "^7.10.4"
158195

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+
159205
"@babel/helper-get-function-arity@^7.10.4":
160206
version "7.10.4"
161207
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
162208
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
163209
dependencies:
164210
"@babel/types" "^7.10.4"
165211

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+
166219
"@babel/helper-hoist-variables@^7.10.4":
167220
version "7.10.4"
168221
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
@@ -251,16 +304,33 @@
251304
dependencies:
252305
"@babel/types" "^7.11.0"
253306

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+
254314
"@babel/helper-validator-identifier@^7.10.4":
255315
version "7.10.4"
256316
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
257317
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
258318

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+
259324
"@babel/helper-validator-option@^7.12.1":
260325
version "7.12.1"
261326
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9"
262327
integrity sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A==
263328

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+
264334
"@babel/helper-wrap-function@^7.10.4":
265335
version "7.12.3"
266336
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz#3332339fc4d1fbbf1c27d7958c27d34708e990d9"
@@ -294,6 +364,11 @@
294364
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
295365
integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
296366

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+
297372
"@babel/plugin-proposal-async-generator-functions@^7.12.1":
298373
version "7.12.1"
299374
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
@@ -508,10 +583,10 @@
508583
dependencies:
509584
"@babel/helper-plugin-utils" "^7.10.4"
510585

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==
515590
dependencies:
516591
"@babel/helper-plugin-utils" "^7.10.4"
517592

@@ -712,10 +787,10 @@
712787
dependencies:
713788
"@babel/helper-plugin-utils" "^7.10.4"
714789

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==
719794
dependencies:
720795
"@babel/helper-plugin-utils" "^7.10.4"
721796

@@ -734,16 +809,16 @@
734809
"@babel/helper-create-regexp-features-plugin" "^7.12.1"
735810
"@babel/helper-plugin-utils" "^7.10.4"
736811

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==
741816
dependencies:
742817
"@babel/compat-data" "^7.12.7"
743818
"@babel/helper-compilation-targets" "^7.12.5"
744819
"@babel/helper-module-imports" "^7.12.5"
745820
"@babel/helper-plugin-utils" "^7.10.4"
746-
"@babel/helper-validator-option" "^7.12.1"
821+
"@babel/helper-validator-option" "^7.12.11"
747822
"@babel/plugin-proposal-async-generator-functions" "^7.12.1"
748823
"@babel/plugin-proposal-class-properties" "^7.12.1"
749824
"@babel/plugin-proposal-dynamic-import" "^7.12.1"
@@ -772,7 +847,7 @@
772847
"@babel/plugin-transform-arrow-functions" "^7.12.1"
773848
"@babel/plugin-transform-async-to-generator" "^7.12.1"
774849
"@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"
776851
"@babel/plugin-transform-classes" "^7.12.1"
777852
"@babel/plugin-transform-computed-properties" "^7.12.1"
778853
"@babel/plugin-transform-destructuring" "^7.12.1"
@@ -798,12 +873,12 @@
798873
"@babel/plugin-transform-spread" "^7.12.1"
799874
"@babel/plugin-transform-sticky-regex" "^7.12.7"
800875
"@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"
802877
"@babel/plugin-transform-unicode-escapes" "^7.12.1"
803878
"@babel/plugin-transform-unicode-regex" "^7.12.1"
804879
"@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"
807882
semver "^5.5.0"
808883

809884
"@babel/preset-modules@^0.1.3":
@@ -817,10 +892,10 @@
817892
"@babel/types" "^7.4.4"
818893
esutils "^2.0.2"
819894

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==
824899
dependencies:
825900
find-cache-dir "^2.0.0"
826901
lodash "^4.17.19"
@@ -859,6 +934,21 @@
859934
globals "^11.1.0"
860935
lodash "^4.17.19"
861936

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+
862952
"@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":
863953
version "7.12.7"
864954
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
@@ -868,6 +958,15 @@
868958
lodash "^4.17.19"
869959
to-fast-properties "^2.0.0"
870960

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+
871970
"@concordance/react@^2.0.0":
872971
version "2.0.0"
873972
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:
15501649
dependencies:
15511650
fill-range "^7.0.1"
15521651

1553-
browserslist@^4.14.5, browserslist@^4.15.0:
1652+
browserslist@^4.14.5:
15541653
version "4.15.0"
15551654
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.15.0.tgz#3d48bbca6a3f378e86102ffd017d9a03f122bdb0"
15561655
integrity sha512-IJ1iysdMkGmjjYeRlDU8PQejVwxvVO5QOfXH7ylW31GO6LwNRSmm/SgRXtNsEXqMLl2e+2H5eEJ7sfynF8TCaQ==
@@ -1561,6 +1660,17 @@ browserslist@^4.14.5, browserslist@^4.15.0:
15611660
escalade "^3.1.1"
15621661
node-releases "^1.1.67"
15631662

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+
15641674
buffer-from@^1.0.0:
15651675
version "1.1.1"
15661676
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
@@ -1677,6 +1787,11 @@ caniuse-lite@^1.0.30001164:
16771787
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001165.tgz#32955490d2f60290bb186bb754f2981917fa744f"
16781788
integrity sha512-8cEsSMwXfx7lWSUMA2s08z9dIgsnR5NAqjXP23stdsU3AUWkCr/rr4s4OFtHXn5XXr6+7kam3QFVoYyXNPdJPA==
16791789

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+
16801795
caseless@~0.12.0:
16811796
version "0.12.0"
16821797
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -2034,12 +2149,12 @@ copy-descriptor@^0.1.0:
20342149
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
20352150
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
20362151

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==
20412156
dependencies:
2042-
browserslist "^4.15.0"
2157+
browserslist "^4.16.0"
20432158
semver "7.0.0"
20442159

20452160
core-js@^2.0.0, core-js@^2.4.0:
@@ -2395,6 +2510,11 @@ electron-to-chromium@^1.3.612:
23952510
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.617.tgz#4192fa4db846c6ad51fffe3a06e71727e9699a74"
23962511
integrity sha512-yHXyI0fHnU0oLxdu21otLYpW3qwkbo8EBTpqeS9w14fwNjFy65SG6unrS3Gg+wX1JKWlAFCcNt13fG0nsCo/1A==
23972512

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+
23982518
elegant-spinner@^1.0.1:
23992519
version "1.0.1"
24002520
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"

0 commit comments

Comments
 (0)