Skip to content

Commit eb2b52f

Browse files
chore(deps): bump @babel/plugin-proposal-class-properties
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.13.0 to 7.16.7. - [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.16.7/packages/babel-plugin-proposal-class-properties) --- updated-dependencies: - dependency-name: "@babel/plugin-proposal-class-properties" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7fbfda8 commit eb2b52f

File tree

3 files changed

+160
-22
lines changed

3 files changed

+160
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/cli": "7.14.3",
1111
"@babel/core": "7.14.0",
1212
"@babel/node": "7.14.9",
13-
"@babel/plugin-proposal-class-properties": "7.13.0",
13+
"@babel/plugin-proposal-class-properties": "7.16.7",
1414
"@babel/plugin-proposal-export-default-from": "7.12.13",
1515
"@babel/plugin-proposal-export-namespace-from": "7.12.13",
1616
"@babel/plugin-transform-flow-strip-types": "7.13.0",

packages/babel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@babel/cli": "7.14.3",
88
"@babel/core": "7.14.0",
99
"@babel/node": "7.14.9",
10-
"@babel/plugin-proposal-class-properties": "7.13.0",
10+
"@babel/plugin-proposal-class-properties": "7.16.7",
1111
"@babel/plugin-proposal-export-default-from": "7.12.13",
1212
"@babel/plugin-proposal-export-namespace-from": "7.12.13",
1313
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",

yarn.lock

+158-20
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@
6363
dependencies:
6464
"@babel/highlight" "^7.12.13"
6565

66+
"@babel/code-frame@^7.16.7":
67+
version "7.16.7"
68+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
69+
integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
70+
dependencies:
71+
"@babel/highlight" "^7.16.7"
72+
6673
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.13.8", "@babel/compat-data@^7.14.0":
6774
version "7.14.0"
6875
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
@@ -98,13 +105,29 @@
98105
jsesc "^2.5.1"
99106
source-map "^0.5.0"
100107

108+
"@babel/generator@^7.16.7":
109+
version "7.16.7"
110+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.7.tgz#b42bf46a3079fa65e1544135f32e7958f048adbb"
111+
integrity sha512-/ST3Sg8MLGY5HVYmrjOgL60ENux/HfO/CsUh7y4MalThufhE/Ff/6EibFDHi4jiDCaWfJKoqbE6oTh21c5hrRg==
112+
dependencies:
113+
"@babel/types" "^7.16.7"
114+
jsesc "^2.5.1"
115+
source-map "^0.5.0"
116+
101117
"@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13":
102118
version "7.12.13"
103119
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
104120
integrity sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==
105121
dependencies:
106122
"@babel/types" "^7.12.13"
107123

124+
"@babel/helper-annotate-as-pure@^7.16.7":
125+
version "7.16.7"
126+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
127+
integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==
128+
dependencies:
129+
"@babel/types" "^7.16.7"
130+
108131
"@babel/helper-builder-binary-assignment-operator-visitor@^7.12.13":
109132
version "7.12.13"
110133
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz#6bc20361c88b0a74d05137a65cac8d3cbf6f61fc"
@@ -123,17 +146,18 @@
123146
browserslist "^4.14.5"
124147
semver "^6.3.0"
125148

126-
"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0":
127-
version "7.14.1"
128-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.1.tgz#1fe11b376f3c41650ad9fedc665b0068722ea76c"
129-
integrity sha512-r8rsUahG4ywm0QpGcCrLaUSOuNAISR3IZCg4Fx05Ozq31aCUrQsTLH6KPxy0N5ULoQ4Sn9qjNdGNtbPWAC6hYg==
149+
"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0", "@babel/helper-create-class-features-plugin@^7.16.7":
150+
version "7.16.7"
151+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz#9c5b34b53a01f2097daf10678d65135c1b9f84ba"
152+
integrity sha512-kIFozAvVfK05DM4EVQYKK+zteWvY85BFdGBRQBytRyY3y+6PX0DkDOn/CZ3lEuczCfrCxEzwt0YtP/87YPTWSw==
130153
dependencies:
131-
"@babel/helper-annotate-as-pure" "^7.12.13"
132-
"@babel/helper-function-name" "^7.12.13"
133-
"@babel/helper-member-expression-to-functions" "^7.13.12"
134-
"@babel/helper-optimise-call-expression" "^7.12.13"
135-
"@babel/helper-replace-supers" "^7.13.12"
136-
"@babel/helper-split-export-declaration" "^7.12.13"
154+
"@babel/helper-annotate-as-pure" "^7.16.7"
155+
"@babel/helper-environment-visitor" "^7.16.7"
156+
"@babel/helper-function-name" "^7.16.7"
157+
"@babel/helper-member-expression-to-functions" "^7.16.7"
158+
"@babel/helper-optimise-call-expression" "^7.16.7"
159+
"@babel/helper-replace-supers" "^7.16.7"
160+
"@babel/helper-split-export-declaration" "^7.16.7"
137161

