Skip to content

Commit 5103e5d

Browse files
⬆️ deps: Upgrade babel monorepo. to v7.28.5. (#316)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c5c0092 commit 5103e5d

File tree

2 files changed

+129
-64
lines changed

2 files changed

+129
-64
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
},
8383
"devDependencies": {
8484
"@babel/cli": "7.28.3",
85-
"@babel/core": "7.28.4",
86-
"@babel/preset-env": "7.28.3",
85+
"@babel/core": "7.28.5",
86+
"@babel/preset-env": "7.28.5",
8787
"@babel/register": "7.28.3",
8888
"@commitlint/cli": "20.1.0",
8989
"@iterable-iterator/list": "1.0.1",

yarn.lock

Lines changed: 127 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -76,25 +76,30 @@
7676
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
7777
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
7878

79-
"@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.0":
79+
"@babel/compat-data@^7.27.7":
8080
version "7.28.0"
8181
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
8282
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
8383

84-
85-
version "7.28.4"
86-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
87-
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
84+
"@babel/compat-data@^7.28.5":
85+
version "7.28.5"
86+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
87+
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
88+
89+
90+
version "7.28.5"
91+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
92+
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
8893
dependencies:
8994
"@babel/code-frame" "^7.27.1"
90-
"@babel/generator" "^7.28.3"
95+
"@babel/generator" "^7.28.5"
9196
"@babel/helper-compilation-targets" "^7.27.2"
9297
"@babel/helper-module-transforms" "^7.28.3"
9398
"@babel/helpers" "^7.28.4"
94-
"@babel/parser" "^7.28.4"
99+
"@babel/parser" "^7.28.5"
95100
"@babel/template" "^7.27.2"
96-
"@babel/traverse" "^7.28.4"
97-
"@babel/types" "^7.28.4"
101+
"@babel/traverse" "^7.28.5"
102+
"@babel/types" "^7.28.5"
98103
"@jridgewell/remapping" "^2.3.5"
99104
convert-source-map "^2.0.0"
100105
debug "^4.1.0"
@@ -144,6 +149,17 @@
144149
"@jridgewell/trace-mapping" "^0.3.28"
145150
jsesc "^3.0.2"
146151

152+
"@babel/generator@^7.28.5":
153+
version "7.28.5"
154+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
155+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
156+
dependencies:
157+
"@babel/parser" "^7.28.5"
158+
"@babel/types" "^7.28.5"
159+
"@jridgewell/gen-mapping" "^0.3.12"
160+
"@jridgewell/trace-mapping" "^0.3.28"
161+
jsesc "^3.0.2"
162+
147163
"@babel/helper-annotate-as-pure@^7.18.6":
148164
version "7.18.6"
149165
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -353,6 +369,11 @@
353369
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
354370
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
355371

372+
"@babel/helper-validator-identifier@^7.28.5":
373+
version "7.28.5"
374+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
375+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
376+
356377
"@babel/helper-validator-option@^7.27.1":
357378
version "7.27.1"
358379
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
@@ -433,13 +454,20 @@
433454
dependencies:
434455
"@babel/types" "^7.28.4"
435456

436-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
437-
version "7.27.1"
438-
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"
439-
integrity sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==
457+
"@babel/parser@^7.28.5":
458+
version "7.28.5"
459+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
460+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
461+
dependencies:
462+
"@babel/types" "^7.28.5"
463+
464+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
465+
version "7.28.5"
466+
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"
467+
integrity sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==
440468
dependencies:
441469
"@babel/helper-plugin-utils" "^7.27.1"
442-
"@babel/traverse" "^7.27.1"
470+
"@babel/traverse" "^7.28.5"
443471

444472
"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.27.1":
445473
version "7.27.1"
@@ -531,10 +559,10 @@
531559
dependencies:
532560
"@babel/helper-plugin-utils" "^7.27.1"
533561

534-
"@babel/plugin-transform-block-scoping@^7.28.0":
535-
version "7.28.0"
536-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz#e7c50cbacc18034f210b93defa89638666099451"
537-
integrity sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==
562+
"@babel/plugin-transform-block-scoping@^7.28.5":
563+
version "7.28.5"
564+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz#e0d3af63bd8c80de2e567e690a54e84d85eb16f6"
565+
integrity sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==
538566
dependencies:
539567
"@babel/helper-plugin-utils" "^7.27.1"
540568

@@ -554,17 +582,17 @@
554582
"@babel/helper-create-class-features-plugin" "^7.28.3"
555583
"@babel/helper-plugin-utils" "^7.27.1"
556584

557-
"@babel/plugin-transform-classes@^7.28.3":
558-
version "7.28.3"
559-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
560-
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
585+
"@babel/plugin-transform-classes@^7.28.4":
586+
version "7.28.4"
587+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz#75d66175486788c56728a73424d67cbc7473495c"
588+
integrity sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==
561589
dependencies:
562590
"@babel/helper-annotate-as-pure" "^7.27.3"
563591
"@babel/helper-compilation-targets" "^7.27.2"
564592
"@babel/helper-globals" "^7.28.0"
565593
"@babel/helper-plugin-utils" "^7.27.1"
566594
"@babel/helper-replace-supers" "^7.27.1"
567-
"@babel/traverse" "^7.28.3"
595+
"@babel/traverse" "^7.28.4"
568596

569597
"@babel/plugin-transform-computed-properties@^7.27.1":
570598
version "7.27.1"
@@ -582,6 +610,14 @@
582610
"@babel/helper-plugin-utils" "^7.27.1"
583611
"@babel/traverse" "^7.28.0"
584612

613+
"@babel/plugin-transform-destructuring@^7.28.5":
614+
version "7.28.5"
615+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz#b8402764df96179a2070bb7b501a1586cf8ad7a7"
616+
integrity sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==
617+
dependencies:
618+
"@babel/helper-plugin-utils" "^7.27.1"
619+
"@babel/traverse" "^7.28.5"
620+
585621
"@babel/plugin-transform-dotall-regex@^7.27.1":
586622
version "7.27.1"
587623
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz#aa6821de864c528b1fecf286f0a174e38e826f4d"
@@ -620,10 +656,10 @@
620656
"@babel/helper-plugin-utils" "^7.27.1"
621657
"@babel/plugin-transform-destructuring" "^7.28.0"
622658

623-
"@babel/plugin-transform-exponentiation-operator@^7.27.1":
624-
version "7.27.1"
625-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz#fc497b12d8277e559747f5a3ed868dd8064f83e1"
626-
integrity sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==
659+
"@babel/plugin-transform-exponentiation-operator@^7.28.5":
660+
version "7.28.5"
661+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz#7cc90a8170e83532676cfa505278e147056e94fe"
662+
integrity sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==
627663
dependencies:
628664
"@babel/helper-plugin-utils" "^7.27.1"
629665

@@ -665,10 +701,10 @@
665701
dependencies:
666702
"@babel/helper-plugin-utils" "^7.27.1"
667703

668-
"@babel/plugin-transform-logical-assignment-operators@^7.27.1":
669-
version "7.27.1"
670-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz#890cb20e0270e0e5bebe3f025b434841c32d5baa"
671-
integrity sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==
704+
"@babel/plugin-transform-logical-assignment-operators@^7.28.5":
705+
version "7.28.5"
706+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz#d028fd6db8c081dee4abebc812c2325e24a85b0e"
707+
integrity sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==
672708
dependencies:
673709
"@babel/helper-plugin-utils" "^7.27.1"
674710

@@ -695,15 +731,15 @@
695731
"@babel/helper-module-transforms" "^7.27.1"
696732
"@babel/helper-plugin-utils" "^7.27.1"
697733

698-
"@babel/plugin-transform-modules-systemjs@^7.27.1":
699-
version "7.27.1"
700-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz#00e05b61863070d0f3292a00126c16c0e024c4ed"
701-
integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==
734+
"@babel/plugin-transform-modules-systemjs@^7.28.5":
735+
version "7.28.5"
736+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2"
737+
integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==
702738
dependencies:
703-
"@babel/helper-module-transforms" "^7.27.1"
739+
"@babel/helper-module-transforms" "^7.28.3"
704740
"@babel/helper-plugin-utils" "^7.27.1"
705-
"@babel/helper-validator-identifier" "^7.27.1"
706-
"@babel/traverse" "^7.27.1"
741+
"@babel/helper-validator-identifier" "^7.28.5"
742+
"@babel/traverse" "^7.28.5"
707743

708744
"@babel/plugin-transform-modules-umd@^7.27.1":
709745
version "7.27.1"
@@ -742,16 +778,16 @@
742778
dependencies:
743779
"@babel/helper-plugin-utils" "^7.27.1"
744780

745-
"@babel/plugin-transform-object-rest-spread@^7.28.0":
746-
version "7.28.0"
747-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz#d23021857ffd7cd809f54d624299b8086402ed8d"
748-
integrity sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==
781+
"@babel/plugin-transform-object-rest-spread@^7.28.4":
782+
version "7.28.4"
783+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz#9ee1ceca80b3e6c4bac9247b2149e36958f7f98d"
784+
integrity sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==
749785
dependencies:
750786
"@babel/helper-compilation-targets" "^7.27.2"
751787
"@babel/helper-plugin-utils" "^7.27.1"
752788
"@babel/plugin-transform-destructuring" "^7.28.0"
753789
"@babel/plugin-transform-parameters" "^7.27.7"
754-
"@babel/traverse" "^7.28.0"
790+
"@babel/traverse" "^7.28.4"
755791

756792
"@babel/plugin-transform-object-super@^7.27.1":
757793
version "7.27.1"
@@ -776,6 +812,14 @@
776812
"@babel/helper-plugin-utils" "^7.27.1"
777813
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
778814

815+
"@babel/plugin-transform-optional-chaining@^7.28.5":
816+
version "7.28.5"
817+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz#8238c785f9d5c1c515a90bf196efb50d075a4b26"
818+
integrity sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==
819+
dependencies:
820+
"@babel/helper-plugin-utils" "^7.27.1"
821+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
822+
779823
"@babel/plugin-transform-parameters@^7.27.7":
780824
version "7.27.7"
781825
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz#1fd2febb7c74e7d21cf3b05f7aebc907940af53a"
@@ -807,10 +851,10 @@
807851
dependencies:
808852
"@babel/helper-plugin-utils" "^7.27.1"
809853

810-
"@babel/plugin-transform-regenerator@^7.28.3":
811-
version "7.28.3"
812-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
813-
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
854+
"@babel/plugin-transform-regenerator@^7.28.4":
855+
version "7.28.4"
856+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz#9d3fa3bebb48ddd0091ce5729139cd99c67cea51"
857+
integrity sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==
814858
dependencies:
815859
"@babel/helper-plugin-utils" "^7.27.1"
816860

@@ -896,16 +940,16 @@
896940
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
897941
"@babel/helper-plugin-utils" "^7.27.1"
898942

899-
"@babel/[email protected].3":
900-
version "7.28.3"
901-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
902-
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
943+
"@babel/[email protected].5":
944+
version "7.28.5"
945+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.5.tgz#82dd159d1563f219a1ce94324b3071eb89e280b0"
946+
integrity sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==
903947
dependencies:
904-
"@babel/compat-data" "^7.28.0"
948+
"@babel/compat-data" "^7.28.5"
905949
"@babel/helper-compilation-targets" "^7.27.2"
906950
"@babel/helper-plugin-utils" "^7.27.1"
907951
"@babel/helper-validator-option" "^7.27.1"
908-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
952+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5"
909953
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
910954
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
911955
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
@@ -918,42 +962,42 @@
918962
"@babel/plugin-transform-async-generator-functions" "^7.28.0"
919963
"@babel/plugin-transform-async-to-generator" "^7.27.1"
920964
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
921-
"@babel/plugin-transform-block-scoping" "^7.28.0"
965+
"@babel/plugin-transform-block-scoping" "^7.28.5"
922966
"@babel/plugin-transform-class-properties" "^7.27.1"
923967
"@babel/plugin-transform-class-static-block" "^7.28.3"
924-
"@babel/plugin-transform-classes" "^7.28.3"
968+
"@babel/plugin-transform-classes" "^7.28.4"
925969
"@babel/plugin-transform-computed-properties" "^7.27.1"
926-
"@babel/plugin-transform-destructuring" "^7.28.0"
970+
"@babel/plugin-transform-destructuring" "^7.28.5"
927971
"@babel/plugin-transform-dotall-regex" "^7.27.1"
928972
"@babel/plugin-transform-duplicate-keys" "^7.27.1"
929973
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.27.1"
930974
"@babel/plugin-transform-dynamic-import" "^7.27.1"
931975
"@babel/plugin-transform-explicit-resource-management" "^7.28.0"
932-
"@babel/plugin-transform-exponentiation-operator" "^7.27.1"
976+
"@babel/plugin-transform-exponentiation-operator" "^7.28.5"
933977
"@babel/plugin-transform-export-namespace-from" "^7.27.1"
934978
"@babel/plugin-transform-for-of" "^7.27.1"
935979
"@babel/plugin-transform-function-name" "^7.27.1"
936980
"@babel/plugin-transform-json-strings" "^7.27.1"
937981
"@babel/plugin-transform-literals" "^7.27.1"
938-
"@babel/plugin-transform-logical-assignment-operators" "^7.27.1"
982+
"@babel/plugin-transform-logical-assignment-operators" "^7.28.5"
939983
"@babel/plugin-transform-member-expression-literals" "^7.27.1"
940984
"@babel/plugin-transform-modules-amd" "^7.27.1"
941985
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
942-
"@babel/plugin-transform-modules-systemjs" "^7.27.1"
986+
"@babel/plugin-transform-modules-systemjs" "^7.28.5"
943987
"@babel/plugin-transform-modules-umd" "^7.27.1"
944988
"@babel/plugin-transform-named-capturing-groups-regex" "^7.27.1"
945989
"@babel/plugin-transform-new-target" "^7.27.1"
946990
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
947991
"@babel/plugin-transform-numeric-separator" "^7.27.1"
948-
"@babel/plugin-transform-object-rest-spread" "^7.28.0"
992+
"@babel/plugin-transform-object-rest-spread" "^7.28.4"
949993
"@babel/plugin-transform-object-super" "^7.27.1"
950994
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
951-
"@babel/plugin-transform-optional-chaining" "^7.27.1"
995+
"@babel/plugin-transform-optional-chaining" "^7.28.5"
952996
"@babel/plugin-transform-parameters" "^7.27.7"
953997
"@babel/plugin-transform-private-methods" "^7.27.1"
954998
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
955999
"@babel/plugin-transform-property-literals" "^7.27.1"
956-
"@babel/plugin-transform-regenerator" "^7.28.3"
1000+
"@babel/plugin-transform-regenerator" "^7.28.4"
9571001
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
9581002
"@babel/plugin-transform-reserved-words" "^7.27.1"
9591003
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1062,6 +1106,19 @@
10621106
"@babel/types" "^7.28.4"
10631107
debug "^4.3.1"
10641108

1109+
"@babel/traverse@^7.28.5":
1110+
version "7.28.5"
1111+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
1112+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
1113+
dependencies:
1114+
"@babel/code-frame" "^7.27.1"
1115+
"@babel/generator" "^7.28.5"
1116+
"@babel/helper-globals" "^7.28.0"
1117+
"@babel/parser" "^7.28.5"
1118+
"@babel/template" "^7.27.2"
1119+
"@babel/types" "^7.28.5"
1120+
debug "^4.3.1"
1121+
10651122
"@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.4.4":
10661123
version "7.20.7"
10671124
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
@@ -1111,6 +1168,14 @@
11111168
"@babel/helper-string-parser" "^7.27.1"
11121169
"@babel/helper-validator-identifier" "^7.27.1"
11131170

1171+
"@babel/types@^7.28.5":
1172+
version "7.28.5"
1173+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
1174+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
1175+
dependencies:
1176+
"@babel/helper-string-parser" "^7.27.1"
1177+
"@babel/helper-validator-identifier" "^7.28.5"
1178+
11141179
"@bcoe/v8-coverage@^1.0.1":
11151180
version "1.0.2"
11161181
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz#bbe12dca5b4ef983a0d0af4b07b9bc90ea0ababa"

0 commit comments

Comments
 (0)