Skip to content

Commit e16e3c7

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.16.7
1 parent 2928be1 commit e16e3c7

File tree

2 files changed

+163
-66
lines changed

2 files changed

+163
-66
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"vuex-module-decorators": "1.2.0"
3737
},
3838
"devDependencies": {
39-
"@babel/core": "7.16.5",
40-
"@babel/runtime-corejs3": "7.16.5",
39+
"@babel/core": "7.16.7",
40+
"@babel/runtime-corejs3": "7.16.7",
4141
"@nuxt/types": "2.15.8",
4242
"@nuxt/typescript-build": "2.1.0",
4343
"@nuxtjs/axios": "5.13.6",

yarn.lock

Lines changed: 161 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,32 @@
1616
dependencies:
1717
"@babel/highlight" "^7.16.0"
1818

19+
"@babel/code-frame@^7.16.7":
20+
version "7.16.7"
21+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
22+
integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
23+
dependencies:
24+
"@babel/highlight" "^7.16.7"
25+
1926
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.0", "@babel/compat-data@^7.16.0", "@babel/compat-data@^7.16.4":
2027
version "7.16.4"
2128
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
2229
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
2330

24-
"@babel/[email protected].5":
25-
version "7.16.5"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.5.tgz#924aa9e1ae56e1e55f7184c8bf073a50d8677f5c"
27-
integrity sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ==
28-
dependencies:
29-
"@babel/code-frame" "^7.16.0"
30-
"@babel/generator" "^7.16.5"
31-
"@babel/helper-compilation-targets" "^7.16.3"
32-
"@babel/helper-module-transforms" "^7.16.5"
33-
"@babel/helpers" "^7.16.5"
34-
"@babel/parser" "^7.16.5"
35-
"@babel/template" "^7.16.0"
36-
"@babel/traverse" "^7.16.5"
37-
"@babel/types" "^7.16.0"
31+
"@babel/[email protected].7":
32+
version "7.16.7"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
34+
integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
35+
dependencies:
36+
"@babel/code-frame" "^7.16.7"
37+
"@babel/generator" "^7.16.7"
38+
"@babel/helper-compilation-targets" "^7.16.7"
39+
"@babel/helper-module-transforms" "^7.16.7"
40+
"@babel/helpers" "^7.16.7"
41+
"@babel/parser" "^7.16.7"
42+
"@babel/template" "^7.16.7"
43+
"@babel/traverse" "^7.16.7"
44+
"@babel/types" "^7.16.7"
3845
convert-source-map "^1.7.0"
3946
debug "^4.1.0"
4047
gensync "^1.0.0-beta.2"
@@ -81,12 +88,12 @@
8188
jsesc "^2.5.1"
8289
source-map "^0.5.0"
8390

84-
"@babel/generator@^7.16.5":
85-
version "7.16.5"
86-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.5.tgz#26e1192eb8f78e0a3acaf3eede3c6fc96d22bedf"
87-
integrity sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==
91+
"@babel/generator@^7.16.7":
92+
version "7.16.7"
93+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.7.tgz#b42bf46a3079fa65e1544135f32e7958f048adbb"
94+
integrity sha512-/ST3Sg8MLGY5HVYmrjOgL60ENux/HfO/CsUh7y4MalThufhE/Ff/6EibFDHi4jiDCaWfJKoqbE6oTh21c5hrRg==
8895
dependencies:
89-
"@babel/types" "^7.16.0"
96+
"@babel/types" "^7.16.7"
9097
jsesc "^2.5.1"
9198
source-map "^0.5.0"
9299

@@ -115,6 +122,16 @@
115122
browserslist "^4.17.5"
116123
semver "^6.3.0"
117124

125+
"@babel/helper-compilation-targets@^7.16.7":
126+
version "7.16.7"
127+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b"
128+
integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==
129+
dependencies:
130+
"@babel/compat-data" "^7.16.4"
131+
"@babel/helper-validator-option" "^7.16.7"
132+
browserslist "^4.17.5"
133+
semver "^6.3.0"
134+
118135
"@babel/helper-create-class-features-plugin@^7.16.0":
119136
version "7.16.0"
120137
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.0.tgz#090d4d166b342a03a9fec37ef4fd5aeb9c7c6a4b"
@@ -149,12 +166,12 @@
149166
resolve "^1.14.2"
150167
semver "^6.1.2"
151168

152-
"@babel/helper-environment-visitor@^7.16.5":
153-
version "7.16.5"
154-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.5.tgz#f6a7f38b3c6d8b07c88faea083c46c09ef5451b8"
155-
integrity sha512-ODQyc5AnxmZWm/R2W7fzhamOk1ey8gSguo5SGvF0zcB3uUzRpTRmM/jmLSm9bDMyPlvbyJ+PwPEK0BWIoZ9wjg==
169+
"@babel/helper-environment-visitor@^7.16.7":
170+
version "7.16.7"
171+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7"
172+
integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==
156173
dependencies:
157-
"@babel/types" "^7.16.0"
174+
"@babel/types" "^7.16.7"
158175

159176
"@babel/helper-explode-assignable-expression@^7.16.0":
160177
version "7.16.0"
@@ -172,20 +189,43 @@
172189
"@babel/template" "^7.16.0"
173190
"@babel/types" "^7.16.0"
174191

192+
"@babel/helper-function-name@^7.16.7":
193+
version "7.16.7"
194+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f"
195+
integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==
196+
dependencies:
197+
"@babel/helper-get-function-arity" "^7.16.7"
198+
"@babel/template" "^7.16.7"
199+
"@babel/types" "^7.16.7"
200+
175201
"@babel/helper-get-function-arity@^7.16.0":
176202
version "7.16.0"
177203
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa"
178204
integrity sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==
179205
dependencies:
180206
"@babel/types" "^7.16.0"
181207

208+
"@babel/helper-get-function-arity@^7.16.7":
209+
version "7.16.7"
210+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
211+
integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
212+
dependencies:
213+
"@babel/types" "^7.16.7"
214+
182215
"@babel/helper-hoist-variables@^7.16.0":
183216
version "7.16.0"
184217
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz#4c9023c2f1def7e28ff46fc1dbcd36a39beaa81a"
185218
integrity sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==
186219
dependencies:
187220
"@babel/types" "^7.16.0"
188221

222+
"@babel/helper-hoist-variables@^7.16.7":
223+
version "7.16.7"
224+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
225+
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
226+
dependencies:
227+
"@babel/types" "^7.16.7"
228+
189229
"@babel/helper-member-expression-to-functions@^7.16.0":
190230
version "7.16.0"
191231
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz#29287040efd197c77636ef75188e81da8bccd5a4"
@@ -200,6 +240,13 @@
200240
dependencies:
201241
"@babel/types" "^7.16.0"
202242

243+
"@babel/helper-module-imports@^7.16.7":
244+
version "7.16.7"
245+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
246+
integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
247+
dependencies:
248+
"@babel/types" "^7.16.7"
249+
203250
"@babel/helper-module-transforms@^7.16.0":
204251
version "7.16.0"
205252
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.0.tgz#1c82a8dd4cb34577502ebd2909699b194c3e9bb5"
@@ -214,19 +261,19 @@
214261
"@babel/traverse" "^7.16.0"
215262
"@babel/types" "^7.16.0"
216263

217-
"@babel/helper-module-transforms@^7.16.5":
218-
version "7.16.5"
219-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.5.tgz#530ebf6ea87b500f60840578515adda2af470a29"
220-
integrity sha512-CkvMxgV4ZyyioElFwcuWnDCcNIeyqTkCm9BxXZi73RR1ozqlpboqsbGUNvRTflgZtFbbJ1v5Emvm+lkjMYY/LQ==
264+
"@babel/helper-module-transforms@^7.16.7":
265+
version "7.16.7"
266+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz#7665faeb721a01ca5327ddc6bba15a5cb34b6a41"
267+
integrity sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==
221268
dependencies:
222-
"@babel/helper-environment-visitor" "^7.16.5"
223-
"@babel/helper-module-imports" "^7.16.0"
224-
"@babel/helper-simple-access" "^7.16.0"
225-
"@babel/helper-split-export-declaration" "^7.16.0"
226-
"@babel/helper-validator-identifier" "^7.15.7"
227-
"@babel/template" "^7.16.0"
228-
"@babel/traverse" "^7.16.5"
229-
"@babel/types" "^7.16.0"
269+
"@babel/helper-environment-visitor" "^7.16.7"
270+
"@babel/helper-module-imports" "^7.16.7"
271+
"@babel/helper-simple-access" "^7.16.7"
272+
"@babel/helper-split-export-declaration" "^7.16.7"
273+
"@babel/helper-validator-identifier" "^7.16.7"
274+
"@babel/template" "^7.16.7"
275+
"@babel/traverse" "^7.16.7"
276+
"@babel/types" "^7.16.7"
230277

231278
"@babel/helper-optimise-call-expression@^7.16.0":
232279
version "7.16.0"
@@ -266,6 +313,13 @@
266313
dependencies:
267314
"@babel/types" "^7.16.0"
268315

316+
"@babel/helper-simple-access@^7.16.7":
317+
version "7.16.7"
318+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz#d656654b9ea08dbb9659b69d61063ccd343ff0f7"
319+
integrity sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==
320+
dependencies:
321+
"@babel/types" "^7.16.7"
322+
269323
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
270324
version "7.16.0"
271325
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
@@ -280,16 +334,33 @@
280334
dependencies:
281335
"@babel/types" "^7.16.0"
282336

337+
"@babel/helper-split-export-declaration@^7.16.7":
338+
version "7.16.7"
339+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b"
340+
integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==
341+
dependencies:
342+
"@babel/types" "^7.16.7"
343+
283344
"@babel/helper-validator-identifier@^7.15.7":
284345
version "7.15.7"
285346
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
286347
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
287348

349+
"@babel/helper-validator-identifier@^7.16.7":
350+
version "7.16.7"
351+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
352+
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
353+
288354
"@babel/helper-validator-option@^7.14.5":
289355
version "7.14.5"
290356
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
291357
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
292358

359+
"@babel/helper-validator-option@^7.16.7":
360+
version "7.16.7"
361+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
362+
integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
363+
293364
"@babel/helper-wrap-function@^7.16.0":
294365
version "7.16.0"
295366
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.0.tgz#b3cf318afce774dfe75b86767cd6d68f3482e57c"
@@ -309,14 +380,14 @@
309380
"@babel/traverse" "^7.16.3"
310381
"@babel/types" "^7.16.0"
311382

312-
"@babel/helpers@^7.16.5":
313-
version "7.16.5"
314-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.5.tgz#29a052d4b827846dd76ece16f565b9634c554ebd"
315-
integrity sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw==
383+
"@babel/helpers@^7.16.7":
384+
version "7.16.7"
385+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.7.tgz#7e3504d708d50344112767c3542fc5e357fffefc"
386+
integrity sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw==
316387
dependencies:
317-
"@babel/template" "^7.16.0"
318-
"@babel/traverse" "^7.16.5"
319-
"@babel/types" "^7.16.0"
388+
"@babel/template" "^7.16.7"
389+
"@babel/traverse" "^7.16.7"
390+
"@babel/types" "^7.16.7"
320391

321392
"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.0":
322393
version "7.16.0"
@@ -327,15 +398,24 @@
327398
chalk "^2.0.0"
328399
js-tokens "^4.0.0"
329400

401+
"@babel/highlight@^7.16.7":
402+
version "7.16.7"
403+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.7.tgz#81a01d7d675046f0d96f82450d9d9578bdfd6b0b"
404+
integrity sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==
405+
dependencies:
406+
"@babel/helper-validator-identifier" "^7.16.7"
407+
chalk "^2.0.0"
408+
js-tokens "^4.0.0"
409+
330410
"@babel/parser@^7.1.0", "@babel/parser@^7.16.0", "@babel/parser@^7.16.3", "@babel/parser@^7.7.0":
331411
version "7.16.4"
332412
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e"
333413
integrity sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==
334414

335-
"@babel/parser@^7.16.5":
336-
version "7.16.5"
337-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.5.tgz#beb3af702e54d24796341ab9420fb329131ad658"
338-
integrity sha512-+Ce7T5iPNWzfu9C1aB5tN3Lyafs5xb3Ic7vBWyZL2KXT3QSdD1dD3CvgOzPmQKoNNRt6uauc0XwNJTQtXC2/Mw==
415+
"@babel/parser@^7.16.7":
416+
version "7.16.7"
417+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"
418+
integrity sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA==
339419

340420
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
341421
version "7.16.2"
@@ -953,10 +1033,10 @@
9531033
"@babel/types" "^7.4.4"
9541034
esutils "^2.0.2"
9551035

956-
"@babel/[email protected].5":
957-
version "7.16.5"
958-
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.16.5.tgz#9057d879720c136193f0440bc400088212a74894"
959-
integrity sha512-F1pMwvTiUNSAM8mc45kccMQxj31x3y3P+tA/X8hKNWp3/hUsxdGxZ3D3H8JIkxtfA8qGkaBTKvcmvStaYseAFw==
1036+
"@babel/[email protected].7":
1037+
version "7.16.7"
1038+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.16.7.tgz#a762745fe8b4d61a26444a9151e6586d36044dde"
1039+
integrity sha512-MiYR1yk8+TW/CpOD0CyX7ve9ffWTKqLk/L6pk8TPl0R8pNi+1pFY8fH9yET55KlvukQ4PAWfXsGr2YHVjcI4Pw==
9601040
dependencies:
9611041
core-js-pure "^3.19.0"
9621042
regenerator-runtime "^0.13.4"
@@ -977,6 +1057,15 @@
9771057
"@babel/parser" "^7.16.0"
9781058
"@babel/types" "^7.16.0"
9791059

1060+
"@babel/template@^7.16.7":
1061+
version "7.16.7"
1062+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
1063+
integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==
1064+
dependencies:
1065+
"@babel/code-frame" "^7.16.7"
1066+
"@babel/parser" "^7.16.7"
1067+
"@babel/types" "^7.16.7"
1068+
9801069
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3", "@babel/traverse@^7.7.0":
9811070
version "7.16.3"
9821071
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.3.tgz#f63e8a938cc1b780f66d9ed3c54f532ca2d14787"
@@ -992,19 +1081,19 @@
9921081
debug "^4.1.0"
9931082
globals "^11.1.0"
9941083

995-
"@babel/traverse@^7.16.5":
996-
version "7.16.5"
997-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.5.tgz#d7d400a8229c714a59b87624fc67b0f1fbd4b2b3"
998-
integrity sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ==
999-
dependencies:
1000-
"@babel/code-frame" "^7.16.0"
1001-
"@babel/generator" "^7.16.5"
1002-
"@babel/helper-environment-visitor" "^7.16.5"
1003-
"@babel/helper-function-name" "^7.16.0"
1004-
"@babel/helper-hoist-variables" "^7.16.0"
1005-
"@babel/helper-split-export-declaration" "^7.16.0"
1006-
"@babel/parser" "^7.16.5"
1007-
"@babel/types" "^7.16.0"
1084+
"@babel/traverse@^7.16.7":
1085+
version "7.16.7"
1086+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76"
1087+
integrity sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ==
1088+
dependencies:
1089+
"@babel/code-frame" "^7.16.7"
1090+
"@babel/generator" "^7.16.7"
1091+
"@babel/helper-environment-visitor" "^7.16.7"
1092+
"@babel/helper-function-name" "^7.16.7"
1093+
"@babel/helper-hoist-variables" "^7.16.7"
1094+
"@babel/helper-split-export-declaration" "^7.16.7"
1095+
"@babel/parser" "^7.16.7"
1096+
"@babel/types" "^7.16.7"
10081097
debug "^4.1.0"
10091098
globals "^11.1.0"
10101099

@@ -1016,6 +1105,14 @@
10161105
"@babel/helper-validator-identifier" "^7.15.7"
10171106
to-fast-properties "^2.0.0"
10181107

1108+
"@babel/types@^7.16.7":
1109+
version "7.16.7"
1110+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.7.tgz#4ed19d51f840ed4bd5645be6ce40775fecf03159"
1111+
integrity sha512-E8HuV7FO9qLpx6OtoGfUQ2cjIYnbFwvZWYBS+87EwtdMvmUPJSwykpovFB+8insbpF0uJcpr8KMUi64XZntZcg==
1112+
dependencies:
1113+
"@babel/helper-validator-identifier" "^7.16.7"
1114+
to-fast-properties "^2.0.0"
1115+
10191116
"@csstools/convert-colors@^1.4.0":
10201117
version "1.4.0"
10211118
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"

0 commit comments

Comments
 (0)