Skip to content

Commit 25ca34d

Browse files
Update babel monorepo to v7.28.5
1 parent d18e006 commit 25ca34d

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
@@ -9,7 +9,7 @@
99
"minireset.css": "^0.0.7"
1010
},
1111
"devDependencies": {
12-
"@babel/core": "7.28.4",
12+
"@babel/core": "7.28.5",
1313
"@babel/plugin-proposal-class-properties": "7.18.6",
1414
"@babel/plugin-proposal-decorators": "7.28.0",
1515
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
@@ -19,7 +19,7 @@
1919
"@babel/plugin-proposal-throw-expressions": "7.27.1",
2020
"@babel/plugin-syntax-dynamic-import": "7.8.3",
2121
"@babel/plugin-syntax-import-meta": "7.10.4",
22-
"@babel/preset-env": "7.28.3",
22+
"@babel/preset-env": "7.28.5",
2323
"babel-loader": "8.4.1",
2424
"browser-sync": "2.29.3",
2525
"gulp": "4.0.2",

yarn.lock

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

31-
"@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.0":
31+
"@babel/compat-data@^7.27.7":
3232
version "7.28.0"
3333
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
3434
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
3535

36-
"@babel/core@7.28.4":
37-
version "7.28.4"
38-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
39-
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
36+
"@babel/compat-data@^7.28.5":
37+
version "7.28.5"
38+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
39+
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
40+
41+
"@babel/core@7.28.5":
42+
version "7.28.5"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
44+
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
4045
dependencies:
4146
"@babel/code-frame" "^7.27.1"
42-
"@babel/generator" "^7.28.3"
47+
"@babel/generator" "^7.28.5"
4348
"@babel/helper-compilation-targets" "^7.27.2"
4449
"@babel/helper-module-transforms" "^7.28.3"
4550
"@babel/helpers" "^7.28.4"
46-
"@babel/parser" "^7.28.4"
51+
"@babel/parser" "^7.28.5"
4752
"@babel/template" "^7.27.2"
48-
"@babel/traverse" "^7.28.4"
49-
"@babel/types" "^7.28.4"
53+
"@babel/traverse" "^7.28.5"
54+
"@babel/types" "^7.28.5"
5055
"@jridgewell/remapping" "^2.3.5"
5156
convert-source-map "^2.0.0"
5257
debug "^4.1.0"
@@ -96,6 +101,17 @@
96101
"@jridgewell/trace-mapping" "^0.3.28"
97102
jsesc "^3.0.2"
98103

104+
"@babel/generator@^7.28.5":
105+
version "7.28.5"
106+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
107+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
108+
dependencies:
109+
"@babel/parser" "^7.28.5"
110+
"@babel/types" "^7.28.5"
111+
"@jridgewell/gen-mapping" "^0.3.12"
112+
"@jridgewell/trace-mapping" "^0.3.28"
113+
jsesc "^3.0.2"
114+
99115
"@babel/helper-annotate-as-pure@^7.18.6":
100116
version "7.18.6"
101117
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -375,6 +391,11 @@
375391
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
376392
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
377393

394+
"@babel/helper-validator-identifier@^7.28.5":
395+
version "7.28.5"
396+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
397+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
398+
378399
"@babel/helper-validator-identifier@^7.9.0":
379400
version "7.9.0"
380401
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
@@ -451,18 +472,25 @@
451472
dependencies:
452473
"@babel/types" "^7.28.4"
453474

475+
"@babel/parser@^7.28.5":
476+
version "7.28.5"
477+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
478+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
479+
dependencies:
480+
"@babel/types" "^7.28.5"
481+
454482
"@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
455483
version "7.14.5"
456484
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
457485
integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
458486

459-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
460-
version "7.27.1"
461-
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"
462-
integrity sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==
487+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
488+
version "7.28.5"
489+
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"
490+
integrity sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==
463491
dependencies:
464492
"@babel/helper-plugin-utils" "^7.27.1"
465-
"@babel/traverse" "^7.27.1"
493+
"@babel/traverse" "^7.28.5"
466494

467495
"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.27.1":
468496
version "7.27.1"
@@ -652,10 +680,10 @@
652680
dependencies:
653681
"@babel/helper-plugin-utils" "^7.27.1"
654682

655-
"@babel/plugin-transform-block-scoping@^7.28.0":
656-
version "7.28.0"
657-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz#e7c50cbacc18034f210b93defa89638666099451"
658-
integrity sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==
683+
"@babel/plugin-transform-block-scoping@^7.28.5":
684+
version "7.28.5"
685+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz#e0d3af63bd8c80de2e567e690a54e84d85eb16f6"
686+
integrity sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==
659687
dependencies:
660688
"@babel/helper-plugin-utils" "^7.27.1"
661689

@@ -675,17 +703,17 @@
675703
"@babel/helper-create-class-features-plugin" "^7.28.3"
676704
"@babel/helper-plugin-utils" "^7.27.1"
677705

678-
"@babel/plugin-transform-classes@^7.28.3":
679-
version "7.28.3"
680-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
681-
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
706+
"@babel/plugin-transform-classes@^7.28.4":
707+
version "7.28.4"
708+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz#75d66175486788c56728a73424d67cbc7473495c"
709+
integrity sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==
682710
dependencies:
683711
"@babel/helper-annotate-as-pure" "^7.27.3"
684712
"@babel/helper-compilation-targets" "^7.27.2"
685713
"@babel/helper-globals" "^7.28.0"
686714
"@babel/helper-plugin-utils" "^7.27.1"
687715
"@babel/helper-replace-supers" "^7.27.1"
688-
"@babel/traverse" "^7.28.3"
716+
"@babel/traverse" "^7.28.4"
689717

690718
"@babel/plugin-transform-computed-properties@^7.27.1":
691719
version "7.27.1"
@@ -703,6 +731,14 @@
703731
"@babel/helper-plugin-utils" "^7.27.1"
704732
"@babel/traverse" "^7.28.0"
705733

734+
"@babel/plugin-transform-destructuring@^7.28.5":
735+
version "7.28.5"
736+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz#b8402764df96179a2070bb7b501a1586cf8ad7a7"
737+
integrity sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==
738+
dependencies:
739+
"@babel/helper-plugin-utils" "^7.27.1"
740+
"@babel/traverse" "^7.28.5"
741+
706742
"@babel/plugin-transform-dotall-regex@^7.27.1":
707743
version "7.27.1"
708744
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz#aa6821de864c528b1fecf286f0a174e38e826f4d"
@@ -741,10 +777,10 @@
741777
"@babel/helper-plugin-utils" "^7.27.1"
742778
"@babel/plugin-transform-destructuring" "^7.28.0"
743779

744-
"@babel/plugin-transform-exponentiation-operator@^7.27.1":
745-
version "7.27.1"
746-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz#fc497b12d8277e559747f5a3ed868dd8064f83e1"
747-
integrity sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==
780+
"@babel/plugin-transform-exponentiation-operator@^7.28.5":
781+
version "7.28.5"
782+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz#7cc90a8170e83532676cfa505278e147056e94fe"
783+
integrity sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==
748784
dependencies:
749785
"@babel/helper-plugin-utils" "^7.27.1"
750786

@@ -786,10 +822,10 @@
786822
dependencies:
787823
"@babel/helper-plugin-utils" "^7.27.1"
788824

789-
"@babel/plugin-transform-logical-assignment-operators@^7.27.1":
790-
version "7.27.1"
791-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz#890cb20e0270e0e5bebe3f025b434841c32d5baa"
792-
integrity sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==
825+
"@babel/plugin-transform-logical-assignment-operators@^7.28.5":
826+
version "7.28.5"
827+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz#d028fd6db8c081dee4abebc812c2325e24a85b0e"
828+
integrity sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==
793829
dependencies:
794830
"@babel/helper-plugin-utils" "^7.27.1"
795831

@@ -816,15 +852,15 @@
816852
"@babel/helper-module-transforms" "^7.27.1"
817853
"@babel/helper-plugin-utils" "^7.27.1"
818854

819-
"@babel/plugin-transform-modules-systemjs@^7.27.1":
820-
version "7.27.1"
821-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz#00e05b61863070d0f3292a00126c16c0e024c4ed"
822-
integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==
855+
"@babel/plugin-transform-modules-systemjs@^7.28.5":
856+
version "7.28.5"
857+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2"
858+
integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==
823859
dependencies:
824-
"@babel/helper-module-transforms" "^7.27.1"
860+
"@babel/helper-module-transforms" "^7.28.3"
825861
"@babel/helper-plugin-utils" "^7.27.1"
826-
"@babel/helper-validator-identifier" "^7.27.1"
827-
"@babel/traverse" "^7.27.1"
862+
"@babel/helper-validator-identifier" "^7.28.5"
863+
"@babel/traverse" "^7.28.5"
828864

829865
"@babel/plugin-transform-modules-umd@^7.27.1":
830866
version "7.27.1"
@@ -863,16 +899,16 @@
863899
dependencies:
864900
"@babel/helper-plugin-utils" "^7.27.1"
865901

866-
"@babel/plugin-transform-object-rest-spread@^7.28.0":
867-
version "7.28.0"
868-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz#d23021857ffd7cd809f54d624299b8086402ed8d"
869-
integrity sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==
902+
"@babel/plugin-transform-object-rest-spread@^7.28.4":
903+
version "7.28.4"
904+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz#9ee1ceca80b3e6c4bac9247b2149e36958f7f98d"
905+
integrity sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==
870906
dependencies:
871907
"@babel/helper-compilation-targets" "^7.27.2"
872908
"@babel/helper-plugin-utils" "^7.27.1"
873909
"@babel/plugin-transform-destructuring" "^7.28.0"
874910
"@babel/plugin-transform-parameters" "^7.27.7"
875-
"@babel/traverse" "^7.28.0"
911+
"@babel/traverse" "^7.28.4"
876912

877913
"@babel/plugin-transform-object-super@^7.27.1":
878914
version "7.27.1"
@@ -897,6 +933,14 @@
897933
"@babel/helper-plugin-utils" "^7.27.1"
898934
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
899935

936+
"@babel/plugin-transform-optional-chaining@^7.28.5":
937+
version "7.28.5"
938+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz#8238c785f9d5c1c515a90bf196efb50d075a4b26"
939+
integrity sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==
940+
dependencies:
941+
"@babel/helper-plugin-utils" "^7.27.1"
942+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
943+
900944
"@babel/plugin-transform-parameters@^7.27.7":
901945
version "7.27.7"
902946
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz#1fd2febb7c74e7d21cf3b05f7aebc907940af53a"
@@ -928,10 +972,10 @@
928972
dependencies:
929973
"@babel/helper-plugin-utils" "^7.27.1"
930974

931-
"@babel/plugin-transform-regenerator@^7.28.3":
932-
version "7.28.3"
933-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
934-
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
975+
"@babel/plugin-transform-regenerator@^7.28.4":
976+
version "7.28.4"
977+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz#9d3fa3bebb48ddd0091ce5729139cd99c67cea51"
978+
integrity sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==
935979
dependencies:
936980
"@babel/helper-plugin-utils" "^7.27.1"
937981

@@ -1017,16 +1061,16 @@
10171061
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
10181062
"@babel/helper-plugin-utils" "^7.27.1"
10191063

1020-
"@babel/preset-env@7.28.3":
1021-
version "7.28.3"
1022-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
1023-
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
1064+
"@babel/preset-env@7.28.5":
1065+
version "7.28.5"
1066+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.5.tgz#82dd159d1563f219a1ce94324b3071eb89e280b0"
1067+
integrity sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==
10241068
dependencies:
1025-
"@babel/compat-data" "^7.28.0"
1069+
"@babel/compat-data" "^7.28.5"
10261070
"@babel/helper-compilation-targets" "^7.27.2"
10271071
"@babel/helper-plugin-utils" "^7.27.1"
10281072
"@babel/helper-validator-option" "^7.27.1"
1029-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
1073+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5"
10301074
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
10311075
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
10321076
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
@@ -1039,42 +1083,42 @@
10391083
"@babel/plugin-transform-async-generator-functions" "^7.28.0"
10401084
"@babel/plugin-transform-async-to-generator" "^7.27.1"
10411085
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
1042-
"@babel/plugin-transform-block-scoping" "^7.28.0"
1086+
"@babel/plugin-transform-block-scoping" "^7.28.5"
10431087
"@babel/plugin-transform-class-properties" "^7.27.1"
10441088
"@babel/plugin-transform-class-static-block" "^7.28.3"
1045-
"@babel/plugin-transform-classes" "^7.28.3"
1089+
"@babel/plugin-transform-classes" "^7.28.4"
10461090
"@babel/plugin-transform-computed-properties" "^7.27.1"
1047-
"@babel/plugin-transform-destructuring" "^7.28.0"
1091+
"@babel/plugin-transform-destructuring" "^7.28.5"
10481092
"@babel/plugin-transform-dotall-regex" "^7.27.1"
10491093
"@babel/plugin-transform-duplicate-keys" "^7.27.1"
10501094
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.27.1"
10511095
"@babel/plugin-transform-dynamic-import" "^7.27.1"
10521096
"@babel/plugin-transform-explicit-resource-management" "^7.28.0"
1053-
"@babel/plugin-transform-exponentiation-operator" "^7.27.1"
1097+
"@babel/plugin-transform-exponentiation-operator" "^7.28.5"
10541098
"@babel/plugin-transform-export-namespace-from" "^7.27.1"
10551099
"@babel/plugin-transform-for-of" "^7.27.1"
10561100
"@babel/plugin-transform-function-name" "^7.27.1"
10571101
"@babel/plugin-transform-json-strings" "^7.27.1"
10581102
"@babel/plugin-transform-literals" "^7.27.1"
1059-
"@babel/plugin-transform-logical-assignment-operators" "^7.27.1"
1103+
"@babel/plugin-transform-logical-assignment-operators" "^7.28.5"
10601104
"@babel/plugin-transform-member-expression-literals" "^7.27.1"
10611105
"@babel/plugin-transform-modules-amd" "^7.27.1"
10621106
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
1063-
"@babel/plugin-transform-modules-systemjs" "^7.27.1"
1107+
"@babel/plugin-transform-modules-systemjs" "^7.28.5"
10641108
"@babel/plugin-transform-modules-umd" "^7.27.1"
10651109
"@babel/plugin-transform-named-capturing-groups-regex" "^7.27.1"
10661110
"@babel/plugin-transform-new-target" "^7.27.1"
10671111
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
10681112
"@babel/plugin-transform-numeric-separator" "^7.27.1"
1069-
"@babel/plugin-transform-object-rest-spread" "^7.28.0"
1113+
"@babel/plugin-transform-object-rest-spread" "^7.28.4"
10701114
"@babel/plugin-transform-object-super" "^7.27.1"
10711115
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
1072-
"@babel/plugin-transform-optional-chaining" "^7.27.1"
1116+
"@babel/plugin-transform-optional-chaining" "^7.28.5"
10731117
"@babel/plugin-transform-parameters" "^7.27.7"
10741118
"@babel/plugin-transform-private-methods" "^7.27.1"
10751119
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
10761120
"@babel/plugin-transform-property-literals" "^7.27.1"
1077-
"@babel/plugin-transform-regenerator" "^7.28.3"
1121+
"@babel/plugin-transform-regenerator" "^7.28.4"
10781122
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
10791123
"@babel/plugin-transform-reserved-words" "^7.27.1"
10801124
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1197,6 +1241,19 @@
11971241
"@babel/types" "^7.28.4"
11981242
debug "^4.3.1"
11991243

1244+
"@babel/traverse@^7.28.5":
1245+
version "7.28.5"
1246+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
1247+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
1248+
dependencies:
1249+
"@babel/code-frame" "^7.27.1"
1250+
"@babel/generator" "^7.28.5"
1251+
"@babel/helper-globals" "^7.28.0"
1252+
"@babel/parser" "^7.28.5"
1253+
"@babel/template" "^7.27.2"
1254+
"@babel/types" "^7.28.5"
1255+
debug "^4.3.1"
1256+
12001257
"@babel/types@^7.18.6":
12011258
version "7.18.6"
12021259
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.6.tgz#5d781dd10a3f0c9f1f931bd19de5eb26ec31acf0"
@@ -1245,6 +1302,14 @@
12451302
"@babel/helper-string-parser" "^7.27.1"
12461303
"@babel/helper-validator-identifier" "^7.27.1"
12471304

1305+
"@babel/types@^7.28.5":
1306+
version "7.28.5"
1307+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
1308+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
1309+
dependencies:
1310+
"@babel/helper-string-parser" "^7.27.1"
1311+
"@babel/helper-validator-identifier" "^7.28.5"
1312+
12481313
"@babel/types@^7.4.4":
12491314
version "7.9.0"
12501315
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"

0 commit comments

Comments
 (0)