Skip to content

Commit 0d12d33

Browse files
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 eaf86eb commit 0d12d33

File tree

2 files changed

+111
-67
lines changed

2 files changed

+111
-67
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"@babel/cli": "^7.28.3",
255255
"@babel/core": "^7.28.4",
256256
"@babel/eslint-parser": "^7.28.4",
257-
"@babel/preset-env": "^7.28.3",
257+
"@babel/preset-env": "^7.28.5",
258258
"@babel/preset-flow": "^7.27.1",
259259
"@babel/preset-react": "^7.27.1",
260260
"@babel/register": "^7.28.3",

yarn.lock

Lines changed: 110 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
js-tokens "^4.0.0"
4949
picocolors "^1.1.1"
5050

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

5656
"@babel/core@^7.0.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.4", "@babel/core@^7.28.4":
5757
version "7.28.4"
@@ -94,6 +94,17 @@
9494
"@jridgewell/trace-mapping" "^0.3.28"
9595
jsesc "^3.0.2"
9696

97+
"@babel/generator@^7.28.5":
98+
version "7.28.5"
99+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
100+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
101+
dependencies:
102+
"@babel/parser" "^7.28.5"
103+
"@babel/types" "^7.28.5"
104+
"@jridgewell/gen-mapping" "^0.3.12"
105+
"@jridgewell/trace-mapping" "^0.3.28"
106+
jsesc "^3.0.2"
107+
97108
"@babel/helper-annotate-as-pure@^7.22.5":
98109
version "7.22.5"
99110
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -239,6 +250,11 @@
239250
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
240251
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
241252

253+
"@babel/helper-validator-identifier@^7.28.5":
254+
version "7.28.5"
255+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
256+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
257+
242258
"@babel/helper-validator-option@^7.27.1":
243259
version "7.27.1"
244260
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
@@ -268,13 +284,20 @@
268284
dependencies:
269285
"@babel/types" "^7.28.4"
270286

271-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
272-
version "7.27.1"
273-
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"
274-
integrity sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==
287+
"@babel/parser@^7.28.5":
288+
version "7.28.5"
289+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
290+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
291+
dependencies:
292+
"@babel/types" "^7.28.5"
293+
294+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
295+
version "7.28.5"
296+
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"
297+
integrity sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==
275298
dependencies:
276299
"@babel/helper-plugin-utils" "^7.27.1"
277-
"@babel/traverse" "^7.27.1"
300+
"@babel/traverse" "^7.28.5"
278301

279302
"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.27.1":
280303
version "7.27.1"
@@ -478,10 +501,10 @@
478501
dependencies:
479502
"@babel/helper-plugin-utils" "^7.27.1"
480503

481-
"@babel/plugin-transform-block-scoping@^7.28.0":
482-
version "7.28.0"
483-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz#e7c50cbacc18034f210b93defa89638666099451"
484-
integrity sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==
504+
"@babel/plugin-transform-block-scoping@^7.28.5":
505+
version "7.28.5"
506+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz#e0d3af63bd8c80de2e567e690a54e84d85eb16f6"
507+
integrity sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==
485508
dependencies:
486509
"@babel/helper-plugin-utils" "^7.27.1"
487510

@@ -501,17 +524,17 @@
501524
"@babel/helper-create-class-features-plugin" "^7.28.3"
502525
"@babel/helper-plugin-utils" "^7.27.1"
503526

504-
"@babel/plugin-transform-classes@^7.28.3":
505-
version "7.28.3"
506-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
507-
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
527+
"@babel/plugin-transform-classes@^7.28.4":
528+
version "7.28.4"
529+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz#75d66175486788c56728a73424d67cbc7473495c"
530+
integrity sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==
508531
dependencies:
509532
"@babel/helper-annotate-as-pure" "^7.27.3"
510533
"@babel/helper-compilation-targets" "^7.27.2"
511534
"@babel/helper-globals" "^7.28.0"
512535
"@babel/helper-plugin-utils" "^7.27.1"
513536
"@babel/helper-replace-supers" "^7.27.1"
514-
"@babel/traverse" "^7.28.3"
537+
"@babel/traverse" "^7.28.4"
515538

