Skip to content

Commit 9f5a735

Browse files
chore(deps-dev): bump @babel/preset-env from 7.28.3 to 7.28.5 (#314)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eder Sampaio <edersampaio@outlook.com.br>
1 parent edd743e commit 9f5a735

File tree

2 files changed

+104
-60
lines changed

2 files changed

+104
-60
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"react-router-dom": "^6.27.0"
3434
},
3535
"devDependencies": {
36-
"@babel/preset-env": "^7.28.3",
36+
"@babel/preset-env": "^7.28.5",
3737
"@babel/preset-react": "^7.28.5",
3838
"@babel/preset-typescript": "^7.27.1",
3939
"@testing-library/jest-dom": "^5.17.0",

yarn.lock

Lines changed: 103 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
js-tokens "^4.0.0"
4040
picocolors "^1.1.1"
4141

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

4747
"@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.28.4":
4848
version "7.28.4"
@@ -98,6 +98,17 @@
9898
"@jridgewell/trace-mapping" "^0.3.28"
9999
jsesc "^3.0.2"
100100

101+
"@babel/generator@^7.28.5":
102+
version "7.28.5"
103+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
104+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
105+
dependencies:
106+
"@babel/parser" "^7.28.5"
107+
"@babel/types" "^7.28.5"
108+
"@jridgewell/gen-mapping" "^0.3.12"
109+
"@jridgewell/trace-mapping" "^0.3.28"
110+
jsesc "^3.0.2"
111+
101112
"@babel/helper-annotate-as-pure@^7.18.6":
102113
version "7.18.6"
103114
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -286,6 +297,11 @@
286297
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
287298
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
288299

300+
"@babel/helper-validator-identifier@^7.28.5":
301+
version "7.28.5"
302+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
303+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
304+
289305
"@babel/helper-validator-option@^7.27.1":
290306
version "7.27.1"
291307
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
@@ -355,13 +371,20 @@
355371
dependencies:
356372
"@babel/types" "^7.28.4"
357373

358-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
359-
version "7.27.1"
360-
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"
361-
integrity sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==
374+
"@babel/parser@^7.28.5":
375+
version "7.28.5"
376+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
377+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
378+
dependencies:
379+
"@babel/types" "^7.28.5"
380+
381+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
382+
version "7.28.5"
383+
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"
384+
integrity sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==
362385
dependencies:
363386
"@babel/helper-plugin-utils" "^7.27.1"
364-
"@babel/traverse" "^7.27.1"
387+
"@babel/traverse" "^7.28.5"
365388

366389
"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.27.1":
367390
version "7.27.1"
@@ -565,10 +588,10 @@
565588
dependencies:
566589
"@babel/helper-plugin-utils" "^7.27.1"
567590

568-
"@babel/plugin-transform-block-scoping@^7.28.0":
569-
version "7.28.0"
570-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz#e7c50cbacc18034f210b93defa89638666099451"
571-
integrity sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==
591+
"@babel/plugin-transform-block-scoping@^7.28.5":
592+
version "7.28.5"
593+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz#e0d3af63bd8c80de2e567e690a54e84d85eb16f6"
594+
integrity sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==
572595
dependencies:
573596
"@babel/helper-plugin-utils" "^7.27.1"
574597

@@ -588,7 +611,7 @@
588611
"@babel/helper-create-class-features-plugin" "^7.28.3"
589612
"@babel/helper-plugin-utils" "^7.27.1"
590613

591-
"@babel/plugin-transform-classes@^7.28.3":
614+
"@babel/plugin-transform-classes@^7.28.4":
592615
version "7.28.4"
593616
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz#75d66175486788c56728a73424d67cbc7473495c"
594617
integrity sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==
@@ -608,13 +631,13 @@
608631
"@babel/helper-plugin-utils" "^7.27.1"
609632
"@babel/template" "^7.27.1"
610633

611-
"@babel/plugin-transform-destructuring@^7.28.0":
612-
version "7.28.0"
613-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz#0f156588f69c596089b7d5b06f5af83d9aa7f97a"
614-
integrity sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==
634+
"@babel/plugin-transform-destructuring@^7.28.0", "@babel/plugin-transform-destructuring@^7.28.5":
635+
version "7.28.5"
636+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz#b8402764df96179a2070bb7b501a1586cf8ad7a7"
637+
integrity sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==
615638
dependencies:
616639
"@babel/helper-plugin-utils" "^7.27.1"
617-
"@babel/traverse" "^7.28.0"
640+
"@babel/traverse" "^7.28.5"
618641

619642
"@babel/plugin-transform-dotall-regex@^7.27.1":
620643
version "7.27.1"
@@ -654,10 +677,10 @@
654677
"@babel/helper-plugin-utils" "^7.27.1"
655678
"@babel/plugin-transform-destructuring" "^7.28.0"
656679

657-
"@babel/plugin-transform-exponentiation-operator@^7.27.1":
658-
version "7.27.1"
659-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz#fc497b12d8277e559747f5a3ed868dd8064f83e1"
660-
integrity sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==
680+
"@babel/plugin-transform-exponentiation-operator@^7.28.5":
681+
version "7.28.5"
682+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz#7cc90a8170e83532676cfa505278e147056e94fe"
683+
integrity sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==
661684
dependencies:
662685
"@babel/helper-plugin-utils" "^7.27.1"
663686

@@ -699,10 +722,10 @@
699722
dependencies:
700723
"@babel/helper-plugin-utils" "^7.27.1"
701724

702-
"@babel/plugin-transform-logical-assignment-operators@^7.27.1":
703-
version "7.27.1"
704-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz#890cb20e0270e0e5bebe3f025b434841c32d5baa"
705-
integrity sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==
725+
"@babel/plugin-transform-logical-assignment-operators@^7.28.5":
726+
version "7.28.5"
727+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz#d028fd6db8c081dee4abebc812c2325e24a85b0e"
728+
integrity sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==
706729
dependencies:
707730
"@babel/helper-plugin-utils" "^7.27.1"
708731

@@ -729,15 +752,15 @@
729752
"@babel/helper-module-transforms" "^7.27.1"
730753
"@babel/helper-plugin-utils" "^7.27.1"
731754

732-
"@babel/plugin-transform-modules-systemjs@^7.27.1":
733-
version "7.27.1"
734-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz#00e05b61863070d0f3292a00126c16c0e024c4ed"
735-
integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==
755+
"@babel/plugin-transform-modules-systemjs@^7.28.5":
756+
version "7.28.5"
757+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2"
758+
integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==
736759
dependencies:
737-
"@babel/helper-module-transforms" "^7.27.1"
760+
"@babel/helper-module-transforms" "^7.28.3"
738761
"@babel/helper-plugin-utils" "^7.27.1"
739-
"@babel/helper-validator-identifier" "^7.27.1"
740-
"@babel/traverse" "^7.27.1"
762+
"@babel/helper-validator-identifier" "^7.28.5"
763+
"@babel/traverse" "^7.28.5"
741764

742765
"@babel/plugin-transform-modules-umd@^7.27.1":
743766
version "7.27.1"
@@ -776,16 +799,16 @@
776799
dependencies:
777800
"@babel/helper-plugin-utils" "^7.27.1"
778801

779-
"@babel/plugin-transform-object-rest-spread@^7.28.0":
780-
version "7.28.0"
781-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz#d23021857ffd7cd809f54d624299b8086402ed8d"
782-
integrity sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==
802+
"@babel/plugin-transform-object-rest-spread@^7.28.4":
803+
version "7.28.4"
804+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz#9ee1ceca80b3e6c4bac9247b2149e36958f7f98d"
805+
integrity sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==
783806
dependencies:
784807
"@babel/helper-compilation-targets" "^7.27.2"
785808
"@babel/helper-plugin-utils" "^7.27.1"
786809
"@babel/plugin-transform-destructuring" "^7.28.0"
787810
"@babel/plugin-transform-parameters" "^7.27.7"
788-
"@babel/traverse" "^7.28.0"
811+
"@babel/traverse" "^7.28.4"
789812

790813
"@babel/plugin-transform-object-super@^7.27.1":
791814
version "7.27.1"
@@ -802,10 +825,10 @@
802825
dependencies:
803826
"@babel/helper-plugin-utils" "^7.27.1"
804827

805-
"@babel/plugin-transform-optional-chaining@^7.27.1":
806-
version "7.27.1"
807-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz#874ce3c4f06b7780592e946026eb76a32830454f"
808-
integrity sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==
828+
"@babel/plugin-transform-optional-chaining@^7.27.1", "@babel/plugin-transform-optional-chaining@^7.28.5":
829+
version "7.28.5"
830+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz#8238c785f9d5c1c515a90bf196efb50d075a4b26"
831+
integrity sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==
809832
dependencies:
810833
"@babel/helper-plugin-utils" "^7.27.1"
811834
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
@@ -888,7 +911,7 @@
888911
"@babel/helper-annotate-as-pure" "^7.27.1"
889912
"@babel/helper-plugin-utils" "^7.27.1"
890913

891-
"@babel/plugin-transform-regenerator@^7.28.3":
914+
"@babel/plugin-transform-regenerator@^7.28.4":
892915
version "7.28.4"
893916
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz#9d3fa3bebb48ddd0091ce5729139cd99c67cea51"
894917
integrity sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==
@@ -988,16 +1011,16 @@
9881011
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
9891012
"@babel/helper-plugin-utils" "^7.27.1"
9901013

991-
"@babel/preset-env@^7.28.3":
992-
version "7.28.3"
993-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
994-
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
1014+
"@babel/preset-env@^7.28.5":
1015+
version "7.28.5"
1016+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.5.tgz#82dd159d1563f219a1ce94324b3071eb89e280b0"
1017+
integrity sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==
9951018
dependencies:
996-
"@babel/compat-data" "^7.28.0"
1019+
"@babel/compat-data" "^7.28.5"
9971020
"@babel/helper-compilation-targets" "^7.27.2"
9981021
"@babel/helper-plugin-utils" "^7.27.1"
9991022
"@babel/helper-validator-option" "^7.27.1"
1000-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
1023+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5"
10011024
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
10021025
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
10031026
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
@@ -1010,42 +1033,42 @@
10101033
"@babel/plugin-transform-async-generator-functions" "^7.28.0"
10111034
"@babel/plugin-transform-async-to-generator" "^7.27.1"
10121035
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
1013-
"@babel/plugin-transform-block-scoping" "^7.28.0"
1036+
"@babel/plugin-transform-block-scoping" "^7.28.5"
10141037
"@babel/plugin-transform-class-properties" "^7.27.1"
10151038
"@babel/plugin-transform-class-static-block" "^7.28.3"
1016-
"@babel/plugin-transform-classes" "^7.28.3"
1039+
"@babel/plugin-transform-classes" "^7.28.4"
10171040
"@babel/plugin-transform-computed-properties" "^7.27.1"
1018-
"@babel/plugin-transform-destructuring" "^7.28.0"
1041+
"@babel/plugin-transform-destructuring" "^7.28.5"
10191042
"@babel/plugin-transform-dotall-regex" "^7.27.1"
10201043
"@babel/plugin-transform-duplicate-keys" "^7.27.1"
10211044
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.27.1"
10221045
"@babel/plugin-transform-dynamic-import" "^7.27.1"
10231046
"@babel/plugin-transform-explicit-resource-management" "^7.28.0"
1024-
"@babel/plugin-transform-exponentiation-operator" "^7.27.1"
1047+
"@babel/plugin-transform-exponentiation-operator" "^7.28.5"
10251048
"@babel/plugin-transform-export-namespace-from" "^7.27.1"
10261049
"@babel/plugin-transform-for-of" "^7.27.1"
10271050
"@babel/plugin-transform-function-name" "^7.27.1"
10281051
"@babel/plugin-transform-json-strings" "^7.27.1"
10291052
"@babel/plugin-transform-literals" "^7.27.1"
1030-
"@babel/plugin-transform-logical-assignment-operators" "^7.27.1"
1053+
"@babel/plugin-transform-logical-assignment-operators" "^7.28.5"
10311054
"@babel/plugin-transform-member-expression-literals" "^7.27.1"
10321055
"@babel/plugin-transform-modules-amd" "^7.27.1"
10331056
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
1034-
"@babel/plugin-transform-modules-systemjs" "^7.27.1"
1057+
"@babel/plugin-transform-modules-systemjs" "^7.28.5"
10351058
"@babel/plugin-transform-modules-umd" "^7.27.1"
10361059
"@babel/plugin-transform-named-capturing-groups-regex" "^7.27.1"
10371060
"@babel/plugin-transform-new-target" "^7.27.1"
10381061
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
10391062
"@babel/plugin-transform-numeric-separator" "^7.27.1"
1040-
"@babel/plugin-transform-object-rest-spread" "^7.28.0"
1063+
"@babel/plugin-transform-object-rest-spread" "^7.28.4"
10411064
"@babel/plugin-transform-object-super" "^7.27.1"
10421065
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
1043-
"@babel/plugin-transform-optional-chaining" "^7.27.1"
1066+
"@babel/plugin-transform-optional-chaining" "^7.28.5"
10441067
"@babel/plugin-transform-parameters" "^7.27.7"
10451068
"@babel/plugin-transform-private-methods" "^7.27.1"
10461069
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
10471070
"@babel/plugin-transform-property-literals" "^7.27.1"
1048-
"@babel/plugin-transform-regenerator" "^7.28.3"
1071+
"@babel/plugin-transform-regenerator" "^7.28.4"
10491072
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
10501073
"@babel/plugin-transform-reserved-words" "^7.27.1"
10511074
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1173,6 +1196,19 @@
11731196
"@babel/types" "^7.28.4"
11741197
debug "^4.3.1"
11751198

1199+
"@babel/traverse@^7.28.5":
1200+
version "7.28.5"
1201+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
1202+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
1203+
dependencies:
1204+
"@babel/code-frame" "^7.27.1"
1205+
"@babel/generator" "^7.28.5"
1206+
"@babel/helper-globals" "^7.28.0"
1207+
"@babel/parser" "^7.28.5"
1208+
"@babel/template" "^7.27.2"
1209+
"@babel/types" "^7.28.5"
1210+
debug "^4.3.1"
1211+
11761212
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
11771213
version "7.23.0"
11781214
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
@@ -1214,6 +1250,14 @@
12141250
"@babel/helper-string-parser" "^7.27.1"
12151251
"@babel/helper-validator-identifier" "^7.27.1"
12161252

1253+
"@babel/types@^7.28.5":
1254+
version "7.28.5"
1255+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
1256+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
1257+
dependencies:
1258+
"@babel/helper-string-parser" "^7.27.1"
1259+
"@babel/helper-validator-identifier" "^7.28.5"
1260+
12171261
"@bcoe/v8-coverage@^0.2.3":
12181262
version "0.2.3"
12191263
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)