Skip to content

Commit a57e99e

Browse files
⬆️ deps: Upgrade babel monorepo. to v7.28.3. (#249)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 432dd0e commit a57e99e

File tree

2 files changed

+102
-82
lines changed

2 files changed

+102
-82
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
},
7272
"dependencies": {},
7373
"devDependencies": {
74-
"@babel/core": "7.28.0",
75-
"@babel/preset-env": "7.28.0",
74+
"@babel/core": "7.28.3",
75+
"@babel/preset-env": "7.28.3",
7676
"@commitlint/cli": "19.8.1",
7777
"@js-library/commitlint-config": "0.0.4",
7878
"@node-loader/babel": "2.1.0",

yarn.lock

Lines changed: 100 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,21 @@
5959
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
6060
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
6161

62-
"@babel/[email protected].0":
63-
version "7.28.0"
64-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
65-
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
62+
"@babel/[email protected].3":
63+
version "7.28.3"
64+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
65+
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
6666
dependencies:
6767
"@ampproject/remapping" "^2.2.0"
6868
"@babel/code-frame" "^7.27.1"
69-
"@babel/generator" "^7.28.0"
69+
"@babel/generator" "^7.28.3"
7070
"@babel/helper-compilation-targets" "^7.27.2"
71-
"@babel/helper-module-transforms" "^7.27.3"
72-
"@babel/helpers" "^7.27.6"
73-
"@babel/parser" "^7.28.0"
71+
"@babel/helper-module-transforms" "^7.28.3"
72+
"@babel/helpers" "^7.28.3"
73+
"@babel/parser" "^7.28.3"
7474
"@babel/template" "^7.27.2"
75-
"@babel/traverse" "^7.28.0"
76-
"@babel/types" "^7.28.0"
75+
"@babel/traverse" "^7.28.3"
76+
"@babel/types" "^7.28.2"
7777
convert-source-map "^2.0.0"
7878
debug "^4.1.0"
7979
gensync "^1.0.0-beta.2"
@@ -121,17 +121,6 @@
121121
"@jridgewell/trace-mapping" "^0.3.25"
122122
jsesc "^3.0.2"
123123

124-
"@babel/generator@^7.27.3":
125-
version "7.27.3"
126-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
127-
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
128-
dependencies:
129-
"@babel/parser" "^7.27.3"
130-
"@babel/types" "^7.27.3"
131-
"@jridgewell/gen-mapping" "^0.3.5"
132-
"@jridgewell/trace-mapping" "^0.3.25"
133-
jsesc "^3.0.2"
134-
135124
"@babel/generator@^7.28.0":
136125
version "7.28.0"
137126
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
@@ -143,6 +132,17 @@
143132
"@jridgewell/trace-mapping" "^0.3.28"
144133
jsesc "^3.0.2"
145134

135+
"@babel/generator@^7.28.3":
136+
version "7.28.3"
137+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
138+
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
139+
dependencies:
140+
"@babel/parser" "^7.28.3"
141+
"@babel/types" "^7.28.2"
142+
"@jridgewell/gen-mapping" "^0.3.12"
143+
"@jridgewell/trace-mapping" "^0.3.28"
144+
jsesc "^3.0.2"
145+
146146
"@babel/helper-annotate-as-pure@^7.16.7":
147147
version "7.16.7"
148148
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -237,6 +237,19 @@
237237
"@babel/traverse" "^7.27.1"
238238
semver "^6.3.1"
239239

240+
"@babel/helper-create-class-features-plugin@^7.28.3":
241+
version "7.28.3"
242+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46"
243+
integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==
244+
dependencies:
245+
"@babel/helper-annotate-as-pure" "^7.27.3"
246+
"@babel/helper-member-expression-to-functions" "^7.27.1"
247+
"@babel/helper-optimise-call-expression" "^7.27.1"
248+
"@babel/helper-replace-supers" "^7.27.1"
249+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
250+
"@babel/traverse" "^7.28.3"
251+
semver "^6.3.1"
252+
240253
"@babel/helper-create-regexp-features-plugin@^7.16.7", "@babel/helper-create-regexp-features-plugin@^7.17.12":
241254
version "7.17.12"
242255
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.12.tgz#bb37ca467f9694bbe55b884ae7a5cc1e0084e4fd"
@@ -372,14 +385,14 @@
372385
"@babel/helper-validator-identifier" "^7.27.1"
373386
"@babel/traverse" "^7.27.1"
374387

375-
"@babel/helper-module-transforms@^7.27.3":
376-
version "7.27.3"
377-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
378-
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
388+
"@babel/helper-module-transforms@^7.28.3":
389+
version "7.28.3"
390+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
391+
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
379392
dependencies:
380393
"@babel/helper-module-imports" "^7.27.1"
381394
"@babel/helper-validator-identifier" "^7.27.1"
382-
"@babel/traverse" "^7.27.3"
395+
"@babel/traverse" "^7.28.3"
383396

384397
"@babel/helper-optimise-call-expression@^7.16.7":
385398
version "7.16.7"
@@ -545,13 +558,13 @@
545558
"@babel/traverse" "^7.18.2"
546559
"@babel/types" "^7.18.2"
547560

548-
"@babel/helpers@^7.27.6":
549-
version "7.27.6"
550-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
551-
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
561+
"@babel/helpers@^7.28.3":
562+
version "7.28.3"
563+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
564+
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
552565
dependencies:
553566
"@babel/template" "^7.27.2"
554-
"@babel/types" "^7.27.6"
567+
"@babel/types" "^7.28.2"
555568

556569
"@babel/highlight@^7.16.7":
557570
version "7.17.12"
@@ -583,7 +596,7 @@
583596
dependencies:
584597
"@babel/types" "^7.27.1"
585598

586-
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
599+
"@babel/parser@^7.27.2":
587600
version "7.27.3"
588601
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
589602
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
@@ -597,6 +610,13 @@
597610
dependencies:
598611
"@babel/types" "^7.28.0"
599612

613+
"@babel/parser@^7.28.3":
614+
version "7.28.3"
615+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
616+
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
617+
dependencies:
618+
"@babel/types" "^7.28.2"
619+
600620
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
601621
version "7.27.1"
602622
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"
@@ -644,13 +664,13 @@
644664
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
645665
"@babel/plugin-transform-optional-chaining" "^7.27.1"
646666

647-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1":
648-
version "7.27.1"
649-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz#bb1c25af34d75115ce229a1de7fa44bf8f955670"
650-
integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==
667+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.28.3":
668+
version "7.28.3"
669+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz#373f6e2de0016f73caf8f27004f61d167743742a"
670+
integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==
651671
dependencies:
652672
"@babel/helper-plugin-utils" "^7.27.1"
653-
"@babel/traverse" "^7.27.1"
673+
"@babel/traverse" "^7.28.3"
654674

655675
"@babel/plugin-proposal-async-generator-functions@^7.17.12":
656676
version "7.17.12"
@@ -1018,12 +1038,12 @@
10181038
"@babel/helper-create-class-features-plugin" "^7.27.1"
10191039
"@babel/helper-plugin-utils" "^7.27.1"
10201040

1021-
"@babel/plugin-transform-class-static-block@^7.27.1":
1022-
version "7.27.1"
1023-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4"
1024-
integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==
1041+
"@babel/plugin-transform-class-static-block@^7.28.3":
1042+
version "7.28.3"
1043+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz#d1b8e69b54c9993bc558203e1f49bfc979bfd852"
1044+
integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==
10251045
dependencies:
1026-
"@babel/helper-create-class-features-plugin" "^7.27.1"
1046+
"@babel/helper-create-class-features-plugin" "^7.28.3"
10271047
"@babel/helper-plugin-utils" "^7.27.1"
10281048

10291049
"@babel/plugin-transform-classes@^7.17.12":
@@ -1040,17 +1060,17 @@
10401060
"@babel/helper-split-export-declaration" "^7.16.7"
10411061
globals "^11.1.0"
10421062

1043-
"@babel/plugin-transform-classes@^7.28.0":
1044-
version "7.28.0"
1045-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz#12fa46cffc32a6e084011b650539e880add8a0f8"
1046-
integrity sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==
1063+
"@babel/plugin-transform-classes@^7.28.3":
1064+
version "7.28.3"
1065+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
1066+
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
10471067
dependencies:
10481068
"@babel/helper-annotate-as-pure" "^7.27.3"
10491069
"@babel/helper-compilation-targets" "^7.27.2"
10501070
"@babel/helper-globals" "^7.28.0"
10511071
"@babel/helper-plugin-utils" "^7.27.1"
10521072
"@babel/helper-replace-supers" "^7.27.1"
1053-
"@babel/traverse" "^7.28.0"
1073+
"@babel/traverse" "^7.28.3"
10541074

10551075
"@babel/plugin-transform-computed-properties@^7.17.12":
10561076
version "7.17.12"
@@ -1484,10 +1504,10 @@
14841504
"@babel/helper-plugin-utils" "^7.17.12"
14851505
regenerator-transform "^0.15.0"
14861506

1487-
"@babel/plugin-transform-regenerator@^7.28.0":
1488-
version "7.28.0"
1489-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.0.tgz#f19ca3558f7121924fc4ba6cd2afe3a5cdac89b1"
1490-
integrity sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ==
1507+
"@babel/plugin-transform-regenerator@^7.28.3":
1508+
version "7.28.3"
1509+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
1510+
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
14911511
dependencies:
14921512
"@babel/helper-plugin-utils" "^7.27.1"
14931513

@@ -1631,10 +1651,10 @@
16311651
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
16321652
"@babel/helper-plugin-utils" "^7.27.1"
16331653

1634-
"@babel/[email protected].0":
1635-
version "7.28.0"
1636-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c"
1637-
integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==
1654+
"@babel/[email protected].3":
1655+
version "7.28.3"
1656+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
1657+
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
16381658
dependencies:
16391659
"@babel/compat-data" "^7.28.0"
16401660
"@babel/helper-compilation-targets" "^7.27.2"
@@ -1644,7 +1664,7 @@
16441664
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
16451665
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
16461666
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
1647-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1"
1667+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.3"
16481668
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
16491669
"@babel/plugin-syntax-import-assertions" "^7.27.1"
16501670
"@babel/plugin-syntax-import-attributes" "^7.27.1"
@@ -1655,8 +1675,8 @@
16551675
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
16561676
"@babel/plugin-transform-block-scoping" "^7.28.0"
16571677
"@babel/plugin-transform-class-properties" "^7.27.1"
1658-
"@babel/plugin-transform-class-static-block" "^7.27.1"
1659-
"@babel/plugin-transform-classes" "^7.28.0"
1678+
"@babel/plugin-transform-class-static-block" "^7.28.3"
1679+
"@babel/plugin-transform-classes" "^7.28.3"
16601680
"@babel/plugin-transform-computed-properties" "^7.27.1"
16611681
"@babel/plugin-transform-destructuring" "^7.28.0"
16621682
"@babel/plugin-transform-dotall-regex" "^7.27.1"
@@ -1688,7 +1708,7 @@
16881708
"@babel/plugin-transform-private-methods" "^7.27.1"
16891709
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
16901710
"@babel/plugin-transform-property-literals" "^7.27.1"
1691-
"@babel/plugin-transform-regenerator" "^7.28.0"
1711+
"@babel/plugin-transform-regenerator" "^7.28.3"
16921712
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
16931713
"@babel/plugin-transform-reserved-words" "^7.27.1"
16941714
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1892,19 +1912,6 @@
18921912
debug "^4.3.1"
18931913
globals "^11.1.0"
18941914

1895-
"@babel/traverse@^7.27.3":
1896-
version "7.27.3"
1897-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
1898-
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
1899-
dependencies:
1900-
"@babel/code-frame" "^7.27.1"
1901-
"@babel/generator" "^7.27.3"
1902-
"@babel/parser" "^7.27.3"
1903-
"@babel/template" "^7.27.2"
1904-
"@babel/types" "^7.27.3"
1905-
debug "^4.3.1"
1906-
globals "^11.1.0"
1907-
19081915
"@babel/traverse@^7.28.0":
19091916
version "7.28.0"
19101917
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
@@ -1918,6 +1925,19 @@
19181925
"@babel/types" "^7.28.0"
19191926
debug "^4.3.1"
19201927

1928+
"@babel/traverse@^7.28.3":
1929+
version "7.28.3"
1930+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
1931+
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
1932+
dependencies:
1933+
"@babel/code-frame" "^7.27.1"
1934+
"@babel/generator" "^7.28.3"
1935+
"@babel/helper-globals" "^7.28.0"
1936+
"@babel/parser" "^7.28.3"
1937+
"@babel/template" "^7.27.2"
1938+
"@babel/types" "^7.28.2"
1939+
debug "^4.3.1"
1940+
19211941
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.4.4":
19221942
version "7.18.4"
19231943
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
@@ -1950,14 +1970,6 @@
19501970
"@babel/helper-string-parser" "^7.27.1"
19511971
"@babel/helper-validator-identifier" "^7.27.1"
19521972

1953-
"@babel/types@^7.27.6":
1954-
version "7.27.7"
1955-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
1956-
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
1957-
dependencies:
1958-
"@babel/helper-string-parser" "^7.27.1"
1959-
"@babel/helper-validator-identifier" "^7.27.1"
1960-
19611973
"@babel/types@^7.28.0":
19621974
version "7.28.0"
19631975
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
@@ -1966,6 +1978,14 @@
19661978
"@babel/helper-string-parser" "^7.27.1"
19671979
"@babel/helper-validator-identifier" "^7.27.1"
19681980

1981+
"@babel/types@^7.28.2":
1982+
version "7.28.2"
1983+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
1984+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
1985+
dependencies:
1986+
"@babel/helper-string-parser" "^7.27.1"
1987+
"@babel/helper-validator-identifier" "^7.27.1"
1988+
19691989
"@bcoe/v8-coverage@^1.0.1":
19701990
version "1.0.1"
19711991
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)