Skip to content

Commit 7624688

Browse files
chore(deps)(deps-dev): bump @babel/preset-env from 7.26.9 to 7.28.5 (#318)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.26.9 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-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d82ed83 commit 7624688

2 files changed

Lines changed: 100 additions & 56 deletions

File tree

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@babel/core": "^7.28.4",
3737
"@babel/eslint-parser": "^7.28.4",
38-
"@babel/preset-env": "^7.26.9",
38+
"@babel/preset-env": "^7.28.5",
3939
"@eslint/eslintrc": "^3.3.1",
4040
"@eslint/js": "^9.37.0",
4141
"bootstrap": "^5.3.8",

‎yarn.lock‎

Lines changed: 99 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
js-tokens "^4.0.0"
2323
picocolors "^1.1.1"
2424

25-
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.0":
26-
version "7.28.4"
27-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.4.tgz#96fdf1af1b8859c8474ab39c295312bfb7c24b04"
28-
integrity sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==
25+
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.5":
26+
version "7.28.5"
27+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
28+
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
2929

3030
"@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.28.4":
3131
version "7.28.4"
@@ -68,6 +68,17 @@
6868
"@jridgewell/trace-mapping" "^0.3.28"
6969
jsesc "^3.0.2"
7070

71+
"@babel/generator@^7.28.5":
72+
version "7.28.5"
73+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
74+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
75+
dependencies:
76+
"@babel/parser" "^7.28.5"
77+
"@babel/types" "^7.28.5"
78+
"@jridgewell/gen-mapping" "^0.3.12"
79+
"@jridgewell/trace-mapping" "^0.3.28"
80+
jsesc "^3.0.2"
81+
7182
"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
7283
version "7.27.3"
7384
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
@@ -197,6 +208,11 @@
197208
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
198209
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
199210

211+
"@babel/helper-validator-identifier@^7.28.5":
212+
version "7.28.5"
213+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
214+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
215+
200216
"@babel/helper-validator-option@^7.27.1":
201217
version "7.27.1"
202218
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
@@ -226,13 +242,20 @@
226242
dependencies:
227243
"@babel/types" "^7.28.4"
228244

229-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
230-
version "7.27.1"
231-
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"
232-
integrity sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==
245+
"@babel/parser@^7.28.5":
246+
version "7.28.5"
247+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
248+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
249+
dependencies:
250+
"@babel/types" "^7.28.5"
251+
252+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
253+
version "7.28.5"
254+
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"
255+
integrity sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==
233256
dependencies:
234257
"@babel/helper-plugin-utils" "^7.27.1"
235-
"@babel/traverse" "^7.27.1"
258+
"@babel/traverse" "^7.28.5"
236259

237260
"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.27.1":
238261
version "7.27.1"
@@ -436,10 +459,10 @@
436459
dependencies:
437460
"@babel/helper-plugin-utils" "^7.27.1"
438461

439-
"@babel/plugin-transform-block-scoping@^7.28.0":
440-
version "7.28.4"
441-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.4.tgz#e19ac4ddb8b7858bac1fd5c1be98a994d9726410"
442-
integrity sha512-1yxmvN0MJHOhPVmAsmoW5liWwoILobu/d/ShymZmj867bAdxGbehIrew1DuLpw2Ukv+qDSSPQdYW1dLNE7t11A==
462+
"@babel/plugin-transform-block-scoping@^7.28.5":
463+
version "7.28.5"
464+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz#e0d3af63bd8c80de2e567e690a54e84d85eb16f6"
465+
integrity sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==
443466
dependencies:
444467
"@babel/helper-plugin-utils" "^7.27.1"
445468

@@ -459,7 +482,7 @@
459482
"@babel/helper-create-class-features-plugin" "^7.28.3"
460483
"@babel/helper-plugin-utils" "^7.27.1"
461484

462-
"@babel/plugin-transform-classes@^7.28.3":
485+
"@babel/plugin-transform-classes@^7.28.4":
463486
version "7.28.4"
464487
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz#75d66175486788c56728a73424d67cbc7473495c"
465488
integrity sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==
@@ -479,13 +502,13 @@
479502
"@babel/helper-plugin-utils" "^7.27.1"
480503
"@babel/template" "^7.27.1"
481504

482-
"@babel/plugin-transform-destructuring@^7.28.0":
483-
version "7.28.0"
484-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz#0f156588f69c596089b7d5b06f5af83d9aa7f97a"
485-
integrity sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==
505+
"@babel/plugin-transform-destructuring@^7.28.0", "@babel/plugin-transform-destructuring@^7.28.5":
506+
version "7.28.5"
507+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz#b8402764df96179a2070bb7b501a1586cf8ad7a7"
508+
integrity sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==
486509
dependencies:
487510
"@babel/helper-plugin-utils" "^7.27.1"
488-
"@babel/traverse" "^7.28.0"
511+
"@babel/traverse" "^7.28.5"
489512

490513
"@babel/plugin-transform-dotall-regex@^7.27.1":
491514
version "7.27.1"
@@ -525,10 +548,10 @@
525548
"@babel/helper-plugin-utils" "^7.27.1"
526549
"@babel/plugin-transform-destructuring" "^7.28.0"
527550

528-
"@babel/plugin-transform-exponentiation-operator@^7.27.1":
529-
version "7.27.1"
530-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz#fc497b12d8277e559747f5a3ed868dd8064f83e1"
531-
integrity sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==
551+
"@babel/plugin-transform-exponentiation-operator@^7.28.5":
552+
version "7.28.5"
553+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz#7cc90a8170e83532676cfa505278e147056e94fe"
554+
integrity sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==
532555
dependencies:
533556
"@babel/helper-plugin-utils" "^7.27.1"
534557

@@ -570,10 +593,10 @@
570593
dependencies:
571594
"@babel/helper-plugin-utils" "^7.27.1"
572595

573-
"@babel/plugin-transform-logical-assignment-operators@^7.27.1":
574-
version "7.27.1"
575-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz#890cb20e0270e0e5bebe3f025b434841c32d5baa"
576-
integrity sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==
596+
"@babel/plugin-transform-logical-assignment-operators@^7.28.5":
597+
version "7.28.5"
598+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz#d028fd6db8c081dee4abebc812c2325e24a85b0e"
599+
integrity sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==
577600
dependencies:
578601
"@babel/helper-plugin-utils" "^7.27.1"
579602

@@ -600,15 +623,15 @@
600623
"@babel/helper-module-transforms" "^7.27.1"
601624
"@babel/helper-plugin-utils" "^7.27.1"
602625

603-
"@babel/plugin-transform-modules-systemjs@^7.27.1":
604-
version "7.27.1"
605-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz#00e05b61863070d0f3292a00126c16c0e024c4ed"
606-
integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==
626+
"@babel/plugin-transform-modules-systemjs@^7.28.5":
627+
version "7.28.5"
628+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2"
629+
integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==
607630
dependencies:
608-
"@babel/helper-module-transforms" "^7.27.1"
631+
"@babel/helper-module-transforms" "^7.28.3"
609632
"@babel/helper-plugin-utils" "^7.27.1"
610-
"@babel/helper-validator-identifier" "^7.27.1"
611-
"@babel/traverse" "^7.27.1"
633+
"@babel/helper-validator-identifier" "^7.28.5"
634+
"@babel/traverse" "^7.28.5"
612635

613636
"@babel/plugin-transform-modules-umd@^7.27.1":
614637
version "7.27.1"
@@ -647,7 +670,7 @@
647670
dependencies:
648671
"@babel/helper-plugin-utils" "^7.27.1"
649672

650-
"@babel/plugin-transform-object-rest-spread@^7.28.0":
673+
"@babel/plugin-transform-object-rest-spread@^7.28.4":
651674
version "7.28.4"
652675
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz#9ee1ceca80b3e6c4bac9247b2149e36958f7f98d"
653676
integrity sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==
@@ -673,10 +696,10 @@
673696
dependencies:
674697
"@babel/helper-plugin-utils" "^7.27.1"
675698

676-
"@babel/plugin-transform-optional-chaining@^7.27.1":
677-
version "7.27.1"
678-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz#874ce3c4f06b7780592e946026eb76a32830454f"
679-
integrity sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==
699+
"@babel/plugin-transform-optional-chaining@^7.27.1", "@babel/plugin-transform-optional-chaining@^7.28.5":
700+
version "7.28.5"
701+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz#8238c785f9d5c1c515a90bf196efb50d075a4b26"
702+
integrity sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==
680703
dependencies:
681704
"@babel/helper-plugin-utils" "^7.27.1"
682705
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
@@ -712,7 +735,7 @@
712735
dependencies:
713736
"@babel/helper-plugin-utils" "^7.27.1"
714737

715-
"@babel/plugin-transform-regenerator@^7.28.3":
738+
"@babel/plugin-transform-regenerator@^7.28.4":
716739
version "7.28.4"
717740
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz#9d3fa3bebb48ddd0091ce5729139cd99c67cea51"
718741
integrity sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==
@@ -801,16 +824,16 @@
801824
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
802825
"@babel/helper-plugin-utils" "^7.27.1"
803826

804-
"@babel/preset-env@^7.26.9":
805-
version "7.28.3"
806-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
807-
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
827+
"@babel/preset-env@^7.28.5":
828+
version "7.28.5"
829+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.5.tgz#82dd159d1563f219a1ce94324b3071eb89e280b0"
830+
integrity sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==
808831
dependencies:
809-
"@babel/compat-data" "^7.28.0"
832+
"@babel/compat-data" "^7.28.5"
810833
"@babel/helper-compilation-targets" "^7.27.2"
811834
"@babel/helper-plugin-utils" "^7.27.1"
812835
"@babel/helper-validator-option" "^7.27.1"
813-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
836+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5"
814837
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
815838
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
816839
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
@@ -823,42 +846,42 @@
823846
"@babel/plugin-transform-async-generator-functions" "^7.28.0"
824847
"@babel/plugin-transform-async-to-generator" "^7.27.1"
825848
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
826-
"@babel/plugin-transform-block-scoping" "^7.28.0"
849+
"@babel/plugin-transform-block-scoping" "^7.28.5"
827850
"@babel/plugin-transform-class-properties" "^7.27.1"
828851
"@babel/plugin-transform-class-static-block" "^7.28.3"
829-
"@babel/plugin-transform-classes" "^7.28.3"
852+
"@babel/plugin-transform-classes" "^7.28.4"
830853
"@babel/plugin-transform-computed-properties" "^7.27.1"
831-
"@babel/plugin-transform-destructuring" "^7.28.0"
854+
"@babel/plugin-transform-destructuring" "^7.28.5"
832855
"@babel/plugin-transform-dotall-regex" "^7.27.1"
833856
"@babel/plugin-transform-duplicate-keys" "^7.27.1"
834857
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.27.1"
835858
"@babel/plugin-transform-dynamic-import" "^7.27.1"
836859
"@babel/plugin-transform-explicit-resource-management" "^7.28.0"
837-
"@babel/plugin-transform-exponentiation-operator" "^7.27.1"
860+
"@babel/plugin-transform-exponentiation-operator" "^7.28.5"
838861
"@babel/plugin-transform-export-namespace-from" "^7.27.1"
839862
"@babel/plugin-transform-for-of" "^7.27.1"
840863
"@babel/plugin-transform-function-name" "^7.27.1"
841864
"@babel/plugin-transform-json-strings" "^7.27.1"
842865
"@babel/plugin-transform-literals" "^7.27.1"
843-
"@babel/plugin-transform-logical-assignment-operators" "^7.27.1"
866+
"@babel/plugin-transform-logical-assignment-operators" "^7.28.5"
844867
"@babel/plugin-transform-member-expression-literals" "^7.27.1"
845868
"@babel/plugin-transform-modules-amd" "^7.27.1"
846869
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
847-
"@babel/plugin-transform-modules-systemjs" "^7.27.1"
870+
"@babel/plugin-transform-modules-systemjs" "^7.28.5"
848871
"@babel/plugin-transform-modules-umd" "^7.27.1"
849872
"@babel/plugin-transform-named-capturing-groups-regex" "^7.27.1"
850873
"@babel/plugin-transform-new-target" "^7.27.1"
851874
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
852875
"@babel/plugin-transform-numeric-separator" "^7.27.1"
853-
"@babel/plugin-transform-object-rest-spread" "^7.28.0"
876+
"@babel/plugin-transform-object-rest-spread" "^7.28.4"
854877
"@babel/plugin-transform-object-super" "^7.27.1"
855878
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
856-
"@babel/plugin-transform-optional-chaining" "^7.27.1"
879+
"@babel/plugin-transform-optional-chaining" "^7.28.5"
857880
"@babel/plugin-transform-parameters" "^7.27.7"
858881
"@babel/plugin-transform-private-methods" "^7.27.1"
859882
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
860883
"@babel/plugin-transform-property-literals" "^7.27.1"
861-
"@babel/plugin-transform-regenerator" "^7.28.3"
884+
"@babel/plugin-transform-regenerator" "^7.28.4"
862885
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
863886
"@babel/plugin-transform-reserved-words" "^7.27.1"
864887
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -913,6 +936,19 @@
913936
"@babel/types" "^7.28.4"
914937
debug "^4.3.1"
915938

939+
"@babel/traverse@^7.28.5":
940+
version "7.28.5"
941+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
942+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
943+
dependencies:
944+
"@babel/code-frame" "^7.27.1"
945+
"@babel/generator" "^7.28.5"
946+
"@babel/helper-globals" "^7.28.0"
947+
"@babel/parser" "^7.28.5"
948+
"@babel/template" "^7.27.2"
949+
"@babel/types" "^7.28.5"
950+
debug "^4.3.1"
951+
916952
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.4.4":
917953
version "7.28.4"
918954
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
@@ -921,6 +957,14 @@
921957
"@babel/helper-string-parser" "^7.27.1"
922958
"@babel/helper-validator-identifier" "^7.27.1"
923959

960+
"@babel/types@^7.28.5":
961+
version "7.28.5"
962+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
963+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
964+
dependencies:
965+
"@babel/helper-string-parser" "^7.27.1"
966+
"@babel/helper-validator-identifier" "^7.28.5"
967+
924968
"@bcoe/v8-coverage@^0.2.3":
925969
version "0.2.3"
926970
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)