Skip to content

Commit f37b84e

Browse files
chore(deps): update dependency @babel/preset-env to v7.28.5 (#1662)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent abcacdc commit f37b84e

File tree

2 files changed

+129
-55
lines changed

2 files changed

+129
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prepare": "husky install"
4949
},
5050
"devDependencies": {
51-
"@babel/preset-env": "7.28.3",
51+
"@babel/preset-env": "7.28.5",
5252
"@rollup/plugin-babel": "6.1.0",
5353
"@rollup/plugin-node-resolve": "16.0.3",
5454
"@types/jest": "29.5.14",

yarn.lock

Lines changed: 128 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,16 @@
5151
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
5252
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
5353

54-
"@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.0":
54+
"@babel/compat-data@^7.27.7":
5555
version "7.28.0"
5656
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
5757
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
5858

59+
"@babel/compat-data@^7.28.5":
60+
version "7.28.5"
61+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
62+
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
63+
5964
"@babel/core@^7.11.6", "@babel/core@^7.12.3":
6065
version "7.22.9"
6166
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.9.tgz#bd96492c68822198f33e8a256061da3cf391f58f"
@@ -120,6 +125,17 @@
120125
"@jridgewell/trace-mapping" "^0.3.28"
121126
jsesc "^3.0.2"
122127

128+
"@babel/generator@^7.28.5":
129+
version "7.28.5"
130+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
131+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
132+
dependencies:
133+
"@babel/parser" "^7.28.5"
134+
"@babel/types" "^7.28.5"
135+
"@jridgewell/gen-mapping" "^0.3.12"
136+
"@jridgewell/trace-mapping" "^0.3.28"
137+
jsesc "^3.0.2"
138+
123139
"@babel/helper-annotate-as-pure@^7.22.5":
124140
version "7.22.5"
125141
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -297,6 +313,15 @@
297313
"@babel/helper-validator-identifier" "^7.27.1"
298314
"@babel/traverse" "^7.27.1"
299315

316+
"@babel/helper-module-transforms@^7.28.3":
317+
version "7.28.3"
318+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
319+
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
320+
dependencies:
321+
"@babel/helper-module-imports" "^7.27.1"
322+
"@babel/helper-validator-identifier" "^7.27.1"
323+
"@babel/traverse" "^7.28.3"
324+
300325
"@babel/helper-optimise-call-expression@^7.27.1":
301326
version "7.27.1"
302327
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -374,6 +399,11 @@
374399
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
375400
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
376401

402+
"@babel/helper-validator-identifier@^7.28.5":
403+
version "7.28.5"
404+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
405+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
406+
377407
"@babel/helper-validator-option@^7.22.5":
378408
version "7.22.5"
379409
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac"
@@ -437,13 +467,20 @@
437467
dependencies:
438468
"@babel/types" "^7.28.2"
439469

440-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
441-
version "7.27.1"
442-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
443-
integrity sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==
470+
"@babel/parser@^7.28.5":
471+
version "7.28.5"
472+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
473+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
474+
dependencies:
475+
"@babel/types" "^7.28.5"
476+
477+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
478+
version "7.28.5"
479+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz#fbde57974707bbfa0376d34d425ff4fa6c732421"
480+
integrity sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==
444481
dependencies:
445482
"@babel/helper-plugin-utils" "^7.27.1"
446-
"@babel/traverse" "^7.27.1"
483+
"@babel/traverse" "^7.28.5"
447484

448485
"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.27.1":
449486
version "7.27.1"
@@ -633,10 +670,10 @@
633670
dependencies:
634671
"@babel/helper-plugin-utils" "^7.27.1"
635672

636-
"@babel/plugin-transform-block-scoping@^7.28.0":
637-
version "7.28.0"
638-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz#e7c50cbacc18034f210b93defa89638666099451"
639-
integrity sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==
673+
"@babel/plugin-transform-block-scoping@^7.28.5":
674+
version "7.28.5"
675+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz#e0d3af63bd8c80de2e567e690a54e84d85eb16f6"
676+
integrity sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==
640677
dependencies:
641678
"@babel/helper-plugin-utils" "^7.27.1"
642679

@@ -656,17 +693,17 @@
656693
"@babel/helper-create-class-features-plugin" "^7.28.3"
657694
"@babel/helper-plugin-utils" "^7.27.1"
658695

659-
"@babel/plugin-transform-classes@^7.28.3":
660-
version "7.28.3"
661-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
662-
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
696+
"@babel/plugin-transform-classes@^7.28.4":
697+
version "7.28.4"
698+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz#75d66175486788c56728a73424d67cbc7473495c"
699+
integrity sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==
663700
dependencies:
664701
"@babel/helper-annotate-as-pure" "^7.27.3"
665702
"@babel/helper-compilation-targets" "^7.27.2"
666703
"@babel/helper-globals" "^7.28.0"
667704
"@babel/helper-plugin-utils" "^7.27.1"
668705
"@babel/helper-replace-supers" "^7.27.1"
669-
"@babel/traverse" "^7.28.3"
706+
"@babel/traverse" "^7.28.4"
670707

671708
"@babel/plugin-transform-computed-properties@^7.27.1":
672709
version "7.27.1"
@@ -684,6 +721,14 @@
684721
"@babel/helper-plugin-utils" "^7.27.1"
685722
"@babel/traverse" "^7.28.0"
686723

724+
"@babel/plugin-transform-destructuring@^7.28.5":
725+
version "7.28.5"
726+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz#b8402764df96179a2070bb7b501a1586cf8ad7a7"
727+
integrity sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==
728+
dependencies:
729+
"@babel/helper-plugin-utils" "^7.27.1"
730+
"@babel/traverse" "^7.28.5"
731+
687732
"@babel/plugin-transform-dotall-regex@^7.27.1":
688733
version "7.27.1"
689734
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz#aa6821de864c528b1fecf286f0a174e38e826f4d"
@@ -722,10 +767,10 @@
722767
"@babel/helper-plugin-utils" "^7.27.1"
723768
"@babel/plugin-transform-destructuring" "^7.28.0"
724769

725-
"@babel/plugin-transform-exponentiation-operator@^7.27.1":
726-
version "7.27.1"
727-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz#fc497b12d8277e559747f5a3ed868dd8064f83e1"
728-
integrity sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==
770+
"@babel/plugin-transform-exponentiation-operator@^7.28.5":
771+
version "7.28.5"
772+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz#7cc90a8170e83532676cfa505278e147056e94fe"
773+
integrity sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==
729774
dependencies:
730775
"@babel/helper-plugin-utils" "^7.27.1"
731776

@@ -767,10 +812,10 @@
767812
dependencies:
768813
"@babel/helper-plugin-utils" "^7.27.1"
769814

770-
"@babel/plugin-transform-logical-assignment-operators@^7.27.1":
771-
version "7.27.1"
772-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz#890cb20e0270e0e5bebe3f025b434841c32d5baa"
773-
integrity sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==
815+
"@babel/plugin-transform-logical-assignment-operators@^7.28.5":
816+
version "7.28.5"
817+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz#d028fd6db8c081dee4abebc812c2325e24a85b0e"
818+
integrity sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==
774819
dependencies:
775820
"@babel/helper-plugin-utils" "^7.27.1"
776821

@@ -797,15 +842,15 @@
797842
"@babel/helper-module-transforms" "^7.27.1"
798843
"@babel/helper-plugin-utils" "^7.27.1"
799844

800-
"@babel/plugin-transform-modules-systemjs@^7.27.1":
801-
version "7.27.1"
802-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz#00e05b61863070d0f3292a00126c16c0e024c4ed"
803-
integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==
845+
"@babel/plugin-transform-modules-systemjs@^7.28.5":
846+
version "7.28.5"
847+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2"
848+
integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==
804849
dependencies:
805-
"@babel/helper-module-transforms" "^7.27.1"
850+
"@babel/helper-module-transforms" "^7.28.3"
806851
"@babel/helper-plugin-utils" "^7.27.1"
807-
"@babel/helper-validator-identifier" "^7.27.1"
808-
"@babel/traverse" "^7.27.1"
852+
"@babel/helper-validator-identifier" "^7.28.5"
853+
"@babel/traverse" "^7.28.5"
809854

810855
"@babel/plugin-transform-modules-umd@^7.27.1":
811856
version "7.27.1"
@@ -844,16 +889,16 @@
844889
dependencies:
845890
"@babel/helper-plugin-utils" "^7.27.1"
846891

847-
"@babel/plugin-transform-object-rest-spread@^7.28.0":
848-
version "7.28.0"
849-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz#d23021857ffd7cd809f54d624299b8086402ed8d"
850-
integrity sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==
892+
"@babel/plugin-transform-object-rest-spread@^7.28.4":
893+
version "7.28.4"
894+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz#9ee1ceca80b3e6c4bac9247b2149e36958f7f98d"
895+
integrity sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==
851896
dependencies:
852897
"@babel/helper-compilation-targets" "^7.27.2"
853898
"@babel/helper-plugin-utils" "^7.27.1"
854899
"@babel/plugin-transform-destructuring" "^7.28.0"
855900
"@babel/plugin-transform-parameters" "^7.27.7"
856-
"@babel/traverse" "^7.28.0"
901+
"@babel/traverse" "^7.28.4"
857902

858903
"@babel/plugin-transform-object-super@^7.27.1":
859904
version "7.27.1"
@@ -878,6 +923,14 @@
878923
"@babel/helper-plugin-utils" "^7.27.1"
879924
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
880925

926+
"@babel/plugin-transform-optional-chaining@^7.28.5":
927+
version "7.28.5"
928+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz#8238c785f9d5c1c515a90bf196efb50d075a4b26"
929+
integrity sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==
930+
dependencies:
931+
"@babel/helper-plugin-utils" "^7.27.1"
932+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
933+
881934
"@babel/plugin-transform-parameters@^7.27.7":
882935
version "7.27.7"
883936
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz#1fd2febb7c74e7d21cf3b05f7aebc907940af53a"
@@ -909,10 +962,10 @@
909962
dependencies:
910963
"@babel/helper-plugin-utils" "^7.27.1"
911964

912-
"@babel/plugin-transform-regenerator@^7.28.3":
913-
version "7.28.3"
914-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
915-
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
965+
"@babel/plugin-transform-regenerator@^7.28.4":
966+
version "7.28.4"
967+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz#9d3fa3bebb48ddd0091ce5729139cd99c67cea51"
968+
integrity sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==
916969
dependencies:
917970
"@babel/helper-plugin-utils" "^7.27.1"
918971

@@ -998,16 +1051,16 @@
9981051
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
9991052
"@babel/helper-plugin-utils" "^7.27.1"
10001053

1001-
"@babel/[email protected].3":
1002-
version "7.28.3"
1003-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
1004-
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
1054+
"@babel/[email protected].5":
1055+
version "7.28.5"
1056+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.5.tgz#82dd159d1563f219a1ce94324b3071eb89e280b0"
1057+
integrity sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==
10051058
dependencies:
1006-
"@babel/compat-data" "^7.28.0"
1059+
"@babel/compat-data" "^7.28.5"
10071060
"@babel/helper-compilation-targets" "^7.27.2"
10081061
"@babel/helper-plugin-utils" "^7.27.1"
10091062
"@babel/helper-validator-option" "^7.27.1"
1010-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
1063+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5"
10111064
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
10121065
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
10131066
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
@@ -1020,42 +1073,42 @@
10201073
"@babel/plugin-transform-async-generator-functions" "^7.28.0"
10211074
"@babel/plugin-transform-async-to-generator" "^7.27.1"
10221075
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
1023-
"@babel/plugin-transform-block-scoping" "^7.28.0"
1076+
"@babel/plugin-transform-block-scoping" "^7.28.5"
10241077
"@babel/plugin-transform-class-properties" "^7.27.1"
10251078
"@babel/plugin-transform-class-static-block" "^7.28.3"
1026-
"@babel/plugin-transform-classes" "^7.28.3"
1079+
"@babel/plugin-transform-classes" "^7.28.4"
10271080
"@babel/plugin-transform-computed-properties" "^7.27.1"
1028-
"@babel/plugin-transform-destructuring" "^7.28.0"
1081+
"@babel/plugin-transform-destructuring" "^7.28.5"
10291082
"@babel/plugin-transform-dotall-regex" "^7.27.1"
10301083
"@babel/plugin-transform-duplicate-keys" "^7.27.1"
10311084
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.27.1"
10321085
"@babel/plugin-transform-dynamic-import" "^7.27.1"
10331086
"@babel/plugin-transform-explicit-resource-management" "^7.28.0"
1034-
"@babel/plugin-transform-exponentiation-operator" "^7.27.1"
1087+
"@babel/plugin-transform-exponentiation-operator" "^7.28.5"
10351088
"@babel/plugin-transform-export-namespace-from" "^7.27.1"
10361089
"@babel/plugin-transform-for-of" "^7.27.1"
10371090
"@babel/plugin-transform-function-name" "^7.27.1"
10381091
"@babel/plugin-transform-json-strings" "^7.27.1"
10391092
"@babel/plugin-transform-literals" "^7.27.1"
1040-
"@babel/plugin-transform-logical-assignment-operators" "^7.27.1"
1093+
"@babel/plugin-transform-logical-assignment-operators" "^7.28.5"
10411094
"@babel/plugin-transform-member-expression-literals" "^7.27.1"
10421095
"@babel/plugin-transform-modules-amd" "^7.27.1"
10431096
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
1044-
"@babel/plugin-transform-modules-systemjs" "^7.27.1"
1097+
"@babel/plugin-transform-modules-systemjs" "^7.28.5"
10451098
"@babel/plugin-transform-modules-umd" "^7.27.1"
10461099
"@babel/plugin-transform-named-capturing-groups-regex" "^7.27.1"
10471100
"@babel/plugin-transform-new-target" "^7.27.1"
10481101
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
10491102
"@babel/plugin-transform-numeric-separator" "^7.27.1"
1050-
"@babel/plugin-transform-object-rest-spread" "^7.28.0"
1103+
"@babel/plugin-transform-object-rest-spread" "^7.28.4"
10511104
"@babel/plugin-transform-object-super" "^7.27.1"
10521105
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
1053-
"@babel/plugin-transform-optional-chaining" "^7.27.1"
1106+
"@babel/plugin-transform-optional-chaining" "^7.28.5"
10541107
"@babel/plugin-transform-parameters" "^7.27.7"
10551108
"@babel/plugin-transform-private-methods" "^7.27.1"
10561109
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
10571110
"@babel/plugin-transform-property-literals" "^7.27.1"
1058-
"@babel/plugin-transform-regenerator" "^7.28.3"
1111+
"@babel/plugin-transform-regenerator" "^7.28.4"
10591112
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
10601113
"@babel/plugin-transform-reserved-words" "^7.27.1"
10611114
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1170,6 +1223,19 @@
11701223
"@babel/types" "^7.28.2"
11711224
debug "^4.3.1"
11721225

1226+
"@babel/traverse@^7.28.4", "@babel/traverse@^7.28.5":
1227+
version "7.28.5"
1228+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
1229+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
1230+
dependencies:
1231+
"@babel/code-frame" "^7.27.1"
1232+
"@babel/generator" "^7.28.5"
1233+
"@babel/helper-globals" "^7.28.0"
1234+
"@babel/parser" "^7.28.5"
1235+
"@babel/template" "^7.27.2"
1236+
"@babel/types" "^7.28.5"
1237+
debug "^4.3.1"
1238+
11731239
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
11741240
version "7.22.5"
11751241
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
@@ -1203,6 +1269,14 @@
12031269
"@babel/helper-string-parser" "^7.27.1"
12041270
"@babel/helper-validator-identifier" "^7.27.1"
12051271

1272+
"@babel/types@^7.28.5":
1273+
version "7.28.5"
1274+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
1275+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
1276+
dependencies:
1277+
"@babel/helper-string-parser" "^7.27.1"
1278+
"@babel/helper-validator-identifier" "^7.28.5"
1279+
12061280
"@bcoe/v8-coverage@^0.2.3":
12071281
version "0.2.3"
12081282
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)