Skip to content

Commit 77ab89c

Browse files
dependabot[bot]nemesifier
authored andcommitted
[deps] Bump @babel/preset-env from 7.28.3 to 7.28.5
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.28.3 to 7.28.5. - [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.28.5/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-version: 7.28.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30322b1 commit 77ab89c

File tree

1 file changed

+118
-65
lines changed

1 file changed

+118
-65
lines changed

yarn.lock

Lines changed: 118 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
js-tokens "^4.0.0"
5656
picocolors "^1.1.1"
5757

58-
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.0":
59-
version "7.28.0"
60-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
61-
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
58+
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.5":
59+
version "7.28.5"
60+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
61+
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
6262

6363
"@babel/core@^7.23.9":
6464
version "7.23.9"
@@ -145,6 +145,17 @@
145145
"@jridgewell/trace-mapping" "^0.3.28"
146146
jsesc "^3.0.2"
147147

148+
"@babel/generator@^7.28.5":
149+
version "7.28.5"
150+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
151+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
152+
dependencies:
153+
"@babel/parser" "^7.28.5"
154+
"@babel/types" "^7.28.5"
155+
"@jridgewell/gen-mapping" "^0.3.12"
156+
"@jridgewell/trace-mapping" "^0.3.28"
157+
jsesc "^3.0.2"
158+
148159
"@babel/helper-annotate-as-pure@^7.22.5":
149160
version "7.22.5"
150161
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -303,6 +314,15 @@
303314
"@babel/helper-validator-identifier" "^7.27.1"
304315
"@babel/traverse" "^7.27.3"
305316

317+
"@babel/helper-module-transforms@^7.28.3":
318+
version "7.28.3"
319+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
320+
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
321+
dependencies:
322+
"@babel/helper-module-imports" "^7.27.1"
323+
"@babel/helper-validator-identifier" "^7.27.1"
324+
"@babel/traverse" "^7.28.3"
325+
306326
"@babel/helper-optimise-call-expression@^7.27.1":
307327
version "7.27.1"
308328
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -376,6 +396,11 @@
376396
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
377397
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
378398

399+
"@babel/helper-validator-identifier@^7.28.5":
400+
version "7.28.5"
401+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
402+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
403+
379404
"@babel/helper-validator-option@^7.27.1":
380405
version "7.27.1"
381406
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
@@ -454,13 +479,20 @@
454479
dependencies:
455480
"@babel/types" "^7.28.2"
456481

457-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
458-
version "7.27.1"
459-
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"
460-
integrity sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==
482+
"@babel/parser@^7.28.5":
483+
version "7.28.5"
484+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
485+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
486+
dependencies:
487+
"@babel/types" "^7.28.5"
488+
489+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
490+
version "7.28.5"
491+
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"
492+
integrity sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==
461493
dependencies:
462494
"@babel/helper-plugin-utils" "^7.27.1"
463-
"@babel/traverse" "^7.27.1"
495+
"@babel/traverse" "^7.28.5"
464496

465497
"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.27.1":
466498
version "7.27.1"
@@ -655,10 +687,10 @@
655687
dependencies:
656688
"@babel/helper-plugin-utils" "^7.27.1"
657689

658-
"@babel/plugin-transform-block-scoping@^7.28.0":
659-
version "7.28.0"
660-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz#e7c50cbacc18034f210b93defa89638666099451"
661-
integrity sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==
690+
"@babel/plugin-transform-block-scoping@^7.28.5":
691+
version "7.28.5"
692+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz#e0d3af63bd8c80de2e567e690a54e84d85eb16f6"
693+
integrity sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==
662694
dependencies:
663695
"@babel/helper-plugin-utils" "^7.27.1"
664696

@@ -678,17 +710,17 @@
678710
"@babel/helper-create-class-features-plugin" "^7.28.3"
679711
"@babel/helper-plugin-utils" "^7.27.1"
680712

681-
"@babel/plugin-transform-classes@^7.28.3":
682-
version "7.28.3"
683-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
684-
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
713+
"@babel/plugin-transform-classes@^7.28.4":
714+
version "7.28.4"
715+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz#75d66175486788c56728a73424d67cbc7473495c"
716+
integrity sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==
685717
dependencies:
686718
"@babel/helper-annotate-as-pure" "^7.27.3"
687719
"@babel/helper-compilation-targets" "^7.27.2"
688720
"@babel/helper-globals" "^7.28.0"
689721
"@babel/helper-plugin-utils" "^7.27.1"
690722
"@babel/helper-replace-supers" "^7.27.1"
691-
"@babel/traverse" "^7.28.3"
723+
"@babel/traverse" "^7.28.4"
692724

693725
"@babel/plugin-transform-computed-properties@^7.27.1":
694726
version "7.27.1"
@@ -698,13 +730,13 @@
698730
"@babel/helper-plugin-utils" "^7.27.1"
699731
"@babel/template" "^7.27.1"
700732

701-
"@babel/plugin-transform-destructuring@^7.28.0":
702-
version "7.28.0"
703-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz#0f156588f69c596089b7d5b06f5af83d9aa7f97a"
704-
integrity sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==
733+
"@babel/plugin-transform-destructuring@^7.28.0", "@babel/plugin-transform-destructuring@^7.28.5":
734+
version "7.28.5"
735+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz#b8402764df96179a2070bb7b501a1586cf8ad7a7"
736+
integrity sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==
705737
dependencies:
706738
"@babel/helper-plugin-utils" "^7.27.1"
707-
"@babel/traverse" "^7.28.0"
739+
"@babel/traverse" "^7.28.5"
708740

709741
"@babel/plugin-transform-dotall-regex@^7.27.1":
710742
version "7.27.1"
@@ -744,10 +776,10 @@
744776
"@babel/helper-plugin-utils" "^7.27.1"
745777
"@babel/plugin-transform-destructuring" "^7.28.0"
746778

747-
"@babel/plugin-transform-exponentiation-operator@^7.27.1":
748-
version "7.27.1"
749-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz#fc497b12d8277e559747f5a3ed868dd8064f83e1"
750-
integrity sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==
779+
"@babel/plugin-transform-exponentiation-operator@^7.28.5":
780+
version "7.28.5"
781+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz#7cc90a8170e83532676cfa505278e147056e94fe"
782+
integrity sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==
751783
dependencies:
752784
"@babel/helper-plugin-utils" "^7.27.1"
753785

@@ -789,10 +821,10 @@
789821
dependencies:
790822
"@babel/helper-plugin-utils" "^7.27.1"
791823

792-
"@babel/plugin-transform-logical-assignment-operators@^7.27.1":
793-
version "7.27.1"
794-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz#890cb20e0270e0e5bebe3f025b434841c32d5baa"
795-
integrity sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==
824+
"@babel/plugin-transform-logical-assignment-operators@^7.28.5":
825+
version "7.28.5"
826+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz#d028fd6db8c081dee4abebc812c2325e24a85b0e"
827+
integrity sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==
796828
dependencies:
797829
"@babel/helper-plugin-utils" "^7.27.1"
798830

@@ -819,15 +851,15 @@
819851
"@babel/helper-module-transforms" "^7.27.1"
820852
"@babel/helper-plugin-utils" "^7.27.1"
821853

822-
"@babel/plugin-transform-modules-systemjs@^7.27.1":
823-
version "7.27.1"
824-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz#00e05b61863070d0f3292a00126c16c0e024c4ed"
825-
integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==
854+
"@babel/plugin-transform-modules-systemjs@^7.28.5":
855+
version "7.28.5"
856+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2"
857+
integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==
826858
dependencies:
827-
"@babel/helper-module-transforms" "^7.27.1"
859+
"@babel/helper-module-transforms" "^7.28.3"
828860
"@babel/helper-plugin-utils" "^7.27.1"
829-
"@babel/helper-validator-identifier" "^7.27.1"
830-
"@babel/traverse" "^7.27.1"
861+
"@babel/helper-validator-identifier" "^7.28.5"
862+
"@babel/traverse" "^7.28.5"
831863

832864
"@babel/plugin-transform-modules-umd@^7.27.1":
833865
version "7.27.1"
@@ -866,16 +898,16 @@
866898
dependencies:
867899
"@babel/helper-plugin-utils" "^7.27.1"
868900

869-
"@babel/plugin-transform-object-rest-spread@^7.28.0":
870-
version "7.28.0"
871-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz#d23021857ffd7cd809f54d624299b8086402ed8d"
872-
integrity sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==
901+
"@babel/plugin-transform-object-rest-spread@^7.28.4":
902+
version "7.28.4"
903+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz#9ee1ceca80b3e6c4bac9247b2149e36958f7f98d"
904+
integrity sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==
873905
dependencies:
874906
"@babel/helper-compilation-targets" "^7.27.2"
875907
"@babel/helper-plugin-utils" "^7.27.1"
876908
"@babel/plugin-transform-destructuring" "^7.28.0"
877909
"@babel/plugin-transform-parameters" "^7.27.7"
878-
"@babel/traverse" "^7.28.0"
910+
"@babel/traverse" "^7.28.4"
879911

880912
"@babel/plugin-transform-object-super@^7.27.1":
881913
version "7.27.1"
@@ -892,10 +924,10 @@
892924
dependencies:
893925
"@babel/helper-plugin-utils" "^7.27.1"
894926

895-
"@babel/plugin-transform-optional-chaining@^7.27.1":
896-
version "7.27.1"
897-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz#874ce3c4f06b7780592e946026eb76a32830454f"
898-
integrity sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==
927+
"@babel/plugin-transform-optional-chaining@^7.27.1", "@babel/plugin-transform-optional-chaining@^7.28.5":
928+
version "7.28.5"
929+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz#8238c785f9d5c1c515a90bf196efb50d075a4b26"
930+
integrity sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==
899931
dependencies:
900932
"@babel/helper-plugin-utils" "^7.27.1"
901933
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
@@ -931,10 +963,10 @@
931963
dependencies:
932964
"@babel/helper-plugin-utils" "^7.27.1"
933965

934-
"@babel/plugin-transform-regenerator@^7.28.3":
935-
version "7.28.3"
936-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
937-
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
966+
"@babel/plugin-transform-regenerator@^7.28.4":
967+
version "7.28.4"
968+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz#9d3fa3bebb48ddd0091ce5729139cd99c67cea51"
969+
integrity sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==
938970
dependencies:
939971
"@babel/helper-plugin-utils" "^7.27.1"
940972

@@ -1021,15 +1053,15 @@
10211053
"@babel/helper-plugin-utils" "^7.27.1"
10221054

10231055
"@babel/preset-env@^7.23.9":
1024-
version "7.28.3"
1025-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
1026-
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
1056+
version "7.28.5"
1057+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.5.tgz#82dd159d1563f219a1ce94324b3071eb89e280b0"
1058+
integrity sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==
10271059
dependencies:
1028-
"@babel/compat-data" "^7.28.0"
1060+
"@babel/compat-data" "^7.28.5"
10291061
"@babel/helper-compilation-targets" "^7.27.2"
10301062
"@babel/helper-plugin-utils" "^7.27.1"
10311063
"@babel/helper-validator-option" "^7.27.1"
1032-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
1064+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5"
10331065
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
10341066
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
10351067
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
@@ -1042,42 +1074,42 @@
10421074
"@babel/plugin-transform-async-generator-functions" "^7.28.0"
10431075
"@babel/plugin-transform-async-to-generator" "^7.27.1"
10441076
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
1045-
"@babel/plugin-transform-block-scoping" "^7.28.0"
1077+
"@babel/plugin-transform-block-scoping" "^7.28.5"
10461078
"@babel/plugin-transform-class-properties" "^7.27.1"
10471079
"@babel/plugin-transform-class-static-block" "^7.28.3"
1048-
"@babel/plugin-transform-classes" "^7.28.3"
1080+
"@babel/plugin-transform-classes" "^7.28.4"
10491081
"@babel/plugin-transform-computed-properties" "^7.27.1"
1050-
"@babel/plugin-transform-destructuring" "^7.28.0"
1082+
"@babel/plugin-transform-destructuring" "^7.28.5"
10511083
"@babel/plugin-transform-dotall-regex" "^7.27.1"
10521084
"@babel/plugin-transform-duplicate-keys" "^7.27.1"
10531085
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.27.1"
10541086
"@babel/plugin-transform-dynamic-import" "^7.27.1"
10551087
"@babel/plugin-transform-explicit-resource-management" "^7.28.0"
1056-
"@babel/plugin-transform-exponentiation-operator" "^7.27.1"
1088+
"@babel/plugin-transform-exponentiation-operator" "^7.28.5"
10571089
"@babel/plugin-transform-export-namespace-from" "^7.27.1"
10581090
"@babel/plugin-transform-for-of" "^7.27.1"
10591091
"@babel/plugin-transform-function-name" "^7.27.1"
10601092
"@babel/plugin-transform-json-strings" "^7.27.1"
10611093
"@babel/plugin-transform-literals" "^7.27.1"
1062-
"@babel/plugin-transform-logical-assignment-operators" "^7.27.1"
1094+
"@babel/plugin-transform-logical-assignment-operators" "^7.28.5"
10631095
"@babel/plugin-transform-member-expression-literals" "^7.27.1"
10641096
"@babel/plugin-transform-modules-amd" "^7.27.1"
10651097
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
1066-
"@babel/plugin-transform-modules-systemjs" "^7.27.1"
1098+
"@babel/plugin-transform-modules-systemjs" "^7.28.5"
10671099
"@babel/plugin-transform-modules-umd" "^7.27.1"
10681100
"@babel/plugin-transform-named-capturing-groups-regex" "^7.27.1"
10691101
"@babel/plugin-transform-new-target" "^7.27.1"
10701102
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
10711103
"@babel/plugin-transform-numeric-separator" "^7.27.1"
1072-
"@babel/plugin-transform-object-rest-spread" "^7.28.0"
1104+
"@babel/plugin-transform-object-rest-spread" "^7.28.4"
10731105
"@babel/plugin-transform-object-super" "^7.27.1"
10741106
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
1075-
"@babel/plugin-transform-optional-chaining" "^7.27.1"
1107+
"@babel/plugin-transform-optional-chaining" "^7.28.5"
10761108
"@babel/plugin-transform-parameters" "^7.27.7"
10771109
"@babel/plugin-transform-private-methods" "^7.27.1"
10781110
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
10791111
"@babel/plugin-transform-property-literals" "^7.27.1"
1080-
"@babel/plugin-transform-regenerator" "^7.28.3"
1112+
"@babel/plugin-transform-regenerator" "^7.28.4"
10811113
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
10821114
"@babel/plugin-transform-reserved-words" "^7.27.1"
10831115
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1198,6 +1230,19 @@
11981230
"@babel/types" "^7.28.2"
11991231
debug "^4.3.1"
12001232

1233+
"@babel/traverse@^7.28.4", "@babel/traverse@^7.28.5":
1234+
version "7.28.5"
1235+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
1236+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
1237+
dependencies:
1238+
"@babel/code-frame" "^7.27.1"
1239+
"@babel/generator" "^7.28.5"
1240+
"@babel/helper-globals" "^7.28.0"
1241+
"@babel/parser" "^7.28.5"
1242+
"@babel/template" "^7.27.2"
1243+
"@babel/types" "^7.28.5"
1244+
debug "^4.3.1"
1245+
12011246
"@babel/types@^7.0.0", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
12021247
version "7.23.0"
12031248
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
@@ -1239,6 +1284,14 @@
12391284
"@babel/helper-string-parser" "^7.27.1"
12401285
"@babel/helper-validator-identifier" "^7.27.1"
12411286

1287+
"@babel/types@^7.28.5":
1288+
version "7.28.5"
1289+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
1290+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
1291+
dependencies:
1292+
"@babel/helper-string-parser" "^7.27.1"
1293+
"@babel/helper-validator-identifier" "^7.28.5"
1294+
12421295
"@bazel/runfiles@^6.3.1":
12431296
version "6.3.1"
12441297
resolved "https://registry.yarnpkg.com/@bazel/runfiles/-/runfiles-6.3.1.tgz#3f8824b2d82853377799d42354b4df78ab0ace0b"

0 commit comments

Comments
 (0)