Skip to content

Commit 8ac8538

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

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
@@ -79,10 +79,10 @@
7979
"@data-structure-algebra/doubly-linked-list": "^1.0.0"
8080
},
8181
"devDependencies": {
82-
"@babel/core": "7.28.0",
82+
"@babel/core": "7.28.3",
8383
"@babel/plugin-transform-destructuring": "7.28.0",
8484
"@babel/plugin-transform-for-of": "7.27.1",
85-
"@babel/preset-env": "7.28.0",
85+
"@babel/preset-env": "7.28.3",
8686
"@commitlint/cli": "19.8.1",
8787
"@js-library/commitlint-config": "0.0.4",
8888
"@list-abstraction/specification": "10.0.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.18.6":
147147
version "7.18.6"
148148
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -230,6 +230,19 @@
230230
"@babel/traverse" "^7.27.1"
231231
semver "^6.3.1"
232232

233+
"@babel/helper-create-class-features-plugin@^7.28.3":
234+
version "7.28.3"
235+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46"
236+
integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==
237+
dependencies:
238+
"@babel/helper-annotate-as-pure" "^7.27.3"
239+
"@babel/helper-member-expression-to-functions" "^7.27.1"
240+
"@babel/helper-optimise-call-expression" "^7.27.1"
241+
"@babel/helper-replace-supers" "^7.27.1"
242+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
243+
"@babel/traverse" "^7.28.3"
244+
semver "^6.3.1"
245+
233246
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.19.0":
234247
version "7.19.0"
235248
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz#7976aca61c0984202baca73d84e2337a5424a41b"
@@ -355,14 +368,14 @@
355368
"@babel/helper-validator-identifier" "^7.27.1"
356369
"@babel/traverse" "^7.27.1"
357370

358-
"@babel/helper-module-transforms@^7.27.3":
359-
version "7.27.3"
360-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
361-
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
371+
"@babel/helper-module-transforms@^7.28.3":
372+
version "7.28.3"
373+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
374+
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
362375
dependencies:
363376
"@babel/helper-module-imports" "^7.27.1"
364377
"@babel/helper-validator-identifier" "^7.27.1"
365-
"@babel/traverse" "^7.27.3"
378+
"@babel/traverse" "^7.28.3"
366379

367380
"@babel/helper-optimise-call-expression@^7.18.6":
368381
version "7.18.6"
@@ -524,13 +537,13 @@
524537
"@babel/traverse" "^7.20.1"
525538
"@babel/types" "^7.20.0"
526539

527-
"@babel/helpers@^7.27.6":
528-
version "7.27.6"
529-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
530-
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
540+
"@babel/helpers@^7.28.3":
541+
version "7.28.3"
542+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
543+
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
531544
dependencies:
532545
"@babel/template" "^7.27.2"
533-
"@babel/types" "^7.27.6"
546+
"@babel/types" "^7.28.2"
534547

535548
"@babel/highlight@^7.18.6":
536549
version "7.18.6"
@@ -562,7 +575,7 @@
562575
dependencies:
563576
"@babel/types" "^7.27.1"
564577

565-
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
578+
"@babel/parser@^7.27.2":
566579
version "7.27.3"
567580
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
568581
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
@@ -576,6 +589,13 @@
576589
dependencies:
577590
"@babel/types" "^7.28.0"
578591

592+
"@babel/parser@^7.28.3":
593+
version "7.28.3"
594+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
595+
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
596+
dependencies:
597+
"@babel/types" "^7.28.2"
598+
579599
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
580600
version "7.27.1"
581601
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"
@@ -623,13 +643,13 @@
623643
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
624644
"@babel/plugin-transform-optional-chaining" "^7.27.1"
625645

626-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1":
627-
version "7.27.1"
628-
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"
629-
integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==
646+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.28.3":
647+
version "7.28.3"
648+
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"
649+
integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==
630650
dependencies:
631651
"@babel/helper-plugin-utils" "^7.27.1"
632-
"@babel/traverse" "^7.27.1"
652+
"@babel/traverse" "^7.28.3"
633653

634654
"@babel/plugin-proposal-async-generator-functions@^7.20.1":
635655
version "7.20.1"
@@ -998,12 +1018,12 @@
9981018
"@babel/helper-create-class-features-plugin" "^7.27.1"
9991019
"@babel/helper-plugin-utils" "^7.27.1"
10001020

1001-
"@babel/plugin-transform-class-static-block@^7.27.1":
1002-
version "7.27.1"
1003-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4"
1004-
integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==
1021+
"@babel/plugin-transform-class-static-block@^7.28.3":
1022+
version "7.28.3"
1023+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz#d1b8e69b54c9993bc558203e1f49bfc979bfd852"
1024+
integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==
10051025
dependencies:
1006-
"@babel/helper-create-class-features-plugin" "^7.27.1"
1026+
"@babel/helper-create-class-features-plugin" "^7.28.3"
10071027
"@babel/helper-plugin-utils" "^7.27.1"
10081028

10091029
"@babel/plugin-transform-classes@^7.20.2":
@@ -1021,17 +1041,17 @@
10211041
"@babel/helper-split-export-declaration" "^7.18.6"
10221042
globals "^11.1.0"
10231043

1024-
"@babel/plugin-transform-classes@^7.28.0":
1025-
version "7.28.0"
1026-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz#12fa46cffc32a6e084011b650539e880add8a0f8"
1027-
integrity sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==
1044+
"@babel/plugin-transform-classes@^7.28.3":
1045+
version "7.28.3"
1046+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
1047+
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
10281048
dependencies:
10291049
"@babel/helper-annotate-as-pure" "^7.27.3"
10301050
"@babel/helper-compilation-targets" "^7.27.2"
10311051
"@babel/helper-globals" "^7.28.0"
10321052
"@babel/helper-plugin-utils" "^7.27.1"
10331053
"@babel/helper-replace-supers" "^7.27.1"
1034-
"@babel/traverse" "^7.28.0"
1054+
"@babel/traverse" "^7.28.3"
10351055

10361056
"@babel/plugin-transform-computed-properties@^7.18.9":
10371057
version "7.18.9"
@@ -1462,10 +1482,10 @@
14621482
"@babel/helper-plugin-utils" "^7.18.6"
14631483
regenerator-transform "^0.15.0"
14641484

1465-
"@babel/plugin-transform-regenerator@^7.28.0":
1466-
version "7.28.0"
1467-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.0.tgz#f19ca3558f7121924fc4ba6cd2afe3a5cdac89b1"
1468-
integrity sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ==
1485+
"@babel/plugin-transform-regenerator@^7.28.3":
1486+
version "7.28.3"
1487+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
1488+
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
14691489
dependencies:
14701490
"@babel/helper-plugin-utils" "^7.27.1"
14711491

@@ -1609,10 +1629,10 @@
16091629
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
16101630
"@babel/helper-plugin-utils" "^7.27.1"
16111631

1612-
"@babel/[email protected].0":
1613-
version "7.28.0"
1614-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c"
1615-
integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==
1632+
"@babel/[email protected].3":
1633+
version "7.28.3"
1634+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
1635+
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
16161636
dependencies:
16171637
"@babel/compat-data" "^7.28.0"
16181638
"@babel/helper-compilation-targets" "^7.27.2"
@@ -1622,7 +1642,7 @@
16221642
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
16231643
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
16241644
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
1625-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1"
1645+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.3"
16261646
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
16271647
"@babel/plugin-syntax-import-assertions" "^7.27.1"
16281648
"@babel/plugin-syntax-import-attributes" "^7.27.1"
@@ -1633,8 +1653,8 @@
16331653
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
16341654
"@babel/plugin-transform-block-scoping" "^7.28.0"
16351655
"@babel/plugin-transform-class-properties" "^7.27.1"
1636-
"@babel/plugin-transform-class-static-block" "^7.27.1"
1637-
"@babel/plugin-transform-classes" "^7.28.0"
1656+
"@babel/plugin-transform-class-static-block" "^7.28.3"
1657+
"@babel/plugin-transform-classes" "^7.28.3"
16381658
"@babel/plugin-transform-computed-properties" "^7.27.1"
16391659
"@babel/plugin-transform-destructuring" "^7.28.0"
16401660
"@babel/plugin-transform-dotall-regex" "^7.27.1"
@@ -1666,7 +1686,7 @@
16661686
"@babel/plugin-transform-private-methods" "^7.27.1"
16671687
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
16681688
"@babel/plugin-transform-property-literals" "^7.27.1"
1669-
"@babel/plugin-transform-regenerator" "^7.28.0"
1689+
"@babel/plugin-transform-regenerator" "^7.28.3"
16701690
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
16711691
"@babel/plugin-transform-reserved-words" "^7.27.1"
16721692
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1870,19 +1890,6 @@
18701890
debug "^4.3.1"
18711891
globals "^11.1.0"
18721892

1873-
"@babel/traverse@^7.27.3":
1874-
version "7.27.3"
1875-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
1876-
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
1877-
dependencies:
1878-
"@babel/code-frame" "^7.27.1"
1879-
"@babel/generator" "^7.27.3"
1880-
"@babel/parser" "^7.27.3"
1881-
"@babel/template" "^7.27.2"
1882-
"@babel/types" "^7.27.3"
1883-
debug "^4.3.1"
1884-
globals "^11.1.0"
1885-
18861893
"@babel/traverse@^7.28.0":
18871894
version "7.28.0"
18881895
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
@@ -1896,6 +1903,19 @@
18961903
"@babel/types" "^7.28.0"
18971904
debug "^4.3.1"
18981905

1906+
"@babel/traverse@^7.28.3":
1907+
version "7.28.3"
1908+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
1909+
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
1910+
dependencies:
1911+
"@babel/code-frame" "^7.27.1"
1912+
"@babel/generator" "^7.28.3"
1913+
"@babel/helper-globals" "^7.28.0"
1914+
"@babel/parser" "^7.28.3"
1915+
"@babel/template" "^7.27.2"
1916+
"@babel/types" "^7.28.2"
1917+
debug "^4.3.1"
1918+
18991919
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.4.4":
19001920
version "7.20.2"
19011921
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
@@ -1921,14 +1941,6 @@
19211941
"@babel/helper-string-parser" "^7.27.1"
19221942
"@babel/helper-validator-identifier" "^7.27.1"
19231943

1924-
"@babel/types@^7.27.6":
1925-
version "7.27.7"
1926-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
1927-
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
1928-
dependencies:
1929-
"@babel/helper-string-parser" "^7.27.1"
1930-
"@babel/helper-validator-identifier" "^7.27.1"
1931-
19321944
"@babel/types@^7.28.0":
19331945
version "7.28.0"
19341946
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
@@ -1937,6 +1949,14 @@
19371949
"@babel/helper-string-parser" "^7.27.1"
19381950
"@babel/helper-validator-identifier" "^7.27.1"
19391951

1952+
"@babel/types@^7.28.2":
1953+
version "7.28.2"
1954+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
1955+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
1956+
dependencies:
1957+
"@babel/helper-string-parser" "^7.27.1"
1958+
"@babel/helper-validator-identifier" "^7.27.1"
1959+
19401960
"@bcoe/v8-coverage@^1.0.1":
19411961
version "1.0.1"
19421962
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)