Skip to content

Commit 9eb0b14

Browse files
build(deps-dev): bump @babel/preset-env from 7.18.9 to 7.18.10
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.9 to 7.18.10. - [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.10/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21e94ff commit 9eb0b14

File tree

2 files changed

+119
-56
lines changed

2 files changed

+119
-56
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@babel/core": "^7.18.9",
7474
"@babel/eslint-parser": "^7.18.9",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
76-
"@babel/preset-env": "^7.18.9",
76+
"@babel/preset-env": "^7.18.10",
7777
"@babel/preset-react": "^7.18.6",
7878
"@mdx-js/loader": "^2.0.0-next.9",
7979
"@octokit/auth-action": "^2.0.0",

yarn.lock

Lines changed: 118 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
dependencies:
149149
"@babel/highlight" "^7.18.6"
150150

151-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.18.8":
151+
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8":
152152
version "7.18.8"
153153
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
154154
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
@@ -183,6 +183,15 @@
183183
eslint-visitor-keys "^2.1.0"
184184
semver "^6.3.0"
185185

186+
"@babel/generator@^7.18.10":
187+
version "7.18.10"
188+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.10.tgz#794f328bfabdcbaf0ebf9bf91b5b57b61fa77a2a"
189+
integrity sha512-0+sW7e3HjQbiHbj1NeU/vN8ornohYlacAfZIaXhdoGweQqgcNy69COVciYYqEXJ/v+9OBA7Frxm4CVAuNqKeNA==
190+
dependencies:
191+
"@babel/types" "^7.18.10"
192+
"@jridgewell/gen-mapping" "^0.3.2"
193+
jsesc "^2.5.1"
194+
186195
"@babel/generator@^7.18.9", "@babel/generator@^7.7.2":
187196
version "7.18.9"
188197
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5"
@@ -207,7 +216,7 @@
207216
"@babel/helper-explode-assignable-expression" "^7.18.6"
208217
"@babel/types" "^7.18.6"
209218

210-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.18.9":
219+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9":
211220
version "7.18.9"
212221
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf"
213222
integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==
@@ -238,15 +247,13 @@
238247
"@babel/helper-annotate-as-pure" "^7.18.6"
239248
regexpu-core "^5.1.0"
240249

241-
"@babel/helper-define-polyfill-provider@^0.3.1":
242-
version "0.3.1"
243-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665"
244-
integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==
250+
"@babel/helper-define-polyfill-provider@^0.3.2":
251+
version "0.3.2"
252+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz#bd10d0aca18e8ce012755395b05a79f45eca5073"
253+
integrity sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==
245254
dependencies:
246-
"@babel/helper-compilation-targets" "^7.13.0"
247-
"@babel/helper-module-imports" "^7.12.13"
248-
"@babel/helper-plugin-utils" "^7.13.0"
249-
"@babel/traverse" "^7.13.0"
255+
"@babel/helper-compilation-targets" "^7.17.7"
256+
"@babel/helper-plugin-utils" "^7.16.7"
250257
debug "^4.1.1"
251258
lodash.debounce "^4.0.8"
252259
resolve "^1.14.2"
@@ -286,7 +293,7 @@
286293
dependencies:
287294
"@babel/types" "^7.18.9"
288295

289-
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.18.6":
296+
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.18.6":
290297
version "7.18.6"
291298
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
292299
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
@@ -314,7 +321,7 @@
314321
dependencies:
315322
"@babel/types" "^7.18.6"
316323

317-
"@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.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
324+
"@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.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
318325
version "7.18.9"
319326
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f"
320327
integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==
@@ -329,6 +336,16 @@
329336
"@babel/helper-wrap-function" "^7.18.6"
330337
"@babel/types" "^7.18.6"
331338

339+
"@babel/helper-remap-async-to-generator@^7.18.9":
340+
version "7.18.9"
341+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519"
342+
integrity sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==
343+
dependencies:
344+
"@babel/helper-annotate-as-pure" "^7.18.6"
345+
"@babel/helper-environment-visitor" "^7.18.9"
346+
"@babel/helper-wrap-function" "^7.18.9"
347+
"@babel/types" "^7.18.9"
348+
332349
"@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.18.9":
333350
version "7.18.9"
334351
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.9.tgz#1092e002feca980fbbb0bd4d51b74a65c6a500e6"
@@ -361,6 +378,11 @@
361378
dependencies:
362379
"@babel/types" "^7.18.6"
363380

381+
"@babel/helper-string-parser@^7.18.10":
382+
version "7.18.10"
383+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
384+
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
385+
364386
"@babel/helper-validator-identifier@^7.18.6":
365387
version "7.18.6"
366388
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
@@ -381,6 +403,16 @@
381403
"@babel/traverse" "^7.18.6"
382404
"@babel/types" "^7.18.6"
383405

406+
"@babel/helper-wrap-function@^7.18.9":
407+
version "7.18.10"
408+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.18.10.tgz#a7fcd3ab9b1be4c9b52cf7d7fdc1e88c2ce93396"
409+
integrity sha512-95NLBP59VWdfK2lyLKe6eTMq9xg+yWKzxzxbJ1wcYNi1Auz200+83fMDADjRxBvc2QQor5zja2yTQzXGhk2GtQ==
410+
dependencies:
411+
"@babel/helper-function-name" "^7.18.9"
412+
"@babel/template" "^7.18.10"
413+
"@babel/traverse" "^7.18.10"
414+
"@babel/types" "^7.18.10"
415+
384416
"@babel/helpers@^7.18.9":
385417
version "7.18.9"
386418
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9"
@@ -404,6 +436,11 @@
404436
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539"
405437
integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==
406438

439+
"@babel/parser@^7.18.10":
440+
version "7.18.10"
441+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.10.tgz#94b5f8522356e69e8277276adf67ed280c90ecc1"
442+
integrity sha512-TYk3OA0HKL6qNryUayb5UUEhM/rkOQozIBEA5ITXh5DWrSp0TlUQXMyZmnWxG/DizSWBeeQ0Zbc5z8UGaaqoeg==
443+
407444
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
408445
version "7.18.6"
409446
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -420,14 +457,14 @@
420457
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
421458
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
422459

423-
"@babel/plugin-proposal-async-generator-functions@^7.18.6":
424-
version "7.18.6"
425-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz#aedac81e6fc12bb643374656dd5f2605bf743d17"
426-
integrity sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==
460+
"@babel/plugin-proposal-async-generator-functions@^7.18.10":
461+
version "7.18.10"
462+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.10.tgz#85ea478c98b0095c3e4102bff3b67d306ed24952"
463+
integrity sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==
427464
dependencies:
428-
"@babel/helper-environment-visitor" "^7.18.6"
429-
"@babel/helper-plugin-utils" "^7.18.6"
430-
"@babel/helper-remap-async-to-generator" "^7.18.6"
465+
"@babel/helper-environment-visitor" "^7.18.9"
466+
"@babel/helper-plugin-utils" "^7.18.9"
467+
"@babel/helper-remap-async-to-generator" "^7.18.9"
431468
"@babel/plugin-syntax-async-generators" "^7.8.4"
432469

433470
"@babel/plugin-proposal-class-properties@^7.17.12", "@babel/plugin-proposal-class-properties@^7.18.6":
@@ -968,12 +1005,12 @@
9681005
"@babel/helper-plugin-utils" "^7.18.6"
9691006
"@babel/plugin-syntax-typescript" "^7.18.6"
9701007

971-
"@babel/plugin-transform-unicode-escapes@^7.18.6":
972-
version "7.18.6"
973-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz#0d01fb7fb2243ae1c033f65f6e3b4be78db75f27"
974-
integrity sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==
1008+
"@babel/plugin-transform-unicode-escapes@^7.18.10":
1009+
version "7.18.10"
1010+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz#1ecfb0eda83d09bbcb77c09970c2dd55832aa246"
1011+
integrity sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==
9751012
dependencies:
976-
"@babel/helper-plugin-utils" "^7.18.6"
1013+
"@babel/helper-plugin-utils" "^7.18.9"
9771014

9781015
"@babel/plugin-transform-unicode-regex@^7.18.6":
9791016
version "7.18.6"
@@ -983,18 +1020,18 @@
9831020
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
9841021
"@babel/helper-plugin-utils" "^7.18.6"
9851022

986-
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.18.2", "@babel/preset-env@^7.18.9":
987-
version "7.18.9"
988-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.9.tgz#9b3425140d724fbe590322017466580844c7eaff"
989-
integrity sha512-75pt/q95cMIHWssYtyfjVlvI+QEZQThQbKvR9xH+F/Agtw/s4Wfc2V9Bwd/P39VtixB7oWxGdH4GteTTwYJWMg==
1023+
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.18.10", "@babel/preset-env@^7.18.2":
1024+
version "7.18.10"
1025+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.10.tgz#83b8dfe70d7eea1aae5a10635ab0a5fe60dfc0f4"
1026+
integrity sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==
9901027
dependencies:
9911028
"@babel/compat-data" "^7.18.8"
9921029
"@babel/helper-compilation-targets" "^7.18.9"
9931030
"@babel/helper-plugin-utils" "^7.18.9"
9941031
"@babel/helper-validator-option" "^7.18.6"
9951032
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
9961033
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
997-
"@babel/plugin-proposal-async-generator-functions" "^7.18.6"
1034+
"@babel/plugin-proposal-async-generator-functions" "^7.18.10"
9981035
"@babel/plugin-proposal-class-properties" "^7.18.6"
9991036
"@babel/plugin-proposal-class-static-block" "^7.18.6"
10001037
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
@@ -1054,13 +1091,13 @@
10541091
"@babel/plugin-transform-sticky-regex" "^7.18.6"
10551092
"@babel/plugin-transform-template-literals" "^7.18.9"
10561093
"@babel/plugin-transform-typeof-symbol" "^7.18.9"
1057-
"@babel/plugin-transform-unicode-escapes" "^7.18.6"
1094+
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
10581095
"@babel/plugin-transform-unicode-regex" "^7.18.6"
10591096
"@babel/preset-modules" "^0.1.5"
1060-
"@babel/types" "^7.18.9"
1061-
babel-plugin-polyfill-corejs2 "^0.3.1"
1062-
babel-plugin-polyfill-corejs3 "^0.5.2"
1063-
babel-plugin-polyfill-regenerator "^0.3.1"
1097+
"@babel/types" "^7.18.10"
1098+
babel-plugin-polyfill-corejs2 "^0.3.2"
1099+
babel-plugin-polyfill-corejs3 "^0.5.3"
1100+
babel-plugin-polyfill-regenerator "^0.4.0"
10641101
core-js-compat "^3.22.1"
10651102
semver "^6.3.0"
10661103

@@ -1103,6 +1140,15 @@
11031140
dependencies:
11041141
regenerator-runtime "^0.13.4"
11051142

1143+
"@babel/template@^7.18.10":
1144+
version "7.18.10"
1145+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
1146+
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
1147+
dependencies:
1148+
"@babel/code-frame" "^7.18.6"
1149+
"@babel/parser" "^7.18.10"
1150+
"@babel/types" "^7.18.10"
1151+
11061152
"@babel/template@^7.18.6", "@babel/template@^7.3.3":
11071153
version "7.18.6"
11081154
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
@@ -1112,7 +1158,23 @@
11121158
"@babel/parser" "^7.18.6"
11131159
"@babel/types" "^7.18.6"
11141160

1115-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2":
1161+
"@babel/traverse@^7.18.10":
1162+
version "7.18.10"
1163+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.10.tgz#37ad97d1cb00efa869b91dd5d1950f8a6cf0cb08"
1164+
integrity sha512-J7ycxg0/K9XCtLyHf0cz2DqDihonJeIo+z+HEdRe9YuT8TY4A66i+Ab2/xZCEW7Ro60bPCBBfqqboHSamoV3+g==
1165+
dependencies:
1166+
"@babel/code-frame" "^7.18.6"
1167+
"@babel/generator" "^7.18.10"
1168+
"@babel/helper-environment-visitor" "^7.18.9"
1169+
"@babel/helper-function-name" "^7.18.9"
1170+
"@babel/helper-hoist-variables" "^7.18.6"
1171+
"@babel/helper-split-export-declaration" "^7.18.6"
1172+
"@babel/parser" "^7.18.10"
1173+
"@babel/types" "^7.18.10"
1174+
debug "^4.1.0"
1175+
globals "^11.1.0"
1176+
1177+
"@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2":
11161178
version "7.18.9"
11171179
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98"
11181180
integrity sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==
@@ -1128,11 +1190,12 @@
11281190
debug "^4.1.0"
11291191
globals "^11.1.0"
11301192

1131-
"@babel/types@^7.0.0", "@babel/types@^7.18.4", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1132-
version "7.18.9"
1133-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f"
1134-
integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==
1193+
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.4", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1194+
version "7.18.10"
1195+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6"
1196+
integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==
11351197
dependencies:
1198+
"@babel/helper-string-parser" "^7.18.10"
11361199
"@babel/helper-validator-identifier" "^7.18.6"
11371200
to-fast-properties "^2.0.0"
11381201

@@ -3251,29 +3314,29 @@ babel-plugin-jest-hoist@^28.1.3:
32513314
"@types/babel__core" "^7.1.14"
32523315
"@types/babel__traverse" "^7.0.6"
32533316

3254-
babel-plugin-polyfill-corejs2@^0.3.1:
3255-
version "0.3.1"
3256-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5"
3257-
integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==
3317+
babel-plugin-polyfill-corejs2@^0.3.2:
3318+
version "0.3.2"
3319+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz#e4c31d4c89b56f3cf85b92558954c66b54bd972d"
3320+
integrity sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==
32583321
dependencies:
3259-
"@babel/compat-data" "^7.13.11"
3260-
"@babel/helper-define-polyfill-provider" "^0.3.1"
3322+
"@babel/compat-data" "^7.17.7"
3323+
"@babel/helper-define-polyfill-provider" "^0.3.2"
32613324
semver "^6.1.1"
32623325

3263-
babel-plugin-polyfill-corejs3@^0.5.2:
3264-
version "0.5.2"
3265-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz#aabe4b2fa04a6e038b688c5e55d44e78cd3a5f72"
3266-
integrity sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==
3326+
babel-plugin-polyfill-corejs3@^0.5.3:
3327+
version "0.5.3"
3328+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7"
3329+
integrity sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==
32673330
dependencies:
3268-
"@babel/helper-define-polyfill-provider" "^0.3.1"
3331+
"@babel/helper-define-polyfill-provider" "^0.3.2"
32693332
core-js-compat "^3.21.0"
32703333

3271-
babel-plugin-polyfill-regenerator@^0.3.1:
3272-
version "0.3.1"
3273-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990"
3274-
integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==
3334+
babel-plugin-polyfill-regenerator@^0.4.0:
3335+
version "0.4.0"
3336+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz#8f51809b6d5883e07e71548d75966ff7635527fe"
3337+
integrity sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==
32753338
dependencies:
3276-
"@babel/helper-define-polyfill-provider" "^0.3.1"
3339+
"@babel/helper-define-polyfill-provider" "^0.3.2"
32773340

32783341
babel-plugin-syntax-object-rest-spread@^6.8.0:
32793342
version "6.13.0"

0 commit comments

Comments
 (0)