Skip to content

Commit d54cc6e

Browse files
committed
chore(deps): update dependency @babel/preset-env to v7.22.10
1 parent 1a6846d commit d54cc6e

File tree

2 files changed

+99
-85
lines changed

2 files changed

+99
-85
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"prepare": "husky install"
4545
},
4646
"devDependencies": {
47-
"@babel/preset-env": "7.22.9",
47+
"@babel/preset-env": "7.22.10",
4848
"@rollup/plugin-babel": "6.0.3",
4949
"@rollup/plugin-multi-entry": "6.0.0",
5050
"@rollup/plugin-node-resolve": "15.1.0",

yarn.lock

Lines changed: 98 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,17 @@
7777
dependencies:
7878
"@babel/types" "^7.22.5"
7979

80+
"@babel/helper-compilation-targets@^7.22.10":
81+
version "7.22.10"
82+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz#01d648bbc25dd88f513d862ee0df27b7d4e67024"
83+
integrity sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==
84+
dependencies:
85+
"@babel/compat-data" "^7.22.9"
86+
"@babel/helper-validator-option" "^7.22.5"
87+
browserslist "^4.21.9"
88+
lru-cache "^5.1.1"
89+
semver "^6.3.1"
90+
8091
"@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.22.9":
8192
version "7.22.9"
8293
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz#f9d0a7aaaa7cd32a3f31c9316a69f5a9bcacb892"
@@ -112,10 +123,10 @@
112123
regexpu-core "^5.3.1"
113124
semver "^6.3.1"
114125

115-
"@babel/helper-define-polyfill-provider@^0.4.1":
116-
version "0.4.1"
117-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.1.tgz#af1429c4a83ac316a6a8c2cc8ff45cb5d2998d3a"
118-
integrity sha512-kX4oXixDxG197yhX+J3Wp+NpL2wuCFjWQAr6yX2jtCnflK9ulMI51ULFGIrWiX1jGfvAxdHp+XQCcP2bZGPs9A==
126+
"@babel/helper-define-polyfill-provider@^0.4.2":
127+
version "0.4.2"
128+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.2.tgz#82c825cadeeeee7aad237618ebbe8fa1710015d7"
129+
integrity sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==
119130
dependencies:
120131
"@babel/helper-compilation-targets" "^7.22.6"
121132
"@babel/helper-plugin-utils" "^7.22.5"
@@ -180,7 +191,7 @@
180191
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
181192
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
182193

183-
"@babel/helper-remap-async-to-generator@^7.22.5":
194+
"@babel/helper-remap-async-to-generator@^7.22.5", "@babel/helper-remap-async-to-generator@^7.22.9":
184195
version "7.22.9"
185196
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.9.tgz#53a25b7484e722d7efb9c350c75c032d4628de82"
186197
integrity sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==
@@ -287,14 +298,6 @@
287298
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703"
288299
integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==
289300

290-
"@babel/plugin-proposal-unicode-property-regex@^7.4.4":
291-
version "7.18.6"
292-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz#af613d2cd5e643643b65cded64207b15c85cb78e"
293-
integrity sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==
294-
dependencies:
295-
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
296-
"@babel/helper-plugin-utils" "^7.18.6"
297-
298301
"@babel/plugin-syntax-async-generators@^7.8.4":
299302
version "7.8.4"
300303
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -450,14 +453,14 @@
450453
dependencies:
451454
"@babel/helper-plugin-utils" "^7.22.5"
452455

453-
"@babel/plugin-transform-async-generator-functions@^7.22.7":
454-
version "7.22.7"
455-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.7.tgz#053e76c0a903b72b573cb1ab7d6882174d460a1b"
456-
integrity sha512-7HmE7pk/Fmke45TODvxvkxRMV9RazV+ZZzhOL9AG8G29TLrr3jkjwF7uJfxZ30EoXpO+LJkq4oA8NjO2DTnEDg==
456+
"@babel/plugin-transform-async-generator-functions@^7.22.10":
457+
version "7.22.10"
458+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.10.tgz#45946cd17f915b10e65c29b8ed18a0a50fc648c8"
459+
integrity sha512-eueE8lvKVzq5wIObKK/7dvoeKJ+xc6TvRn6aysIjS6pSCeLy7S/eVi7pEQknZqyqvzaNKdDtem8nUNTBgDVR2g==
457460
dependencies:
458461
"@babel/helper-environment-visitor" "^7.22.5"
459462
"@babel/helper-plugin-utils" "^7.22.5"
460-
"@babel/helper-remap-async-to-generator" "^7.22.5"
463+
"@babel/helper-remap-async-to-generator" "^7.22.9"
461464
"@babel/plugin-syntax-async-generators" "^7.8.4"
462465

463466
"@babel/plugin-transform-async-to-generator@^7.22.5":
@@ -476,10 +479,10 @@
476479
dependencies:
477480
"@babel/helper-plugin-utils" "^7.22.5"
478481

479-
"@babel/plugin-transform-block-scoping@^7.22.5":
480-
version "7.22.5"
481-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.5.tgz#8bfc793b3a4b2742c0983fadc1480d843ecea31b"
482-
integrity sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==
482+
"@babel/plugin-transform-block-scoping@^7.22.10":
483+
version "7.22.10"
484+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.10.tgz#88a1dccc3383899eb5e660534a76a22ecee64faa"
485+
integrity sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==
483486
dependencies:
484487
"@babel/helper-plugin-utils" "^7.22.5"
485488

@@ -523,14 +526,14 @@
523526
"@babel/helper-plugin-utils" "^7.22.5"
524527
"@babel/template" "^7.22.5"
525528

526-
"@babel/plugin-transform-destructuring@^7.22.5":
527-
version "7.22.5"
528-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.5.tgz#d3aca7438f6c26c78cdd0b0ba920a336001b27cc"
529-
integrity sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==
529+
"@babel/plugin-transform-destructuring@^7.22.10":
530+
version "7.22.10"
531+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.10.tgz#38e2273814a58c810b6c34ea293be4973c4eb5e2"
532+
integrity sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==
530533
dependencies:
531534
"@babel/helper-plugin-utils" "^7.22.5"
532535

533-
"@babel/plugin-transform-dotall-regex@^7.22.5", "@babel/plugin-transform-dotall-regex@^7.4.4":
536+
"@babel/plugin-transform-dotall-regex@^7.22.5":
534537
version "7.22.5"
535538
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz#dbb4f0e45766eb544e193fb00e65a1dd3b2a4165"
536539
integrity sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==
@@ -708,7 +711,16 @@
708711
"@babel/helper-plugin-utils" "^7.22.5"
709712
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
710713

711-
"@babel/plugin-transform-optional-chaining@^7.22.5", "@babel/plugin-transform-optional-chaining@^7.22.6":
714+
"@babel/plugin-transform-optional-chaining@^7.22.10":
715+
version "7.22.10"
716+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.10.tgz#076d28a7e074392e840d4ae587d83445bac0372a"
717+
integrity sha512-MMkQqZAZ+MGj+jGTG3OTuhKeBpNcO+0oCEbrGNEaOmiEn+1MzRyQlYsruGiU8RTK3zV6XwrVJTmwiDOyYK6J9g==
718+
dependencies:
719+
"@babel/helper-plugin-utils" "^7.22.5"
720+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
721+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
722+
723+
"@babel/plugin-transform-optional-chaining@^7.22.5":
712724
version "7.22.6"
713725
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.6.tgz#4bacfe37001fe1901117672875e931d439811564"
714726
integrity sha512-Vd5HiWml0mDVtcLHIoEU5sw6HOUW/Zk0acLs/SAeuLzkGNOPc9DB4nkUajemhCmTIz3eiaKREZn2hQQqF79YTg==
@@ -749,13 +761,13 @@
749761
dependencies:
750762
"@babel/helper-plugin-utils" "^7.22.5"
751763

752-
"@babel/plugin-transform-regenerator@^7.22.5":
753-
version "7.22.5"
754-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.5.tgz#cd8a68b228a5f75fa01420e8cc2fc400f0fc32aa"
755-
integrity sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==
764+
"@babel/plugin-transform-regenerator@^7.22.10":
765+
version "7.22.10"
766+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.10.tgz#8ceef3bd7375c4db7652878b0241b2be5d0c3cca"
767+
integrity sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==
756768
dependencies:
757769
"@babel/helper-plugin-utils" "^7.22.5"
758-
regenerator-transform "^0.15.1"
770+
regenerator-transform "^0.15.2"
759771

760772
"@babel/plugin-transform-reserved-words@^7.22.5":
761773
version "7.22.5"
@@ -800,10 +812,10 @@
800812
dependencies:
801813
"@babel/helper-plugin-utils" "^7.22.5"
802814

803-
"@babel/plugin-transform-unicode-escapes@^7.22.5":
804-
version "7.22.5"
805-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.5.tgz#ce0c248522b1cb22c7c992d88301a5ead70e806c"
806-
integrity sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==
815+
"@babel/plugin-transform-unicode-escapes@^7.22.10":
816+
version "7.22.10"
817+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.10.tgz#c723f380f40a2b2f57a62df24c9005834c8616d9"
818+
integrity sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==
807819
dependencies:
808820
"@babel/helper-plugin-utils" "^7.22.5"
809821

@@ -831,13 +843,13 @@
831843
"@babel/helper-create-regexp-features-plugin" "^7.22.5"
832844
"@babel/helper-plugin-utils" "^7.22.5"
833845

834-
"@babel/[email protected].9":
835-
version "7.22.9"
836-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.9.tgz#57f17108eb5dfd4c5c25a44c1977eba1df310ac7"
837-
integrity sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g==
846+
"@babel/[email protected].10":
847+
version "7.22.10"
848+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.10.tgz#3263b9fe2c8823d191d28e61eac60a79f9ce8a0f"
849+
integrity sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==
838850
dependencies:
839851
"@babel/compat-data" "^7.22.9"
840-
"@babel/helper-compilation-targets" "^7.22.9"
852+
"@babel/helper-compilation-targets" "^7.22.10"
841853
"@babel/helper-plugin-utils" "^7.22.5"
842854
"@babel/helper-validator-option" "^7.22.5"
843855
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.22.5"
@@ -862,15 +874,15 @@
862874
"@babel/plugin-syntax-top-level-await" "^7.14.5"
863875
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
864876
"@babel/plugin-transform-arrow-functions" "^7.22.5"
865-
"@babel/plugin-transform-async-generator-functions" "^7.22.7"
877+
"@babel/plugin-transform-async-generator-functions" "^7.22.10"
866878
"@babel/plugin-transform-async-to-generator" "^7.22.5"
867879
"@babel/plugin-transform-block-scoped-functions" "^7.22.5"
868-
"@babel/plugin-transform-block-scoping" "^7.22.5"
880+
"@babel/plugin-transform-block-scoping" "^7.22.10"
869881
"@babel/plugin-transform-class-properties" "^7.22.5"
870882
"@babel/plugin-transform-class-static-block" "^7.22.5"
871883
"@babel/plugin-transform-classes" "^7.22.6"
872884
"@babel/plugin-transform-computed-properties" "^7.22.5"
873-
"@babel/plugin-transform-destructuring" "^7.22.5"
885+
"@babel/plugin-transform-destructuring" "^7.22.10"
874886
"@babel/plugin-transform-dotall-regex" "^7.22.5"
875887
"@babel/plugin-transform-duplicate-keys" "^7.22.5"
876888
"@babel/plugin-transform-dynamic-import" "^7.22.5"
@@ -893,38 +905,36 @@
893905
"@babel/plugin-transform-object-rest-spread" "^7.22.5"
894906
"@babel/plugin-transform-object-super" "^7.22.5"
895907
"@babel/plugin-transform-optional-catch-binding" "^7.22.5"
896-
"@babel/plugin-transform-optional-chaining" "^7.22.6"
908+
"@babel/plugin-transform-optional-chaining" "^7.22.10"
897909
"@babel/plugin-transform-parameters" "^7.22.5"
898910
"@babel/plugin-transform-private-methods" "^7.22.5"
899911
"@babel/plugin-transform-private-property-in-object" "^7.22.5"
900912
"@babel/plugin-transform-property-literals" "^7.22.5"
901-
"@babel/plugin-transform-regenerator" "^7.22.5"
913+
"@babel/plugin-transform-regenerator" "^7.22.10"
902914
"@babel/plugin-transform-reserved-words" "^7.22.5"
903915
"@babel/plugin-transform-shorthand-properties" "^7.22.5"
904916
"@babel/plugin-transform-spread" "^7.22.5"
905917
"@babel/plugin-transform-sticky-regex" "^7.22.5"
906918
"@babel/plugin-transform-template-literals" "^7.22.5"
907919
"@babel/plugin-transform-typeof-symbol" "^7.22.5"
908-
"@babel/plugin-transform-unicode-escapes" "^7.22.5"
920+
"@babel/plugin-transform-unicode-escapes" "^7.22.10"
909921
"@babel/plugin-transform-unicode-property-regex" "^7.22.5"
910922
"@babel/plugin-transform-unicode-regex" "^7.22.5"
911923
"@babel/plugin-transform-unicode-sets-regex" "^7.22.5"
912-
"@babel/preset-modules" "^0.1.5"
913-
"@babel/types" "^7.22.5"
914-
babel-plugin-polyfill-corejs2 "^0.4.4"
915-
babel-plugin-polyfill-corejs3 "^0.8.2"
916-
babel-plugin-polyfill-regenerator "^0.5.1"
924+
"@babel/preset-modules" "0.1.6-no-external-plugins"
925+
"@babel/types" "^7.22.10"
926+
babel-plugin-polyfill-corejs2 "^0.4.5"
927+
babel-plugin-polyfill-corejs3 "^0.8.3"
928+
babel-plugin-polyfill-regenerator "^0.5.2"
917929
core-js-compat "^3.31.0"
918930
semver "^6.3.1"
919931

920-
"@babel/preset-modules@^0.1.5":
921-
version "0.1.5"
922-
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9"
923-
integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==
932+
"@babel/[email protected].6-no-external-plugins":
933+
version "0.1.6-no-external-plugins"
934+
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a"
935+
integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==
924936
dependencies:
925937
"@babel/helper-plugin-utils" "^7.0.0"
926-
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
927-
"@babel/plugin-transform-dotall-regex" "^7.4.4"
928938
"@babel/types" "^7.4.4"
929939
esutils "^2.0.2"
930940

@@ -974,6 +984,15 @@
974984
"@babel/helper-validator-identifier" "^7.22.5"
975985
to-fast-properties "^2.0.0"
976986

987+
"@babel/types@^7.22.10":
988+
version "7.22.10"
989+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.10.tgz#4a9e76446048f2c66982d1a989dd12b8a2d2dc03"
990+
integrity sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==
991+
dependencies:
992+
"@babel/helper-string-parser" "^7.22.5"
993+
"@babel/helper-validator-identifier" "^7.22.5"
994+
to-fast-properties "^2.0.0"
995+
977996
"@bcoe/v8-coverage@^0.2.3":
978997
version "0.2.3"
979998
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1649,11 +1668,6 @@
16491668
"@jridgewell/resolve-uri" "3.1.0"
16501669
"@jridgewell/sourcemap-codec" "1.4.14"
16511670

1652-
"@nicolo-ribaudo/semver-v6@^6.3.3":
1653-
version "6.3.3"
1654-
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz#ea6d23ade78a325f7a52750aab1526b02b628c29"
1655-
integrity sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg==
1656-
16571671
16581672
version "1.1.2"
16591673
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.1.2.tgz#e9e035b9b166ca0af657a7848eb2718f0f22f183"
@@ -2112,29 +2126,29 @@ babel-plugin-jest-hoist@^29.5.0:
21122126
"@types/babel__core" "^7.1.14"
21132127
"@types/babel__traverse" "^7.0.6"
21142128

2115-
babel-plugin-polyfill-corejs2@^0.4.4:
2116-
version "0.4.4"
2117-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.4.tgz#9f9a0e1cd9d645cc246a5e094db5c3aa913ccd2b"
2118-
integrity sha512-9WeK9snM1BfxB38goUEv2FLnA6ja07UMfazFHzCXUb3NyDZAwfXvQiURQ6guTTMeHcOsdknULm1PDhs4uWtKyA==
2129+
babel-plugin-polyfill-corejs2@^0.4.5:
2130+
version "0.4.5"
2131+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.5.tgz#8097b4cb4af5b64a1d11332b6fb72ef5e64a054c"
2132+
integrity sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==
21192133
dependencies:
21202134
"@babel/compat-data" "^7.22.6"
2121-
"@babel/helper-define-polyfill-provider" "^0.4.1"
2122-
"@nicolo-ribaudo/semver-v6" "^6.3.3"
2135+
"@babel/helper-define-polyfill-provider" "^0.4.2"
2136+
semver "^6.3.1"
21232137

2124-
babel-plugin-polyfill-corejs3@^0.8.2:
2125-
version "0.8.2"
2126-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.2.tgz#d406c5738d298cd9c66f64a94cf8d5904ce4cc5e"
2127-
integrity sha512-Cid+Jv1BrY9ReW9lIfNlNpsI53N+FN7gE+f73zLAUbr9C52W4gKLWSByx47pfDJsEysojKArqOtOKZSVIIUTuQ==
2138+
babel-plugin-polyfill-corejs3@^0.8.3:
2139+
version "0.8.3"
2140+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.3.tgz#b4f719d0ad9bb8e0c23e3e630c0c8ec6dd7a1c52"
2141+
integrity sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==
21282142
dependencies:
2129-
"@babel/helper-define-polyfill-provider" "^0.4.1"
2143+
"@babel/helper-define-polyfill-provider" "^0.4.2"
21302144
core-js-compat "^3.31.0"
21312145

2132-
babel-plugin-polyfill-regenerator@^0.5.1:
2133-
version "0.5.1"
2134-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.1.tgz#ace7a5eced6dff7d5060c335c52064778216afd3"
2135-
integrity sha512-L8OyySuI6OSQ5hFy9O+7zFjyr4WhAfRjLIOkhQGYl+emwJkd/S4XXT1JpfrgR1jrQ1NcGiOh+yAdGlF8pnC3Jw==
2146+
babel-plugin-polyfill-regenerator@^0.5.2:
2147+
version "0.5.2"
2148+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.2.tgz#80d0f3e1098c080c8b5a65f41e9427af692dc326"
2149+
integrity sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==
21362150
dependencies:
2137-
"@babel/helper-define-polyfill-provider" "^0.4.1"
2151+
"@babel/helper-define-polyfill-provider" "^0.4.2"
21382152

21392153
babel-preset-current-node-syntax@^1.0.0:
21402154
version "1.0.1"
@@ -4620,10 +4634,10 @@ regenerator-runtime@^0.13.11:
46204634
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
46214635
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
46224636

4623-
regenerator-transform@^0.15.1:
4624-
version "0.15.1"
4625-
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.1.tgz#f6c4e99fc1b4591f780db2586328e4d9a9d8dc56"
4626-
integrity sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==
4637+
regenerator-transform@^0.15.2:
4638+
version "0.15.2"
4639+
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz#5bbae58b522098ebdf09bca2f83838929001c7a4"
4640+
integrity sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==
46274641
dependencies:
46284642
"@babel/runtime" "^7.8.4"
46294643

0 commit comments

Comments
 (0)