138162
"@babel/helper-create-regexp-features-plugin@^7.12.13":
139163
version "7.12.17"
@@ -157,6 +181,13 @@
157181
resolve "^1.14.2"
158182
semver "^6.1.2"
159183

184+
"@babel/helper-environment-visitor@^7.16.7":
185+
version "7.16.7"
186+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7"
187+
integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==
188+
dependencies:
189+
"@babel/types" "^7.16.7"
190+
160191
"@babel/helper-explode-assignable-expression@^7.12.13":
161192
version "7.13.0"
162193
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.13.0.tgz#17b5c59ff473d9f956f40ef570cf3a76ca12657f"
@@ -173,13 +204,29 @@
173204
"@babel/template" "^7.12.13"
174205
"@babel/types" "^7.12.13"
175206

207+
"@babel/helper-function-name@^7.16.7":
208+
version "7.16.7"
209+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f"
210+
integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==
211+
dependencies:
212+
"@babel/helper-get-function-arity" "^7.16.7"
213+
"@babel/template" "^7.16.7"
214+
"@babel/types" "^7.16.7"
215+
176216
"@babel/helper-get-function-arity@^7.12.13":
177217
version "7.12.13"
178218
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
179219
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
180220
dependencies:
181221
"@babel/types" "^7.12.13"
182222

223+
"@babel/helper-get-function-arity@^7.16.7":
224+
version "7.16.7"
225+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
226+
integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
227+
dependencies:
228+
"@babel/types" "^7.16.7"
229+
183230
"@babel/helper-hoist-variables@^7.13.0":
184231
version "7.13.16"
185232
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.16.tgz#1b1651249e94b51f8f0d33439843e33e39775b30"
@@ -188,13 +235,27 @@
188235
"@babel/traverse" "^7.13.15"
189236
"@babel/types" "^7.13.16"
190237

238+
"@babel/helper-hoist-variables@^7.16.7":
239+
version "7.16.7"
240+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
241+
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
242+
dependencies:
243+
"@babel/types" "^7.16.7"
244+
191245
"@babel/helper-member-expression-to-functions@^7.13.12":
192246
version "7.13.12"
193247
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
194248
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
195249
dependencies:
196250
"@babel/types" "^7.13.12"
197251

252+
"@babel/helper-member-expression-to-functions@^7.16.7":
253+
version "7.16.7"
254+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0"
255+
integrity sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==
256+
dependencies:
257+
"@babel/types" "^7.16.7"
258+
198259
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12":
199260
version "7.13.12"
200261
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
@@ -223,10 +284,17 @@
223284
dependencies:
224285
"@babel/types" "^7.12.13"
225286

226-
"@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":
227-
version "7.14.5"
228-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
229-
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
287+
"@babel/helper-optimise-call-expression@^7.16.7":
288+
version "7.16.7"
289+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2"
290+
integrity sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==
291+
dependencies:
292+
"@babel/types" "^7.16.7"
293+
294+
"@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.16.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
295+
version "7.16.7"
296+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5"
297+
integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==
230298

231299
"@babel/helper-remap-async-to-generator@^7.13.0":
232300
version "7.13.0"
@@ -247,6 +315,17 @@
247315
"@babel/traverse" "^7.13.0"
248316
"@babel/types" "^7.13.12"
249317

318+
"@babel/helper-replace-supers@^7.16.7":
319+
version "7.16.7"
320+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz#e9f5f5f32ac90429c1a4bdec0f231ef0c2838ab1"
321+
integrity sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==
322+
dependencies:
323+
"@babel/helper-environment-visitor" "^7.16.7"
324+
"@babel/helper-member-expression-to-functions" "^7.16.7"
325+
"@babel/helper-optimise-call-expression" "^7.16.7"
326+
"@babel/traverse" "^7.16.7"
327+
"@babel/types" "^7.16.7"
328+
250329
"@babel/helper-simple-access@^7.13.12":
251330
version "7.13.12"
252331
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
@@ -268,6 +347,13 @@
268347
dependencies:
269348
"@babel/types" "^7.12.13"
270349

350+
"@babel/helper-split-export-declaration@^7.16.7":
351+
version "7.16.7"
352+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b"
353+
integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==
354+
dependencies:
355+
"@babel/types" "^7.16.7"
356+
271357
"@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.0":
272358
version "7.14.0"
273359
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
@@ -278,6 +364,11 @@
278364
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
279365
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
280366