516539
"@babel/plugin-transform-computed-properties@^7.27.1":
517540
version "7.27.1"
@@ -521,13 +544,13 @@
521544
"@babel/helper-plugin-utils" "^7.27.1"
522545
"@babel/template" "^7.27.1"
523546

524-
"@babel/plugin-transform-destructuring@^7.28.0":
525-
version "7.28.0"
526-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz#0f156588f69c596089b7d5b06f5af83d9aa7f97a"
527-
integrity sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==
547+
"@babel/plugin-transform-destructuring@^7.28.0", "@babel/plugin-transform-destructuring@^7.28.5":
548+
version "7.28.5"
549+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz#b8402764df96179a2070bb7b501a1586cf8ad7a7"
550+
integrity sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==
528551
dependencies:
529552
"@babel/helper-plugin-utils" "^7.27.1"
530-
"@babel/traverse" "^7.28.0"
553+
"@babel/traverse" "^7.28.5"
531554

532555
"@babel/plugin-transform-dotall-regex@^7.27.1":
533556
version "7.27.1"
@@ -567,10 +590,10 @@
567590
"@babel/helper-plugin-utils" "^7.27.1"
568591
"@babel/plugin-transform-destructuring" "^7.28.0"
569592

570-
"@babel/plugin-transform-exponentiation-operator@^7.27.1":
571-
version "7.27.1"
572-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz#fc497b12d8277e559747f5a3ed868dd8064f83e1"
573-
integrity sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==
593+
"@babel/plugin-transform-exponentiation-operator@^7.28.5":
594+
version "7.28.5"
595+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz#7cc90a8170e83532676cfa505278e147056e94fe"
596+
integrity sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==
574597
dependencies:
575598
"@babel/helper-plugin-utils" "^7.27.1"
576599

@@ -620,10 +643,10 @@
620643
dependencies:
621644
"@babel/helper-plugin-utils" "^7.27.1"
622645

623-
"@babel/plugin-transform-logical-assignment-operators@^7.27.1":
624-
version "7.27.1"
625-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz#890cb20e0270e0e5bebe3f025b434841c32d5baa"
626-
integrity sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==
646+
"@babel/plugin-transform-logical-assignment-operators@^7.28.5":
647+
version "7.28.5"
648+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz#d028fd6db8c081dee4abebc812c2325e24a85b0e"
649+
integrity sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==
627650
dependencies:
628651
"@babel/helper-plugin-utils" "^7.27.1"
629652

@@ -650,15 +673,15 @@
650673
"@babel/helper-module-transforms" "^7.27.1"
651674
"@babel/helper-plugin-utils" "^7.27.1"
652675

653-
"@babel/plugin-transform-modules-systemjs@^7.27.1":
654-
version "7.27.1"
655-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz#00e05b61863070d0f3292a00126c16c0e024c4ed"
656-
integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==
676+
"@babel/plugin-transform-modules-systemjs@^7.28.5":
677+
version "7.28.5"
678+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2"
679+
integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==
657680
dependencies:
658-
"@babel/helper-module-transforms" "^7.27.1"
681+
"@babel/helper-module-transforms" "^7.28.3"
659682
"@babel/helper-plugin-utils" "^7.27.1"
660-
"@babel/helper-validator-identifier" "^7.27.1"
661-
"@babel/traverse" "^7.27.1"
683+
"@babel/helper-validator-identifier" "^7.28.5"
684+
"@babel/traverse" "^7.28.5"
662685

663686
"@babel/plugin-transform-modules-umd@^7.27.1":
664687
version "7.27.1"
@@ -697,16 +720,16 @@
697720
dependencies:
698721
"@babel/helper-plugin-utils" "^7.27.1"
699722

