Skip to content

Commit 68e20dd

Browse files
⬆️ deps: Upgrade babel monorepo. to v7.28.3.
1 parent 32c04e4 commit 68e20dd

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
@@ -68,8 +68,8 @@
6868
"test:src": "IMPORT_MAP_PATH=test/import-maps/src/index.json npm run test-cmd"
6969
},
7070
"devDependencies": {
71-
"@babel/core": "7.28.0",
72-
"@babel/preset-env": "7.28.0",
71+
"@babel/core": "7.28.3",
72+
"@babel/preset-env": "7.28.3",
7373
"@commitlint/cli": "19.8.1",
7474
"@entropy-source/pseudo-random": "4.0.0",
7575
"@iterable-iterator/consume": "1.0.1",

yarn.lock

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

74-
"@babel/[email protected].0":
75-
version "7.28.0"
76-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
77-
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
74+
"@babel/[email protected].3":
75+
version "7.28.3"
76+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
77+
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
7878
dependencies:
7979
"@ampproject/remapping" "^2.2.0"
8080
"@babel/code-frame" "^7.27.1"
81-
"@babel/generator" "^7.28.0"
81+
"@babel/generator" "^7.28.3"
8282
"@babel/helper-compilation-targets" "^7.27.2"
83-
"@babel/helper-module-transforms" "^7.27.3"
84-
"@babel/helpers" "^7.27.6"
85-
"@babel/parser" "^7.28.0"
83+
"@babel/helper-module-transforms" "^7.28.3"
84+
"@babel/helpers" "^7.28.3"
85+
"@babel/parser" "^7.28.3"
8686
"@babel/template" "^7.27.2"
87-
"@babel/traverse" "^7.28.0"
88-
"@babel/types" "^7.28.0"
87+
"@babel/traverse" "^7.28.3"
88+
"@babel/types" "^7.28.2"
8989
convert-source-map "^2.0.0"
9090
debug "^4.1.0"
9191
gensync "^1.0.0-beta.2"
@@ -133,17 +133,6 @@
133133
"@jridgewell/trace-mapping" "^0.3.25"
134134
jsesc "^3.0.2"
135135

136-
"@babel/generator@^7.27.3":
137-
version "7.27.3"
138-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
139-
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
140-
dependencies:
141-
"@babel/parser" "^7.27.3"
142-
"@babel/types" "^7.27.3"
143-
"@jridgewell/gen-mapping" "^0.3.5"
144-
"@jridgewell/trace-mapping" "^0.3.25"
145-
jsesc "^3.0.2"
146-
147136
"@babel/generator@^7.28.0":
148137
version "7.28.0"
149138
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
@@ -155,6 +144,17 @@
155144
"@jridgewell/trace-mapping" "^0.3.28"
156145
jsesc "^3.0.2"
157146

147+
"@babel/generator@^7.28.3":
148+
version "7.28.3"
149+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
150+
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
151+
dependencies:
152+
"@babel/parser" "^7.28.3"
153+
"@babel/types" "^7.28.2"
154+
"@jridgewell/gen-mapping" "^0.3.12"
155+
"@jridgewell/trace-mapping" "^0.3.28"
156+
jsesc "^3.0.2"
157+
158158
"@babel/helper-annotate-as-pure@^7.16.7":
159159
version "7.16.7"
160160
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -249,6 +249,19 @@
249249
"@babel/traverse" "^7.27.1"
250250
semver "^6.3.1"
251251

252+
"@babel/helper-create-class-features-plugin@^7.28.3":
253+
version "7.28.3"
254+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46"
255+
integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==
256+
dependencies:
257+
"@babel/helper-annotate-as-pure" "^7.27.3"
258+
"@babel/helper-member-expression-to-functions" "^7.27.1"
259+
"@babel/helper-optimise-call-expression" "^7.27.1"
260+
"@babel/helper-replace-supers" "^7.27.1"
261+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
262+
"@babel/traverse" "^7.28.3"
263+
semver "^6.3.1"
264+
252265
"@babel/helper-create-regexp-features-plugin@^7.16.7":
253266
version "7.17.0"
254267
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz#1dcc7d40ba0c6b6b25618997c5dbfd310f186fe1"
@@ -394,14 +407,14 @@
394407
"@babel/helper-validator-identifier" "^7.27.1"
395408
"@babel/traverse" "^7.27.1"
396409

397-
"@babel/helper-module-transforms@^7.27.3":
398-
version "7.27.3"
399-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
400-
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
410+
"@babel/helper-module-transforms@^7.28.3":
411+
version "7.28.3"
412+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
413+
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
401414
dependencies:
402415
"@babel/helper-module-imports" "^7.27.1"
403416
"@babel/helper-validator-identifier" "^7.27.1"
404-
"@babel/traverse" "^7.27.3"
417+
"@babel/traverse" "^7.28.3"
405418

406419
"@babel/helper-optimise-call-expression@^7.16.7":
407420
version "7.16.7"
@@ -567,13 +580,13 @@
567580
"@babel/traverse" "^7.17.0"
568581
"@babel/types" "^7.17.0"
569582

570-
"@babel/helpers@^7.27.6":
571-
version "7.27.6"
572-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
573-
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
583+
"@babel/helpers@^7.28.3":
584+
version "7.28.3"
585+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
586+
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
574587
dependencies:
575588
"@babel/template" "^7.27.2"
576-
"@babel/types" "^7.27.6"
589+
"@babel/types" "^7.28.2"
577590

578591
"@babel/highlight@^7.16.7":
579592
version "7.16.10"
@@ -605,7 +618,7 @@
605618
dependencies:
606619
"@babel/types" "^7.27.1"
607620

608-
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
621+
"@babel/parser@^7.27.2":
609622
version "7.27.3"
610623
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
611624
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
@@ -619,6 +632,13 @@
619632
dependencies:
620633
"@babel/types" "^7.28.0"
621634

635+
"@babel/parser@^7.28.3":
636+
version "7.28.3"
637+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
638+
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
639+
dependencies:
640+
"@babel/types" "^7.28.2"
641+
622642
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
623643
version "7.27.1"
624644
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"
@@ -666,13 +686,13 @@
666686
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
667687
"@babel/plugin-transform-optional-chaining" "^7.27.1"
668688

669-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1":
670-
version "7.27.1"
671-
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"
672-
integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==
689+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.28.3":
690+
version "7.28.3"
691+
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"
692+
integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==
673693
dependencies:
674694
"@babel/helper-plugin-utils" "^7.27.1"
675-
"@babel/traverse" "^7.27.1"
695+
"@babel/traverse" "^7.28.3"
676696

677697
"@babel/plugin-proposal-async-generator-functions@^7.16.8":
678698
version "7.16.8"
@@ -1033,12 +1053,12 @@
10331053
"@babel/helper-create-class-features-plugin" "^7.27.1"
10341054
"@babel/helper-plugin-utils" "^7.27.1"
10351055

1036-
"@babel/plugin-transform-class-static-block@^7.27.1":
1037-
version "7.27.1"
1038-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4"
1039-
integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==
1056+
"@babel/plugin-transform-class-static-block@^7.28.3":
1057+
version "7.28.3"
1058+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz#d1b8e69b54c9993bc558203e1f49bfc979bfd852"
1059+
integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==
10401060
dependencies:
1041-
"@babel/helper-create-class-features-plugin" "^7.27.1"
1061+
"@babel/helper-create-class-features-plugin" "^7.28.3"
10421062
"@babel/helper-plugin-utils" "^7.27.1"
10431063

10441064
"@babel/plugin-transform-classes@^7.16.7":
@@ -1055,17 +1075,17 @@
10551075
"@babel/helper-split-export-declaration" "^7.16.7"
10561076
globals "^11.1.0"
10571077

1058-
"@babel/plugin-transform-classes@^7.28.0":
1059-
version "7.28.0"
1060-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz#12fa46cffc32a6e084011b650539e880add8a0f8"
1061-
integrity sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==
1078+
"@babel/plugin-transform-classes@^7.28.3":
1079+
version "7.28.3"
1080+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
1081+
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
10621082
dependencies:
10631083
"@babel/helper-annotate-as-pure" "^7.27.3"
10641084
"@babel/helper-compilation-targets" "^7.27.2"
10651085
"@babel/helper-globals" "^7.28.0"
10661086
"@babel/helper-plugin-utils" "^7.27.1"
10671087
"@babel/helper-replace-supers" "^7.27.1"
1068-
"@babel/traverse" "^7.28.0"
1088+
"@babel/traverse" "^7.28.3"
10691089

10701090
"@babel/plugin-transform-computed-properties@^7.16.7":
10711091
version "7.16.7"
@@ -1497,10 +1517,10 @@
14971517
dependencies:
14981518
regenerator-transform "^0.14.2"
14991519

1500-
"@babel/plugin-transform-regenerator@^7.28.0":
1501-
version "7.28.0"
1502-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.0.tgz#f19ca3558f7121924fc4ba6cd2afe3a5cdac89b1"
1503-
integrity sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ==
1520+
"@babel/plugin-transform-regenerator@^7.28.3":
1521+
version "7.28.3"
1522+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
1523+
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
15041524
dependencies:
15051525
"@babel/helper-plugin-utils" "^7.27.1"
15061526

@@ -1644,10 +1664,10 @@
16441664
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
16451665
"@babel/helper-plugin-utils" "^7.27.1"
16461666

1647-
"@babel/[email protected].0":
1648-
version "7.28.0"
1649-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c"
1650-
integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==
1667+
"@babel/[email protected].3":
1668+
version "7.28.3"
1669+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
1670+
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
16511671
dependencies:
16521672
"@babel/compat-data" "^7.28.0"
16531673
"@babel/helper-compilation-targets" "^7.27.2"
@@ -1657,7 +1677,7 @@
16571677
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
16581678
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
16591679
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
1660-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1"
1680+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.3"
16611681
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
16621682
"@babel/plugin-syntax-import-assertions" "^7.27.1"
16631683
"@babel/plugin-syntax-import-attributes" "^7.27.1"
@@ -1668,8 +1688,8 @@
16681688
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
16691689
"@babel/plugin-transform-block-scoping" "^7.28.0"
16701690
"@babel/plugin-transform-class-properties" "^7.27.1"
1671-
"@babel/plugin-transform-class-static-block" "^7.27.1"
1672-
"@babel/plugin-transform-classes" "^7.28.0"
1691+
"@babel/plugin-transform-class-static-block" "^7.28.3"
1692+
"@babel/plugin-transform-classes" "^7.28.3"
16731693
"@babel/plugin-transform-computed-properties" "^7.27.1"
16741694
"@babel/plugin-transform-destructuring" "^7.28.0"
16751695
"@babel/plugin-transform-dotall-regex" "^7.27.1"
@@ -1701,7 +1721,7 @@
17011721
"@babel/plugin-transform-private-methods" "^7.27.1"
17021722
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
17031723
"@babel/plugin-transform-property-literals" "^7.27.1"
1704-
"@babel/plugin-transform-regenerator" "^7.28.0"
1724+
"@babel/plugin-transform-regenerator" "^7.28.3"
17051725
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
17061726
"@babel/plugin-transform-reserved-words" "^7.27.1"
17071727
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1904,19 +1924,6 @@
19041924
debug "^4.3.1"
19051925
globals "^11.1.0"
19061926

1907-
"@babel/traverse@^7.27.3":
1908-
version "7.27.3"
1909-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
1910-
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
1911-
dependencies:
1912-
"@babel/code-frame" "^7.27.1"
1913-
"@babel/generator" "^7.27.3"
1914-
"@babel/parser" "^7.27.3"
1915-
"@babel/template" "^7.27.2"
1916-
"@babel/types" "^7.27.3"
1917-
debug "^4.3.1"
1918-
globals "^11.1.0"
1919-
19201927
"@babel/traverse@^7.28.0":
19211928
version "7.28.0"
19221929
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
@@ -1930,6 +1937,19 @@
19301937
"@babel/types" "^7.28.0"
19311938
debug "^4.3.1"
19321939

1940+
"@babel/traverse@^7.28.3":
1941+
version "7.28.3"
1942+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
1943+
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
1944+
dependencies:
1945+
"@babel/code-frame" "^7.27.1"
1946+
"@babel/generator" "^7.28.3"
1947+
"@babel/helper-globals" "^7.28.0"
1948+
"@babel/parser" "^7.28.3"
1949+
"@babel/template" "^7.27.2"
1950+
"@babel/types" "^7.28.2"
1951+
debug "^4.3.1"
1952+
19331953
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.4.4":
19341954
version "7.17.0"
19351955
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
@@ -1962,14 +1982,6 @@
19621982
"@babel/helper-string-parser" "^7.27.1"
19631983
"@babel/helper-validator-identifier" "^7.27.1"
19641984

1965-
"@babel/types@^7.27.6":
1966-
version "7.27.7"
1967-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
1968-
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
1969-
dependencies:
1970-
"@babel/helper-string-parser" "^7.27.1"
1971-
"@babel/helper-validator-identifier" "^7.27.1"
1972-
19731985
"@babel/types@^7.28.0":
19741986
version "7.28.0"
19751987
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
@@ -1978,6 +1990,14 @@
19781990
"@babel/helper-string-parser" "^7.27.1"
19791991
"@babel/helper-validator-identifier" "^7.27.1"
19801992

1993+
"@babel/types@^7.28.2":
1994+
version "7.28.2"
1995+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
1996+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
1997+
dependencies:
1998+
"@babel/helper-string-parser" "^7.27.1"
1999+
"@babel/helper-validator-identifier" "^7.27.1"
2000+
19812001
"@bcoe/v8-coverage@^1.0.1":
19822002
version "1.0.1"
19832003
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)