367+
"@babel/helper-validator-identifier@^7.16.7":
368+
version "7.16.7"
369+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
370+
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
371+
281372
"@babel/helper-validator-option@^7.12.17":
282373
version "7.12.17"
283374
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -311,6 +402,15 @@
311402
chalk "^2.0.0"
312403
js-tokens "^4.0.0"
313404

405+
"@babel/highlight@^7.16.7":
406+
version "7.16.7"
407+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.7.tgz#81a01d7d675046f0d96f82450d9d9578bdfd6b0b"
408+
integrity sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==
409+
dependencies:
410+
"@babel/helper-validator-identifier" "^7.16.7"
411+
chalk "^2.0.0"
412+
js-tokens "^4.0.0"
413+
314414
315415
version "7.14.9"
316416
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.14.9.tgz#c15b1c8ecb33c079cb7666c8b4861791150c7aa1"
@@ -328,6 +428,11 @@
328428
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.1.tgz#1bd644b5db3f5797c4479d89ec1817fe02b84c47"
329429
integrity sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==
330430

431+
"@babel/parser@^7.16.7":
432+
version "7.16.7"
433+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"
434+
integrity sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA==
435+
331436
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
332437
version "7.13.12"
333438
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
@@ -346,13 +451,13 @@
346451
"@babel/helper-remap-async-to-generator" "^7.13.0"
347452
"@babel/plugin-syntax-async-generators" "^7.8.4"
348453

349-
"@babel/plugin-proposal-class-properties@7.13.0", "@babel/plugin-proposal-class-properties@^7.13.0":
350-
version "7.13.0"
351-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz#146376000b94efd001e57a40a88a525afaab9f37"
352-
integrity sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg==
454+
"@babel/plugin-proposal-class-properties@7.16.7", "@babel/plugin-proposal-class-properties@^7.13.0":
455+
version "7.16.7"
456+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz#925cad7b3b1a2fcea7e59ecc8eb5954f961f91b0"
457+
integrity sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==
353458
dependencies:
354-
"@babel/helper-create-class-features-plugin" "^7.13.0"
355-
"@babel/helper-plugin-utils" "^7.13.0"
459+
"@babel/helper-create-class-features-plugin" "^7.16.7"
460+
"@babel/helper-plugin-utils" "^7.16.7"
356461

357462
"@babel/plugin-proposal-class-static-block@^7.13.11":
358463
version "7.13.11"
@@ -1072,6 +1177,15 @@
10721177
"@babel/parser" "^7.12.13"
10731178
"@babel/types" "^7.12.13"
10741179

1180+
"@babel/template@^7.16.7":
1181+
version "7.16.7"
1182+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
1183+
integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==
1184+
dependencies:
1185+
"@babel/code-frame" "^7.16.7"
1186+
"@babel/parser" "^7.16.7"
1187+
"@babel/types" "^7.16.7"
1188+
10751189
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.0":
10761190
version "7.14.0"
10771191
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.0.tgz#cea0dc8ae7e2b1dec65f512f39f3483e8cc95aef"
@@ -1086,6 +1200,22 @@
10861200
debug "^4.1.0"
10871201
globals "^11.1.0"
10881202

1203+
"@babel/traverse@^7.16.7":
1204+
version "7.16.7"
1205+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76"
1206+
integrity sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ==
1207+
dependencies:
1208+
"@babel/code-frame" "^7.16.7"
1209+
"@babel/generator" "^7.16.7"
1210+
"@babel/helper-environment-visitor" "^7.16.7"
1211+
"@babel/helper-function-name" "^7.16.7"
1212+
"@babel/helper-hoist-variables" "^7.16.7"
1213+
"@babel/helper-split-export-declaration" "^7.16.7"
1214+
"@babel/parser" "^7.16.7"
1215+
"@babel/types" "^7.16.7"
1216+
debug "^4.1.0"
1217+
globals "^11.1.0"
1218+
10891219
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10901220
version "7.14.9"
10911221
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
@@ -1094,6 +1224,14 @@
10941224
"@babel/helper-validator-identifier" "^7.14.9"
10951225
to-fast-properties "^2.0.0"
10961226

1227+
"@babel/types@^7.16.7":
1228+
version "7.16.7"
1229+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.7.tgz#4ed19d51f840ed4bd5645be6ce40775fecf03159"
1230+
integrity sha512-E8HuV7FO9qLpx6OtoGfUQ2cjIYnbFwvZWYBS+87EwtdMvmUPJSwykpovFB+8insbpF0uJcpr8KMUi64XZntZcg==
1231+
dependencies:
1232+
"@babel/helper-validator-identifier" "^7.16.7"
1233+
to-fast-properties "^2.0.0"
1234+
10971235
"@bcoe/v8-coverage@^0.2.3":
10981236
version "0.2.3"
10991237
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)