Skip to content

Commit 4b96e63

Browse files
build(deps-dev): bump @babel/core from 7.18.5 to 7.18.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.5 to 7.18.6. - [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.18.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61d01d9 commit 4b96e63

File tree

2 files changed

+140
-96
lines changed

2 files changed

+140
-96
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.18.5",
73+
"@babel/core": "^7.18.6",
7474
"@babel/eslint-parser": "^7.18.2",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
7676
"@babel/preset-env": "^7.18.2",

yarn.lock

+139-95
Original file line numberDiff line numberDiff line change
@@ -141,33 +141,38 @@
141141
jsonpointer "^5.0.0"
142142
leven "^3.1.0"
143143

144-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7":
145-
version "7.16.7"
146-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
147-
integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
144+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6":
145+
version "7.18.6"
146+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
147+
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
148148
dependencies:
149-
"@babel/highlight" "^7.16.7"
149+
"@babel/highlight" "^7.18.6"
150150

151151
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.10":
152152
version "7.17.10"
153153
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
154154
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
155155

156-
"@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.18.5":
157-
version "7.18.5"
158-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.5.tgz#c597fa680e58d571c28dda9827669c78cdd7f000"
159-
integrity sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==
156+
"@babel/compat-data@^7.18.6":
157+
version "7.18.6"
158+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.6.tgz#8b37d24e88e8e21c499d4328db80577d8882fa53"
159+
integrity sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ==
160+
161+
"@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.18.6":
162+
version "7.18.6"
163+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.6.tgz#54a107a3c298aee3fe5e1947a6464b9b6faca03d"
164+
integrity sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==
160165
dependencies:
161166
"@ampproject/remapping" "^2.1.0"
162-
"@babel/code-frame" "^7.16.7"
163-
"@babel/generator" "^7.18.2"
164-
"@babel/helper-compilation-targets" "^7.18.2"
165-
"@babel/helper-module-transforms" "^7.18.0"
166-
"@babel/helpers" "^7.18.2"
167-
"@babel/parser" "^7.18.5"
168-
"@babel/template" "^7.16.7"
169-
"@babel/traverse" "^7.18.5"
170-
"@babel/types" "^7.18.4"
167+
"@babel/code-frame" "^7.18.6"
168+
"@babel/generator" "^7.18.6"
169+
"@babel/helper-compilation-targets" "^7.18.6"
170+
"@babel/helper-module-transforms" "^7.18.6"
171+
"@babel/helpers" "^7.18.6"
172+
"@babel/parser" "^7.18.6"
173+
"@babel/template" "^7.18.6"
174+
"@babel/traverse" "^7.18.6"
175+
"@babel/types" "^7.18.6"
171176
convert-source-map "^1.7.0"
172177
debug "^4.1.0"
173178
gensync "^1.0.0-beta.2"
@@ -183,12 +188,12 @@
183188
eslint-visitor-keys "^2.1.0"
184189
semver "^6.3.0"
185190

186-
"@babel/generator@^7.18.2", "@babel/generator@^7.7.2":
187-
version "7.18.2"
188-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d"
189-
integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==
191+
"@babel/generator@^7.18.6", "@babel/generator@^7.7.2":
192+
version "7.18.6"
193+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.6.tgz#9ab2d46d3cbf631f0e80f72e72874a04c3fc12a9"
194+
integrity sha512-AIwwoOS8axIC5MZbhNHRLKi3D+DMpvDf9XUcu3pIVAfOHFT45f4AoDAltRbHIQomCipkCZxrNkfpOEHhJz/VKw==
190195
dependencies:
191-
"@babel/types" "^7.18.2"
196+
"@babel/types" "^7.18.6"
192197
"@jridgewell/gen-mapping" "^0.3.0"
193198
jsesc "^2.5.1"
194199

@@ -207,13 +212,13 @@
207212
"@babel/helper-explode-assignable-expression" "^7.16.7"
208213
"@babel/types" "^7.16.7"
209214

210-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10", "@babel/helper-compilation-targets@^7.18.2":
211-
version "7.18.2"
212-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b"
213-
integrity sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==
215+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10", "@babel/helper-compilation-targets@^7.18.2", "@babel/helper-compilation-targets@^7.18.6":
216+
version "7.18.6"
217+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz#18d35bfb9f83b1293c22c55b3d576c1315b6ed96"
218+
integrity sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==
214219
dependencies:
215-
"@babel/compat-data" "^7.17.10"
216-
"@babel/helper-validator-option" "^7.16.7"
220+
"@babel/compat-data" "^7.18.6"
221+
"@babel/helper-validator-option" "^7.18.6"
217222
browserslist "^4.20.2"
218223
semver "^6.3.0"
219224

@@ -280,10 +285,10 @@
280285
dependencies:
281286
"@babel/types" "^7.16.7"
282287

283-
"@babel/helper-environment-visitor@^7.18.2":
284-
version "7.18.2"
285-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
286-
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
288+
"@babel/helper-environment-visitor@^7.18.6":
289+
version "7.18.6"
290+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz#b7eee2b5b9d70602e59d1a6cad7dd24de7ca6cd7"
291+
integrity sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==
287292

288293
"@babel/helper-explode-assignable-expression@^7.16.7":
289294
version "7.16.7"
@@ -309,6 +314,14 @@
309314
"@babel/template" "^7.16.7"
310315
"@babel/types" "^7.17.0"
311316

317+
"@babel/helper-function-name@^7.18.6":
318+
version "7.18.6"
319+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz#8334fecb0afba66e6d87a7e8c6bb7fed79926b83"
320+
integrity sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==
321+
dependencies:
322+
"@babel/template" "^7.18.6"
323+
"@babel/types" "^7.18.6"
324+
312325
"@babel/helper-get-function-arity@^7.16.7":
313326
version "7.16.7"
314327
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
@@ -323,6 +336,13 @@
323336
dependencies:
324337
"@babel/types" "^7.16.7"
325338

339+
"@babel/helper-hoist-variables@^7.18.6":
340+
version "7.18.6"
341+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
342+
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
343+
dependencies:
344+
"@babel/types" "^7.18.6"
345+
326346
"@babel/helper-member-expression-to-functions@^7.16.7":
327347
version "7.16.7"
328348
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0"
@@ -351,19 +371,26 @@
351371
dependencies:
352372
"@babel/types" "^7.16.7"
353373

354-
"@babel/helper-module-transforms@^7.18.0":
355-
version "7.18.0"
356-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz#baf05dec7a5875fb9235bd34ca18bad4e21221cd"
357-
integrity sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==
374+
"@babel/helper-module-imports@^7.18.6":
375+
version "7.18.6"
376+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
377+
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
358378
dependencies:
359-
"@babel/helper-environment-visitor" "^7.16.7"
360-
"@babel/helper-module-imports" "^7.16.7"
361-
"@babel/helper-simple-access" "^7.17.7"
362-
"@babel/helper-split-export-declaration" "^7.16.7"
363-
"@babel/helper-validator-identifier" "^7.16.7"
364-
"@babel/template" "^7.16.7"
365-
"@babel/traverse" "^7.18.0"
366-
"@babel/types" "^7.18.0"
379+
"@babel/types" "^7.18.6"
380+
381+
"@babel/helper-module-transforms@^7.18.0", "@babel/helper-module-transforms@^7.18.6":
382+
version "7.18.6"
383+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.6.tgz#57e3ca669e273d55c3cda55e6ebf552f37f483c8"
384+
integrity sha512-L//phhB4al5uucwzlimruukHB3jRd5JGClwRMD/ROrVjXfLqovYnvQrK/JK36WYyVwGGO7OD3kMyVTjx+WVPhw==
385+
dependencies:
386+
"@babel/helper-environment-visitor" "^7.18.6"
387+
"@babel/helper-module-imports" "^7.18.6"
388+
"@babel/helper-simple-access" "^7.18.6"
389+
"@babel/helper-split-export-declaration" "^7.18.6"
390+
"@babel/helper-validator-identifier" "^7.18.6"
391+
"@babel/template" "^7.18.6"
392+
"@babel/traverse" "^7.18.6"
393+
"@babel/types" "^7.18.6"
367394

368395
"@babel/helper-optimise-call-expression@^7.16.7":
369396
version "7.16.7"
@@ -397,20 +424,20 @@
397424
"@babel/traverse" "^7.16.7"
398425
"@babel/types" "^7.16.7"
399426

400-
"@babel/helper-simple-access@^7.17.7":
401-
version "7.17.7"
402-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367"
403-
integrity sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==
404-
dependencies:
405-
"@babel/types" "^7.17.0"
406-
407427
"@babel/helper-simple-access@^7.18.2":
408428
version "7.18.2"
409429
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz#4dc473c2169ac3a1c9f4a51cfcd091d1c36fcff9"
410430
integrity sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==
411431
dependencies:
412432
"@babel/types" "^7.18.2"
413433

434+
"@babel/helper-simple-access@^7.18.6":
435+
version "7.18.6"
436+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz#d6d8f51f4ac2978068df934b569f08f29788c7ea"
437+
integrity sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==
438+
dependencies:
439+
"@babel/types" "^7.18.6"
440+
414441
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
415442
version "7.16.0"
416443
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
@@ -425,16 +452,33 @@
425452
dependencies:
426453
"@babel/types" "^7.16.7"
427454

455+
"@babel/helper-split-export-declaration@^7.18.6":
456+
version "7.18.6"
457+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
458+
integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
459+
dependencies:
460+
"@babel/types" "^7.18.6"
461+
428462
"@babel/helper-validator-identifier@^7.16.7":
429463
version "7.16.7"
430464
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
431465
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
432466

467+
"@babel/helper-validator-identifier@^7.18.6":
468+
version "7.18.6"
469+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
470+
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
471+
433472
"@babel/helper-validator-option@^7.14.5", "@babel/helper-validator-option@^7.16.7":
434473
version "7.16.7"
435474
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
436475
integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
437476

477+
"@babel/helper-validator-option@^7.18.6":
478+
version "7.18.6"
479+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
480+
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
481+
438482
"@babel/helper-wrap-function@^7.16.8":
439483
version "7.16.8"
440484
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz#58afda087c4cd235de92f7ceedebca2c41274200"
@@ -445,28 +489,28 @@
445489
"@babel/traverse" "^7.16.8"
446490
"@babel/types" "^7.16.8"
447491

448-
"@babel/helpers@^7.18.2":
449-
version "7.18.2"
450-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384"
451-
integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==
492+
"@babel/helpers@^7.18.6":
493+
version "7.18.6"
494+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.6.tgz#4c966140eaa1fcaa3d5a8c09d7db61077d4debfd"
495+
integrity sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==
452496
dependencies:
453-
"@babel/template" "^7.16.7"
454-
"@babel/traverse" "^7.18.2"
455-
"@babel/types" "^7.18.2"
497+
"@babel/template" "^7.18.6"
498+
"@babel/traverse" "^7.18.6"
499+
"@babel/types" "^7.18.6"
456500

457-
"@babel/highlight@^7.16.7":
458-
version "7.16.7"
459-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.7.tgz#81a01d7d675046f0d96f82450d9d9578bdfd6b0b"
460-
integrity sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==
501+
"@babel/highlight@^7.18.6":
502+
version "7.18.6"
503+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
504+
integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==
461505
dependencies:
462-
"@babel/helper-validator-identifier" "^7.16.7"
506+
"@babel/helper-validator-identifier" "^7.18.6"
463507
chalk "^2.0.0"
464508
js-tokens "^4.0.0"
465509

466-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.18.5":
467-
version "7.18.5"
468-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c"
469-
integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==
510+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.6":
511+
version "7.18.6"
512+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
513+
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
470514

471515
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
472516
version "7.17.12"
@@ -1173,37 +1217,37 @@
11731217
dependencies:
11741218
regenerator-runtime "^0.13.4"
11751219

1176-
"@babel/template@^7.16.7", "@babel/template@^7.3.3":
1177-
version "7.16.7"
1178-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
1179-
integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==
1180-
dependencies:
1181-
"@babel/code-frame" "^7.16.7"
1182-
"@babel/parser" "^7.16.7"
1183-
"@babel/types" "^7.16.7"
1184-
1185-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.5", "@babel/traverse@^7.7.2":
1186-
version "7.18.5"
1187-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.5.tgz#94a8195ad9642801837988ab77f36e992d9a20cd"
1188-
integrity sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==
1189-
dependencies:
1190-
"@babel/code-frame" "^7.16.7"
1191-
"@babel/generator" "^7.18.2"
1192-
"@babel/helper-environment-visitor" "^7.18.2"
1193-
"@babel/helper-function-name" "^7.17.9"
1194-
"@babel/helper-hoist-variables" "^7.16.7"
1195-
"@babel/helper-split-export-declaration" "^7.16.7"
1196-
"@babel/parser" "^7.18.5"
1197-
"@babel/types" "^7.18.4"
1220+
"@babel/template@^7.16.7", "@babel/template@^7.18.6", "@babel/template@^7.3.3":
1221+
version "7.18.6"
1222+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
1223+
integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==
1224+
dependencies:
1225+
"@babel/code-frame" "^7.18.6"
1226+
"@babel/parser" "^7.18.6"
1227+
"@babel/types" "^7.18.6"
1228+
1229+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.6", "@babel/traverse@^7.7.2":
1230+
version "7.18.6"
1231+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d"
1232+
integrity sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==
1233+
dependencies:
1234+
"@babel/code-frame" "^7.18.6"
1235+
"@babel/generator" "^7.18.6"
1236+
"@babel/helper-environment-visitor" "^7.18.6"
1237+
"@babel/helper-function-name" "^7.18.6"
1238+
"@babel/helper-hoist-variables" "^7.18.6"
1239+
"@babel/helper-split-export-declaration" "^7.18.6"
1240+
"@babel/parser" "^7.18.6"
1241+
"@babel/types" "^7.18.6"
11981242
debug "^4.1.0"
11991243
globals "^11.1.0"
12001244

1201-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1202-
version "7.18.4"
1203-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
1204-
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
1245+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1246+
version "7.18.6"
1247+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.6.tgz#5d781dd10a3f0c9f1f931bd19de5eb26ec31acf0"
1248+
integrity sha512-NdBNzPDwed30fZdDQtVR7ZgaO4UKjuaQFH9VArS+HMnurlOY0JWN+4ROlu/iapMFwjRQU4pOG4StZfDmulEwGA==
12051249
dependencies:
1206-
"@babel/helper-validator-identifier" "^7.16.7"
1250+
"@babel/helper-validator-identifier" "^7.18.6"
12071251
to-fast-properties "^2.0.0"
12081252

12091253
"@bcoe/v8-coverage@^0.2.3":

0 commit comments

Comments
 (0)