700-
"@babel/plugin-transform-object-rest-spread@^7.28.0":
701-
version "7.28.0"
702-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz#d23021857ffd7cd809f54d624299b8086402ed8d"
703-
integrity sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==
723+
"@babel/plugin-transform-object-rest-spread@^7.28.4":
724+
version "7.28.4"
725+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz#9ee1ceca80b3e6c4bac9247b2149e36958f7f98d"
726+
integrity sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==
704727
dependencies:
705728
"@babel/helper-compilation-targets" "^7.27.2"
706729
"@babel/helper-plugin-utils" "^7.27.1"
707730
"@babel/plugin-transform-destructuring" "^7.28.0"
708731
"@babel/plugin-transform-parameters" "^7.27.7"
709-
"@babel/traverse" "^7.28.0"
732+
"@babel/traverse" "^7.28.4"
710733

711734
"@babel/plugin-transform-object-super@^7.27.1":
712735
version "7.27.1"
@@ -723,10 +746,10 @@
723746
dependencies:
724747
"@babel/helper-plugin-utils" "^7.27.1"
725748

726-
"@babel/plugin-transform-optional-chaining@^7.27.1":
727-
version "7.27.1"
728-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz#874ce3c4f06b7780592e946026eb76a32830454f"
729-
integrity sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==
749+
"@babel/plugin-transform-optional-chaining@^7.27.1", "@babel/plugin-transform-optional-chaining@^7.28.5":
750+
version "7.28.5"
751+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz#8238c785f9d5c1c515a90bf196efb50d075a4b26"
752+
integrity sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==
730753
dependencies:
731754
"@babel/helper-plugin-utils" "^7.27.1"
732755
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
@@ -795,10 +818,10 @@
795818
"@babel/helper-annotate-as-pure" "^7.27.1"
796819
"@babel/helper-plugin-utils" "^7.27.1"
797820

798-
"@babel/plugin-transform-regenerator@^7.28.3":
799-
version "7.28.3"
800-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
801-
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
821+
"@babel/plugin-transform-regenerator@^7.28.4":
822+
version "7.28.4"
823+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz#9d3fa3bebb48ddd0091ce5729139cd99c67cea51"
824+
integrity sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==
802825
dependencies:
803826
"@babel/helper-plugin-utils" "^7.27.1"
804827

@@ -884,16 +907,16 @@
884907
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
885908
"@babel/helper-plugin-utils" "^7.27.1"
886909

