Skip to content

Commit 2f21ca5

Browse files
chore(deps-dev): bump @babel/core from 7.14.3 to 7.14.5 (#224)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.3 to 7.14.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.5/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a70739 commit 2f21ca5

File tree

1 file changed

+154
-81
lines changed

1 file changed

+154
-81
lines changed

yarn.lock

Lines changed: 154 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,37 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13":
13-
version "7.12.13"
14-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
15-
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
12+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.14.5":
13+
version "7.14.5"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
15+
integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
1616
dependencies:
17-
"@babel/highlight" "^7.12.13"
17+
"@babel/highlight" "^7.14.5"
1818

1919
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.4":
2020
version "7.14.4"
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58"
2222
integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==
2323

24+
"@babel/compat-data@^7.14.5":
25+
version "7.14.5"
26+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
27+
integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
28+
2429
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
25-
version "7.14.3"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38"
27-
integrity sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==
28-
dependencies:
29-
"@babel/code-frame" "^7.12.13"
30-
"@babel/generator" "^7.14.3"
31-
"@babel/helper-compilation-targets" "^7.13.16"
32-
"@babel/helper-module-transforms" "^7.14.2"
33-
"@babel/helpers" "^7.14.0"
34-
"@babel/parser" "^7.14.3"
35-
"@babel/template" "^7.12.13"
36-
"@babel/traverse" "^7.14.2"
37-
"@babel/types" "^7.14.2"
30+
version "7.14.5"
31+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.5.tgz#d281f46a9905f07d1b3bf71ead54d9c7d89cb1e3"
32+
integrity sha512-RN/AwP2DJmQTZSfiDaD+JQQ/J99KsIpOCfBE5pL+5jJSt7nI3nYGoAXZu+ffYSQ029NLs2DstZb+eR81uuARgg==
33+
dependencies:
34+
"@babel/code-frame" "^7.14.5"
35+
"@babel/generator" "^7.14.5"
36+
"@babel/helper-compilation-targets" "^7.14.5"
37+
"@babel/helper-module-transforms" "^7.14.5"
38+
"@babel/helpers" "^7.14.5"
39+
"@babel/parser" "^7.14.5"
40+
"@babel/template" "^7.14.5"
41+
"@babel/traverse" "^7.14.5"
42+
"@babel/types" "^7.14.5"
3843
convert-source-map "^1.7.0"
3944
debug "^4.1.0"
4045
gensync "^1.0.0-beta.2"
@@ -51,12 +56,12 @@
5156
eslint-visitor-keys "^2.1.0"
5257
semver "^6.3.0"
5358

54-
"@babel/generator@^7.14.2", "@babel/generator@^7.14.3":
55-
version "7.14.3"
56-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91"
57-
integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==
59+
"@babel/generator@^7.14.5":
60+
version "7.14.5"
61+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785"
62+
integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==
5863
dependencies:
59-
"@babel/types" "^7.14.2"
64+
"@babel/types" "^7.14.5"
6065
jsesc "^2.5.1"
6166
source-map "^0.5.0"
6267

@@ -75,13 +80,13 @@
7580
"@babel/helper-explode-assignable-expression" "^7.12.13"
7681
"@babel/types" "^7.12.13"
7782

78-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.14.4":
79-
version "7.14.4"
80-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516"
81-
integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==
83+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.4", "@babel/helper-compilation-targets@^7.14.5":
84+
version "7.14.5"
85+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
86+
integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==
8287
dependencies:
83-
"@babel/compat-data" "^7.14.4"
84-
"@babel/helper-validator-option" "^7.12.17"
88+
"@babel/compat-data" "^7.14.5"
89+
"@babel/helper-validator-option" "^7.14.5"
8590
browserslist "^4.16.6"
8691
semver "^6.3.0"
8792

@@ -147,13 +152,29 @@
147152
"@babel/template" "^7.12.13"
148153
"@babel/types" "^7.14.2"
149154

155+
"@babel/helper-function-name@^7.14.5":
156+
version "7.14.5"
157+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
158+
integrity sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==
159+
dependencies:
160+
"@babel/helper-get-function-arity" "^7.14.5"
161+
"@babel/template" "^7.14.5"
162+
"@babel/types" "^7.14.5"
163+
150164
"@babel/helper-get-function-arity@^7.12.13":
151165
version "7.12.13"
152166
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
153167
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
154168
dependencies:
155169
"@babel/types" "^7.12.13"
156170

171+
"@babel/helper-get-function-arity@^7.14.5":
172+
version "7.14.5"
173+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
174+
integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==
175+
dependencies:
176+
"@babel/types" "^7.14.5"
177+
157178
"@babel/helper-hoist-variables@^7.13.0":
158179
version "7.13.0"
159180
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.0.tgz#5d5882e855b5c5eda91e0cadc26c6e7a2c8593d8"
@@ -162,33 +183,47 @@
162183
"@babel/traverse" "^7.13.0"
163184
"@babel/types" "^7.13.0"
164185

186+
"@babel/helper-hoist-variables@^7.14.5":
187+
version "7.14.5"
188+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"
189+
integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==
190+
dependencies:
191+
"@babel/types" "^7.14.5"
192+
165193
"@babel/helper-member-expression-to-functions@^7.13.12":
166194
version "7.13.12"
167195
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
168196
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
169197
dependencies:
170198
"@babel/types" "^7.13.12"
171199

200+
"@babel/helper-member-expression-to-functions@^7.14.5":
201+
version "7.14.5"
202+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
203+
integrity sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ==
204+
dependencies:
205+
"@babel/types" "^7.14.5"
206+
172207
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12", "@babel/helper-module-imports@^7.14.5":
173208
version "7.14.5"
174209
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
175210
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
176211
dependencies:
177212
"@babel/types" "^7.14.5"
178213

179-
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.14.2":
180-
version "7.14.2"
181-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5"
182-
integrity sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==
214+
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.14.2", "@babel/helper-module-transforms@^7.14.5":
215+
version "7.14.5"
216+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e"
217+
integrity sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA==
183218
dependencies:
184-
"@babel/helper-module-imports" "^7.13.12"
185-
"@babel/helper-replace-supers" "^7.13.12"
186-
"@babel/helper-simple-access" "^7.13.12"
187-
"@babel/helper-split-export-declaration" "^7.12.13"
188-
"@babel/helper-validator-identifier" "^7.14.0"
189-
"@babel/template" "^7.12.13"
190-
"@babel/traverse" "^7.14.2"
191-
"@babel/types" "^7.14.2"
219+
"@babel/helper-module-imports" "^7.14.5"
220+
"@babel/helper-replace-supers" "^7.14.5"
221+
"@babel/helper-simple-access" "^7.14.5"
222+
"@babel/helper-split-export-declaration" "^7.14.5"
223+
"@babel/helper-validator-identifier" "^7.14.5"
224+
"@babel/template" "^7.14.5"
225+
"@babel/traverse" "^7.14.5"
226+
"@babel/types" "^7.14.5"
192227

193228
"@babel/helper-optimise-call-expression@^7.12.13":
194229
version "7.12.13"
@@ -197,6 +232,13 @@
197232
dependencies:
198233
"@babel/types" "^7.12.13"
199234

235+
"@babel/helper-optimise-call-expression@^7.14.5":
236+
version "7.14.5"
237+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
238+
integrity sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==
239+
dependencies:
240+
"@babel/types" "^7.14.5"
241+
200242
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
201243
version "7.14.5"
202244
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
@@ -231,13 +273,30 @@
231273
"@babel/traverse" "^7.14.2"
232274
"@babel/types" "^7.14.4"
233275

276+
"@babel/helper-replace-supers@^7.14.5":
277+
version "7.14.5"
278+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
279+
integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==
280+
dependencies:
281+
"@babel/helper-member-expression-to-functions" "^7.14.5"
282+
"@babel/helper-optimise-call-expression" "^7.14.5"
283+
"@babel/traverse" "^7.14.5"
284+
"@babel/types" "^7.14.5"
285+
234286
"@babel/helper-simple-access@^7.13.12":
235287
version "7.13.12"
236288
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
237289
integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==
238290
dependencies:
239291
"@babel/types" "^7.13.12"
240292

293+
"@babel/helper-simple-access@^7.14.5":
294+
version "7.14.5"
295+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
296+
integrity sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw==
297+
dependencies:
298+
"@babel/types" "^7.14.5"
299+
241300
"@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
242301
version "7.12.1"
243302
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
@@ -252,7 +311,14 @@
252311
dependencies:
253312
"@babel/types" "^7.12.13"
254313

255-
"@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.0":
314+
"@babel/helper-split-export-declaration@^7.14.5":
315+
version "7.14.5"
316+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
317+
integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==
318+
dependencies:
319+
"@babel/types" "^7.14.5"
320+
321+
"@babel/helper-validator-identifier@^7.12.11":
256322
version "7.14.0"
257323
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
258324
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
@@ -267,6 +333,11 @@
267333
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
268334
integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
269335

336+
"@babel/helper-validator-option@^7.14.5":
337+
version "7.14.5"
338+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
339+
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
340+
270341
"@babel/helper-wrap-function@^7.13.0":
271342
version "7.13.0"
272343
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.13.0.tgz#bdb5c66fda8526ec235ab894ad53a1235c79fcc4"
@@ -277,16 +348,16 @@
277348
"@babel/traverse" "^7.13.0"
278349
"@babel/types" "^7.13.0"
279350

280-
"@babel/helpers@^7.14.0":
281-
version "7.14.0"
282-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62"
283-
integrity sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==
351+
"@babel/helpers@^7.14.5":
352+
version "7.14.5"
353+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.5.tgz#4870f8d9a6fdbbd65e5674a3558b4ff7fef0d9b2"
354+
integrity sha512-xtcWOuN9VL6nApgVHtq3PPcQv5qFBJzoSZzJ/2c0QK/IP/gxVcoWSNQwFEGvmbQsuS9rhYqjILDGGXcTkA705Q==
284355
dependencies:
285-
"@babel/template" "^7.12.13"
286-
"@babel/traverse" "^7.14.0"
287-
"@babel/types" "^7.14.0"
356+
"@babel/template" "^7.14.5"
357+
"@babel/traverse" "^7.14.5"
358+
"@babel/types" "^7.14.5"
288359

289-
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
360+
"@babel/highlight@^7.10.4":
290361
version "7.12.13"
291362
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
292363
integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==
@@ -295,10 +366,19 @@
295366
chalk "^2.0.0"
296367
js-tokens "^4.0.0"
297368

298-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3":
299-
version "7.14.3"
300-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.3.tgz#9b530eecb071fd0c93519df25c5ff9f14759f298"
301-
integrity sha512-7MpZDIfI7sUC5zWo2+foJ50CSI5lcqDehZ0lVgIhSi4bFEk94fLAKlF3Q0nzSQQ+ca0lm+O6G9ztKVBeu8PMRQ==
369+
"@babel/highlight@^7.14.5":
370+
version "7.14.5"
371+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
372+
integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
373+
dependencies:
374+
"@babel/helper-validator-identifier" "^7.14.5"
375+
chalk "^2.0.0"
376+
js-tokens "^4.0.0"
377+
378+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5":
379+
version "7.14.5"
380+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
381+
integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
302382

303383
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
304384
version "7.13.12"
@@ -966,38 +1046,31 @@
9661046
dependencies:
9671047
regenerator-runtime "^0.13.4"
9681048

969-
"@babel/template@^7.12.13", "@babel/template@^7.3.3":
970-
version "7.12.13"
971-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
972-
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
1049+
"@babel/template@^7.12.13", "@babel/template@^7.14.5", "@babel/template@^7.3.3":
1050+
version "7.14.5"
1051+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
1052+
integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
9731053
dependencies:
974-
"@babel/code-frame" "^7.12.13"
975-
"@babel/parser" "^7.12.13"
976-
"@babel/types" "^7.12.13"
1054+
"@babel/code-frame" "^7.14.5"
1055+
"@babel/parser" "^7.14.5"
1056+
"@babel/types" "^7.14.5"
9771057

978-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2":
979-
version "7.14.2"
980-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
981-
integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==
982-
dependencies:
983-
"@babel/code-frame" "^7.12.13"
984-
"@babel/generator" "^7.14.2"
985-
"@babel/helper-function-name" "^7.14.2"
986-
"@babel/helper-split-export-declaration" "^7.12.13"
987-
"@babel/parser" "^7.14.2"
988-
"@babel/types" "^7.14.2"
1058+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.2", "@babel/traverse@^7.14.5":
1059+
version "7.14.5"
1060+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870"
1061+
integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==
1062+
dependencies:
1063+
"@babel/code-frame" "^7.14.5"
1064+
"@babel/generator" "^7.14.5"
1065+
"@babel/helper-function-name" "^7.14.5"
1066+
"@babel/helper-hoist-variables" "^7.14.5"
1067+
"@babel/helper-split-export-declaration" "^7.14.5"
1068+
"@babel/parser" "^7.14.5"
1069+
"@babel/types" "^7.14.5"
9891070
debug "^4.1.0"
9901071
globals "^11.1.0"
9911072

992-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.14.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
993-
version "7.14.4"
994-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0"
995-
integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==
996-
dependencies:
997-
"@babel/helper-validator-identifier" "^7.14.0"
998-
to-fast-properties "^2.0.0"
999-
1000-
"@babel/types@^7.14.5":
1073+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.2", "@babel/types@^7.14.4", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10011074
version "7.14.5"
10021075
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
10031076
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==

0 commit comments

Comments
 (0)