Skip to content

Commit 0cf30cb

Browse files
chore(deps): update babel monorepo to v7.23.9
1 parent 08dd40e commit 0cf30cb

File tree

2 files changed

+76
-87
lines changed

2 files changed

+76
-87
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"react": "^18.0.0"
4949
},
5050
"devDependencies": {
51-
"@babel/cli": "7.23.4",
52-
"@babel/core": "7.23.7",
53-
"@babel/eslint-parser": "7.23.3",
54-
"@babel/preset-env": "7.23.8",
51+
"@babel/cli": "7.23.9",
52+
"@babel/core": "7.23.9",
53+
"@babel/eslint-parser": "7.23.9",
54+
"@babel/preset-env": "7.23.9",
5555
"@babel/preset-react": "7.23.3",
5656
"@testing-library/dom": "9.3.4",
5757
"@testing-library/jest-dom": "6.3.0",

yarn.lock

Lines changed: 72 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"@jridgewell/gen-mapping" "^0.3.0"
2121
"@jridgewell/trace-mapping" "^0.3.9"
2222

23-
"@babel/[email protected].4":
24-
version "7.23.4"
25-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.4.tgz#f5cc90487278065fa0c3b1267cf0c1d44ddf85a7"
26-
integrity sha512-j3luA9xGKCXVyCa5R7lJvOMM+Kc2JEnAEIgz2ggtjQ/j5YUVgfsg/WsG95bbsgq7YLHuiCOzMnoSasuY16qiCw==
23+
"@babel/[email protected].9":
24+
version "7.23.9"
25+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.9.tgz#06b3e76376ee53f14ac8ac422c884950c69e1b9e"
26+
integrity sha512-vB1UXmGDNEhcf1jNAHKT9IlYk1R+hehVTLFlCLHBi8gfuHQGP6uRjgXVYU0EVlI/qwAWpstqkBdf2aez3/z/5Q==
2727
dependencies:
2828
"@jridgewell/trace-mapping" "^0.3.17"
2929
commander "^4.0.1"
@@ -36,7 +36,7 @@
3636
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
3737
chokidar "^3.4.0"
3838

39-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5":
39+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.23.5":
4040
version "7.23.5"
4141
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
4242
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
@@ -49,31 +49,31 @@
4949
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
5050
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
5151

52-
"@babel/[email protected].7", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
53-
version "7.23.7"
54-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.7.tgz#4d8016e06a14b5f92530a13ed0561730b5c6483f"
55-
integrity sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==
52+
"@babel/[email protected].9", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
53+
version "7.23.9"
54+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
55+
integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==
5656
dependencies:
5757
"@ampproject/remapping" "^2.2.0"
5858
"@babel/code-frame" "^7.23.5"
5959
"@babel/generator" "^7.23.6"
6060
"@babel/helper-compilation-targets" "^7.23.6"
6161
"@babel/helper-module-transforms" "^7.23.3"
62-
"@babel/helpers" "^7.23.7"
63-
"@babel/parser" "^7.23.6"
64-
"@babel/template" "^7.22.15"
65-
"@babel/traverse" "^7.23.7"
66-
"@babel/types" "^7.23.6"
62+
"@babel/helpers" "^7.23.9"
63+
"@babel/parser" "^7.23.9"
64+
"@babel/template" "^7.23.9"
65+
"@babel/traverse" "^7.23.9"
66+
"@babel/types" "^7.23.9"
6767
convert-source-map "^2.0.0"
6868
debug "^4.1.0"
6969
gensync "^1.0.0-beta.2"
7070
json5 "^2.2.3"
7171
semver "^6.3.1"
7272

73-
"@babel/[email protected].3":
74-
version "7.23.3"
75-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz#7bf0db1c53b54da0c8a12627373554a0828479ca"
76-
integrity sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==
73+
"@babel/[email protected].9":
74+
version "7.23.9"
75+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.23.9.tgz#052c13b39144e21fdd1e03fc9b67e98976a1ebfc"
76+
integrity sha512-xPndlO7qxiJbn0ATvfXQBjCS7qApc9xmKHArgI/FTEFxXas5dnjC/VqM37lfZun9dclRYcn+YQAr6uDFy0bB2g==
7777
dependencies:
7878
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
7979
eslint-visitor-keys "^2.1.0"
@@ -138,17 +138,6 @@
138138
regexpu-core "^5.3.1"
139139
semver "^6.3.1"
140140

141-
"@babel/helper-define-polyfill-provider@^0.4.4":
142-
version "0.4.4"
143-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.4.tgz#64df615451cb30e94b59a9696022cffac9a10088"
144-
integrity sha512-QcJMILQCu2jm5TFPGA3lCpJJTeEP+mqeXooG/NZbg/h5FTFi6V0+99ahlRsW8/kRLyb24LZVCCiclDedhLKcBA==
145-
dependencies:
146-
"@babel/helper-compilation-targets" "^7.22.6"
147-
"@babel/helper-plugin-utils" "^7.22.5"
148-
debug "^4.1.1"
149-
lodash.debounce "^4.0.8"
150-
resolve "^1.14.2"
151-
152141
"@babel/helper-define-polyfill-provider@^0.5.0":
153142
version "0.5.0"
154143
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz#465805b7361f461e86c680f1de21eaf88c25901b"
@@ -280,14 +269,14 @@
280269
"@babel/template" "^7.22.15"
281270
"@babel/types" "^7.22.19"
282271

283-
"@babel/helpers@^7.23.7":
284-
version "7.23.8"
285-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.8.tgz#fc6b2d65b16847fd50adddbd4232c76378959e34"
286-
integrity sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ==
272+
"@babel/helpers@^7.23.9":
273+
version "7.23.9"
274+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d"
275+
integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==
287276
dependencies:
288-
"@babel/template" "^7.22.15"
289-
"@babel/traverse" "^7.23.7"
290-
"@babel/types" "^7.23.6"
277+
"@babel/template" "^7.23.9"
278+
"@babel/traverse" "^7.23.9"
279+
"@babel/types" "^7.23.9"
291280

292281
"@babel/highlight@^7.23.4":
293282
version "7.23.4"
@@ -298,10 +287,10 @@
298287
chalk "^2.4.2"
299288
js-tokens "^4.0.0"
300289

301-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.6":
302-
version "7.23.6"
303-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
304-
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
290+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9":
291+
version "7.23.9"
292+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
293+
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
305294

306295
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
307296
version "7.23.3"
@@ -487,10 +476,10 @@
487476
dependencies:
488477
"@babel/helper-plugin-utils" "^7.22.5"
489478

490-
"@babel/plugin-transform-async-generator-functions@^7.23.7":
491-
version "7.23.7"
492-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.7.tgz#3aa0b4f2fa3788b5226ef9346cf6d16ec61f99cd"
493-
integrity sha512-PdxEpL71bJp1byMG0va5gwQcXHxuEYC/BgI/e88mGTtohbZN28O5Yit0Plkkm/dBzCF/BxmbNcses1RH1T+urA==
479+
"@babel/plugin-transform-async-generator-functions@^7.23.9":
480+
version "7.23.9"
481+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz#9adaeb66fc9634a586c5df139c6240d41ed801ce"
482+
integrity sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==
494483
dependencies:
495484
"@babel/helper-environment-visitor" "^7.22.20"
496485
"@babel/helper-plugin-utils" "^7.22.5"
@@ -669,10 +658,10 @@
669658
"@babel/helper-plugin-utils" "^7.22.5"
670659
"@babel/helper-simple-access" "^7.22.5"
671660

672-
"@babel/plugin-transform-modules-systemjs@^7.23.3":
673-
version "7.23.3"
674-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz#fa7e62248931cb15b9404f8052581c302dd9de81"
675-
integrity sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==
661+
"@babel/plugin-transform-modules-systemjs@^7.23.9":
662+
version "7.23.9"
663+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz#105d3ed46e4a21d257f83a2f9e2ee4203ceda6be"
664+
integrity sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==
676665
dependencies:
677666
"@babel/helper-hoist-variables" "^7.22.5"
678667
"@babel/helper-module-transforms" "^7.23.3"
@@ -901,10 +890,10 @@
901890
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
902891
"@babel/helper-plugin-utils" "^7.22.5"
903892

904-
"@babel/[email protected].8":
905-
version "7.23.8"
906-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.8.tgz#7d6f8171ea7c221ecd28059e65ad37c20e441e3e"
907-
integrity sha512-lFlpmkApLkEP6woIKprO6DO60RImpatTQKtz4sUcDjVcK8M8mQ4sZsuxaTMNOZf0sqAq/ReYW1ZBHnOQwKpLWA==
893+
"@babel/[email protected].9":
894+
version "7.23.9"
895+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.9.tgz#beace3b7994560ed6bf78e4ae2073dff45387669"
896+
integrity sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==
908897
dependencies:
909898
"@babel/compat-data" "^7.23.5"
910899
"@babel/helper-compilation-targets" "^7.23.6"
@@ -933,7 +922,7 @@
933922
"@babel/plugin-syntax-top-level-await" "^7.14.5"
934923
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
935924
"@babel/plugin-transform-arrow-functions" "^7.23.3"
936-
"@babel/plugin-transform-async-generator-functions" "^7.23.7"
925+
"@babel/plugin-transform-async-generator-functions" "^7.23.9"
937926
"@babel/plugin-transform-async-to-generator" "^7.23.3"
938927
"@babel/plugin-transform-block-scoped-functions" "^7.23.3"
939928
"@babel/plugin-transform-block-scoping" "^7.23.4"
@@ -955,7 +944,7 @@
955944
"@babel/plugin-transform-member-expression-literals" "^7.23.3"
956945
"@babel/plugin-transform-modules-amd" "^7.23.3"
957946
"@babel/plugin-transform-modules-commonjs" "^7.23.3"
958-
"@babel/plugin-transform-modules-systemjs" "^7.23.3"
947+
"@babel/plugin-transform-modules-systemjs" "^7.23.9"
959948
"@babel/plugin-transform-modules-umd" "^7.23.3"
960949
"@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
961950
"@babel/plugin-transform-new-target" "^7.23.3"
@@ -981,9 +970,9 @@
981970
"@babel/plugin-transform-unicode-regex" "^7.23.3"
982971
"@babel/plugin-transform-unicode-sets-regex" "^7.23.3"
983972
"@babel/preset-modules" "0.1.6-no-external-plugins"
984-
babel-plugin-polyfill-corejs2 "^0.4.7"
985-
babel-plugin-polyfill-corejs3 "^0.8.7"
986-
babel-plugin-polyfill-regenerator "^0.5.4"
973+
babel-plugin-polyfill-corejs2 "^0.4.8"
974+
babel-plugin-polyfill-corejs3 "^0.9.0"
975+
babel-plugin-polyfill-regenerator "^0.5.5"
987976
core-js-compat "^3.31.0"
988977
semver "^6.3.1"
989978

@@ -1020,35 +1009,35 @@
10201009
dependencies:
10211010
regenerator-runtime "^0.14.0"
10221011

1023-
"@babel/template@^7.22.15", "@babel/template@^7.3.3":
1024-
version "7.22.15"
1025-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1026-
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1012+
"@babel/template@^7.22.15", "@babel/template@^7.23.9", "@babel/template@^7.3.3":
1013+
version "7.23.9"
1014+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
1015+
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==
10271016
dependencies:
1028-
"@babel/code-frame" "^7.22.13"
1029-
"@babel/parser" "^7.22.15"
1030-
"@babel/types" "^7.22.15"
1017+
"@babel/code-frame" "^7.23.5"
1018+
"@babel/parser" "^7.23.9"
1019+
"@babel/types" "^7.23.9"
10311020

1032-
"@babel/traverse@^7.23.7":
1033-
version "7.23.7"
1034-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305"
1035-
integrity sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==
1021+
"@babel/traverse@^7.23.9":
1022+
version "7.23.9"
1023+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
1024+
integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==
10361025
dependencies:
10371026
"@babel/code-frame" "^7.23.5"
10381027
"@babel/generator" "^7.23.6"
10391028
"@babel/helper-environment-visitor" "^7.22.20"
10401029
"@babel/helper-function-name" "^7.23.0"
10411030
"@babel/helper-hoist-variables" "^7.22.5"
10421031
"@babel/helper-split-export-declaration" "^7.22.6"
1043-
"@babel/parser" "^7.23.6"
1044-
"@babel/types" "^7.23.6"
1032+
"@babel/parser" "^7.23.9"
1033+
"@babel/types" "^7.23.9"
10451034
debug "^4.3.1"
10461035
globals "^11.1.0"
10471036

1048-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1049-
version "7.23.6"
1050-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
1051-
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==
1037+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1038+
version "7.23.9"
1039+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
1040+
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
10521041
dependencies:
10531042
"@babel/helper-string-parser" "^7.23.4"
10541043
"@babel/helper-validator-identifier" "^7.22.20"
@@ -2273,7 +2262,7 @@ babel-plugin-jest-hoist@^29.6.3:
22732262
"@types/babel__core" "^7.1.14"
22742263
"@types/babel__traverse" "^7.0.6"
22752264

2276-
babel-plugin-polyfill-corejs2@^0.4.7:
2265+
babel-plugin-polyfill-corejs2@^0.4.8:
22772266
version "0.4.8"
22782267
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz#dbcc3c8ca758a290d47c3c6a490d59429b0d2269"
22792268
integrity sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==
@@ -2282,15 +2271,15 @@ babel-plugin-polyfill-corejs2@^0.4.7:
22822271
"@babel/helper-define-polyfill-provider" "^0.5.0"
22832272
semver "^6.3.1"
22842273

2285-
babel-plugin-polyfill-corejs3@^0.8.7:
2286-
version "0.8.7"
2287-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.7.tgz#941855aa7fdaac06ed24c730a93450d2b2b76d04"
2288-
integrity sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA==
2274+
babel-plugin-polyfill-corejs3@^0.9.0:
2275+
version "0.9.0"
2276+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz#9eea32349d94556c2ad3ab9b82ebb27d4bf04a81"
2277+
integrity sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==
22892278
dependencies:
2290-
"@babel/helper-define-polyfill-provider" "^0.4.4"
2291-
core-js-compat "^3.33.1"
2279+
"@babel/helper-define-polyfill-provider" "^0.5.0"
2280+
core-js-compat "^3.34.0"
22922281

2293-
babel-plugin-polyfill-regenerator@^0.5.4:
2282+
babel-plugin-polyfill-regenerator@^0.5.5:
22942283
version "0.5.5"
22952284
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz#8b0c8fc6434239e5d7b8a9d1f832bb2b0310f06a"
22962285
integrity sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==
@@ -2710,7 +2699,7 @@ copy-anything@^2.0.1:
27102699
dependencies:
27112700
is-what "^3.14.1"
27122701

2713-
core-js-compat@^3.31.0, core-js-compat@^3.33.1:
2702+
core-js-compat@^3.31.0, core-js-compat@^3.34.0:
27142703
version "3.35.1"
27152704
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.35.1.tgz#215247d7edb9e830efa4218ff719beb2803555e2"
27162705
integrity sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==

0 commit comments

Comments
 (0)