887-
"@babel/preset-env@^7.28.3":
888-
version "7.28.3"
889-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
890-
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
910+
"@babel/preset-env@^7.28.5":
911+
version "7.28.5"
912+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.5.tgz#82dd159d1563f219a1ce94324b3071eb89e280b0"
913+
integrity sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==
891914
dependencies:
892-
"@babel/compat-data" "^7.28.0"
915+
"@babel/compat-data" "^7.28.5"
893916
"@babel/helper-compilation-targets" "^7.27.2"
894917
"@babel/helper-plugin-utils" "^7.27.1"
895918
"@babel/helper-validator-option" "^7.27.1"
896-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
919+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5"
897920
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
898921
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
899922
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
@@ -906,42 +929,42 @@
906929
"@babel/plugin-transform-async-generator-functions" "^7.28.0"
907930
"@babel/plugin-transform-async-to-generator" "^7.27.1"
908931
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
909-
"@babel/plugin-transform-block-scoping" "^7.28.0"
932+
"@babel/plugin-transform-block-scoping" "^7.28.5"
910933
"@babel/plugin-transform-class-properties" "^7.27.1"
911934
"@babel/plugin-transform-class-static-block" "^7.28.3"
912-
"@babel/plugin-transform-classes" "^7.28.3"
935+
"@babel/plugin-transform-classes" "^7.28.4"
913936
"@babel/plugin-transform-computed-properties" "^7.27.1"
914-
"@babel/plugin-transform-destructuring" "^7.28.0"
937+
"@babel/plugin-transform-destructuring" "^7.28.5"
915938
"@babel/plugin-transform-dotall-regex" "^7.27.1"
916939
"@babel/plugin-transform-duplicate-keys" "^7.27.1"
917940
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.27.1"
918941
"@babel/plugin-transform-dynamic-import" "^7.27.1"
919942
"@babel/plugin-transform-explicit-resource-management" "^7.28.0"
920-
"@babel/plugin-transform-exponentiation-operator" "^7.27.1"
943+
"@babel/plugin-transform-exponentiation-operator" "^7.28.5"
921944
"@babel/plugin-transform-export-namespace-from" "^7.27.1"
922945
"@babel/plugin-transform-for-of" "^7.27.1"
923946
"@babel/plugin-transform-function-name" "^7.27.1"
924947
"@babel/plugin-transform-json-strings" "^7.27.1"
925948
"@babel/plugin-transform-literals" "^7.27.1"
926-
"@babel/plugin-transform-logical-assignment-operators" "^7.27.1"
949+
"@babel/plugin-transform-logical-assignment-operators" "^7.28.5"
927950
"@babel/plugin-transform-member-expression-literals" "^7.27.1"
928951
"@babel/plugin-transform-modules-amd" "^7.27.1"
929952
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
930-
"@babel/plugin-transform-modules-systemjs" "^7.27.1"
953+
"@babel/plugin-transform-modules-systemjs" "^7.28.5"
931954
"@babel/plugin-transform-modules-umd" "^7.27.1"
932955
"@babel/plugin-transform-named-capturing-groups-regex" "^7.27.1"
933956
"@babel/plugin-transform-new-target" "^7.27.1"
934957
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
935958
"@babel/plugin-transform-numeric-separator" "^7.27.1"
936-
"@babel/plugin-transform-object-rest-spread" "^7.28.0"
959+
"@babel/plugin-transform-object-rest-spread" "^7.28.4"
937960
"@babel/plugin-transform-object-super" "^7.27.1"
938961
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
939-
"@babel/plugin-transform-optional-chaining" "^7.27.1"
962+
"@babel/plugin-transform-optional-chaining" "^7.28.5"
940963
"@babel/plugin-transform-parameters" "^7.27.7"
941964
"@babel/plugin-transform-private-methods" "^7.27.1"
942965
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
943966
"@babel/plugin-transform-property-literals" "^7.27.1"
944-
"@babel/plugin-transform-regenerator" "^7.28.3"
967+
"@babel/plugin-transform-regenerator" "^7.28.4"
945968
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
946969
"@babel/plugin-transform-reserved-words" "^7.27.1"
947970
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1035,6 +1058,19 @@
10351058
"@babel/types" "^7.28.4"
10361059
debug "^4.3.1"
10371060

1061+
"@babel/traverse@^7.28.5":
1062+
version "7.28.5"
1063+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
1064+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
1065+
dependencies:
1066+
"@babel/code-frame" "^7.27.1"
1067+
"@babel/generator" "^7.28.5"
1068+
"@babel/helper-globals" "^7.28.0"
1069+
"@babel/parser" "^7.28.5"
1070+
"@babel/template" "^7.27.2"
1071+
"@babel/types" "^7.28.5"
1072+
debug "^4.3.1"
1073+
10381074
"@babel/types@^7.0.0", "@babel/types@^7.22.5", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10391075
version "7.28.4"
10401076
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
@@ -1043,6 +1079,14 @@
10431079
"@babel/helper-string-parser" "^7.27.1"
10441080
"@babel/helper-validator-identifier" "^7.27.1"
10451081

1082+
"@babel/types@^7.28.5":
1083+
version "7.28.5"
1084+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
1085+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
1086+
dependencies:
1087+
"@babel/helper-string-parser" "^7.27.1"
1088+
"@babel/helper-validator-identifier" "^7.28.5"
1089+
10461090
"@bcoe/v8-coverage@^0.2.3":
10471091
version "0.2.3"
10481092
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)