Skip to content

Commit b93f02c

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

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
@@ -73,8 +73,8 @@
7373
"@array-like/alloc": "0.0.1",
7474
"@array-like/copy": "0.0.1",
7575
"@array-like/fill": "0.0.1",
76-
"@babel/core": "7.28.0",
77-
"@babel/preset-env": "7.28.0",
76+
"@babel/core": "7.28.3",
77+
"@babel/preset-env": "7.28.3",
7878
"@commitlint/cli": "19.8.1",
7979
"@js-library/commitlint-config": "0.0.4",
8080
"@node-loader/babel": "2.1.0",

yarn.lock

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

89-
"@babel/[email protected].0":
90-
version "7.28.0"
91-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
92-
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
89+
"@babel/[email protected].3":
90+
version "7.28.3"
91+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
92+
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
9393
dependencies:
9494
"@ampproject/remapping" "^2.2.0"
9595
"@babel/code-frame" "^7.27.1"
96-
"@babel/generator" "^7.28.0"
96+
"@babel/generator" "^7.28.3"
9797
"@babel/helper-compilation-targets" "^7.27.2"
98-
"@babel/helper-module-transforms" "^7.27.3"
99-
"@babel/helpers" "^7.27.6"
100-
"@babel/parser" "^7.28.0"
98+
"@babel/helper-module-transforms" "^7.28.3"
99+
"@babel/helpers" "^7.28.3"
100+
"@babel/parser" "^7.28.3"
101101
"@babel/template" "^7.27.2"
102-
"@babel/traverse" "^7.28.0"
103-
"@babel/types" "^7.28.0"
102+
"@babel/traverse" "^7.28.3"
103+
"@babel/types" "^7.28.2"
104104
convert-source-map "^2.0.0"
105105
debug "^4.1.0"
106106
gensync "^1.0.0-beta.2"
@@ -148,17 +148,6 @@
148148
"@jridgewell/trace-mapping" "^0.3.25"
149149
jsesc "^3.0.2"
150150

151-
"@babel/generator@^7.27.3":
152-
version "7.27.3"
153-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
154-
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
155-
dependencies:
156-
"@babel/parser" "^7.27.3"
157-
"@babel/types" "^7.27.3"
158-
"@jridgewell/gen-mapping" "^0.3.5"
159-
"@jridgewell/trace-mapping" "^0.3.25"
160-
jsesc "^3.0.2"
161-
162151
"@babel/generator@^7.28.0":
163152
version "7.28.0"
164153
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
@@ -170,6 +159,17 @@
170159
"@jridgewell/trace-mapping" "^0.3.28"
171160
jsesc "^3.0.2"
172161

162+
"@babel/generator@^7.28.3":
163+
version "7.28.3"
164+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
165+
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
166+
dependencies:
167+
"@babel/parser" "^7.28.3"
168+
"@babel/types" "^7.28.2"
169+
"@jridgewell/gen-mapping" "^0.3.12"
170+
"@jridgewell/trace-mapping" "^0.3.28"
171+
jsesc "^3.0.2"
172+
173173
"@babel/helper-annotate-as-pure@^7.16.0":
174174
version "7.16.0"
175175
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -264,6 +264,19 @@
264264
"@babel/traverse" "^7.27.1"
265265
semver "^6.3.1"
266266

267+
"@babel/helper-create-class-features-plugin@^7.28.3":
268+
version "7.28.3"
269+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46"
270+
integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==
271+
dependencies:
272+
"@babel/helper-annotate-as-pure" "^7.27.3"
273+
"@babel/helper-member-expression-to-functions" "^7.27.1"
274+
"@babel/helper-optimise-call-expression" "^7.27.1"
275+
"@babel/helper-replace-supers" "^7.27.1"
276+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
277+
"@babel/traverse" "^7.28.3"
278+
semver "^6.3.1"
279+
267280
"@babel/helper-create-regexp-features-plugin@^7.16.0":
268281
version "7.16.0"
269282
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz#06b2348ce37fccc4f5e18dcd8d75053f2a7c44ff"
@@ -409,14 +422,14 @@
409422
"@babel/helper-validator-identifier" "^7.27.1"
410423
"@babel/traverse" "^7.27.1"
411424

412-
"@babel/helper-module-transforms@^7.27.3":
413-
version "7.27.3"
414-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
415-
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
425+
"@babel/helper-module-transforms@^7.28.3":
426+
version "7.28.3"
427+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
428+
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
416429
dependencies:
417430
"@babel/helper-module-imports" "^7.27.1"
418431
"@babel/helper-validator-identifier" "^7.27.1"
419-
"@babel/traverse" "^7.27.3"
432+
"@babel/traverse" "^7.28.3"
420433

421434
"@babel/helper-optimise-call-expression@^7.16.0":
422435
version "7.16.0"
@@ -582,13 +595,13 @@
582595
"@babel/traverse" "^7.16.5"
583596
"@babel/types" "^7.16.0"
584597

585-
"@babel/helpers@^7.27.6":
586-
version "7.27.6"
587-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
588-
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
598+
"@babel/helpers@^7.28.3":
599+
version "7.28.3"
600+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
601+
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
589602
dependencies:
590603
"@babel/template" "^7.27.2"
591-
"@babel/types" "^7.27.6"
604+
"@babel/types" "^7.28.2"
592605

593606
"@babel/highlight@^7.16.0":
594607
version "7.16.0"
@@ -620,7 +633,7 @@
620633
dependencies:
621634
"@babel/types" "^7.27.1"
622635

623-
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
636+
"@babel/parser@^7.27.2":
624637
version "7.27.3"
625638
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
626639
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
@@ -634,6 +647,13 @@
634647
dependencies:
635648
"@babel/types" "^7.28.0"
636649

650+
"@babel/parser@^7.28.3":
651+
version "7.28.3"
652+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
653+
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
654+
dependencies:
655+
"@babel/types" "^7.28.2"
656+
637657
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
638658
version "7.27.1"
639659
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"
@@ -681,13 +701,13 @@
681701
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
682702
"@babel/plugin-transform-optional-chaining" "^7.27.1"
683703

684-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1":
685-
version "7.27.1"
686-
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"
687-
integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==
704+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.28.3":
705+
version "7.28.3"
706+
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"
707+
integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==
688708
dependencies:
689709
"@babel/helper-plugin-utils" "^7.27.1"
690-
"@babel/traverse" "^7.27.1"
710+
"@babel/traverse" "^7.28.3"
691711

692712
"@babel/plugin-proposal-async-generator-functions@^7.16.5":
693713
version "7.16.5"
@@ -1048,12 +1068,12 @@
10481068
"@babel/helper-create-class-features-plugin" "^7.27.1"
10491069
"@babel/helper-plugin-utils" "^7.27.1"
10501070

1051-
"@babel/plugin-transform-class-static-block@^7.27.1":
1052-
version "7.27.1"
1053-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4"
1054-
integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==
1071+
"@babel/plugin-transform-class-static-block@^7.28.3":
1072+
version "7.28.3"
1073+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz#d1b8e69b54c9993bc558203e1f49bfc979bfd852"
1074+
integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==
10551075
dependencies:
1056-
"@babel/helper-create-class-features-plugin" "^7.27.1"
1076+
"@babel/helper-create-class-features-plugin" "^7.28.3"
10571077
"@babel/helper-plugin-utils" "^7.27.1"
10581078

10591079
"@babel/plugin-transform-classes@^7.16.5":
@@ -1070,17 +1090,17 @@
10701090
"@babel/helper-split-export-declaration" "^7.16.0"
10711091
globals "^11.1.0"
10721092

1073-
"@babel/plugin-transform-classes@^7.28.0":
1074-
version "7.28.0"
1075-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz#12fa46cffc32a6e084011b650539e880add8a0f8"
1076-
integrity sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==
1093+
"@babel/plugin-transform-classes@^7.28.3":
1094+
version "7.28.3"
1095+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
1096+
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
10771097
dependencies:
10781098
"@babel/helper-annotate-as-pure" "^7.27.3"
10791099
"@babel/helper-compilation-targets" "^7.27.2"
10801100
"@babel/helper-globals" "^7.28.0"
10811101
"@babel/helper-plugin-utils" "^7.27.1"
10821102
"@babel/helper-replace-supers" "^7.27.1"
1083-
"@babel/traverse" "^7.28.0"
1103+
"@babel/traverse" "^7.28.3"
10841104

10851105
"@babel/plugin-transform-computed-properties@^7.16.5":
10861106
version "7.16.5"
@@ -1511,10 +1531,10 @@
15111531
dependencies:
15121532
regenerator-transform "^0.14.2"
15131533

1514-
"@babel/plugin-transform-regenerator@^7.28.0":
1515-
version "7.28.0"
1516-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.0.tgz#f19ca3558f7121924fc4ba6cd2afe3a5cdac89b1"
1517-
integrity sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ==
1534+
"@babel/plugin-transform-regenerator@^7.28.3":
1535+
version "7.28.3"
1536+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
1537+
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
15181538
dependencies:
15191539
"@babel/helper-plugin-utils" "^7.27.1"
15201540

@@ -1658,10 +1678,10 @@
16581678
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
16591679
"@babel/helper-plugin-utils" "^7.27.1"
16601680

1661-
"@babel/[email protected].0":
1662-
version "7.28.0"
1663-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c"
1664-
integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==
1681+
"@babel/[email protected].3":
1682+
version "7.28.3"
1683+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
1684+
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
16651685
dependencies:
16661686
"@babel/compat-data" "^7.28.0"
16671687
"@babel/helper-compilation-targets" "^7.27.2"
@@ -1671,7 +1691,7 @@
16711691
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
16721692
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
16731693
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
1674-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1"
1694+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.3"
16751695
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
16761696
"@babel/plugin-syntax-import-assertions" "^7.27.1"
16771697
"@babel/plugin-syntax-import-attributes" "^7.27.1"
@@ -1682,8 +1702,8 @@
16821702
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
16831703
"@babel/plugin-transform-block-scoping" "^7.28.0"
16841704
"@babel/plugin-transform-class-properties" "^7.27.1"
1685-
"@babel/plugin-transform-class-static-block" "^7.27.1"
1686-
"@babel/plugin-transform-classes" "^7.28.0"
1705+
"@babel/plugin-transform-class-static-block" "^7.28.3"
1706+
"@babel/plugin-transform-classes" "^7.28.3"
16871707
"@babel/plugin-transform-computed-properties" "^7.27.1"
16881708
"@babel/plugin-transform-destructuring" "^7.28.0"
16891709
"@babel/plugin-transform-dotall-regex" "^7.27.1"
@@ -1715,7 +1735,7 @@
17151735
"@babel/plugin-transform-private-methods" "^7.27.1"
17161736
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
17171737
"@babel/plugin-transform-property-literals" "^7.27.1"
1718-
"@babel/plugin-transform-regenerator" "^7.28.0"
1738+
"@babel/plugin-transform-regenerator" "^7.28.3"
17191739
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
17201740
"@babel/plugin-transform-reserved-words" "^7.27.1"
17211741
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1918,19 +1938,6 @@
19181938
debug "^4.3.1"
19191939
globals "^11.1.0"
19201940

1921-
"@babel/traverse@^7.27.3":
1922-
version "7.27.3"
1923-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
1924-
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
1925-
dependencies:
1926-
"@babel/code-frame" "^7.27.1"
1927-
"@babel/generator" "^7.27.3"
1928-
"@babel/parser" "^7.27.3"
1929-
"@babel/template" "^7.27.2"
1930-
"@babel/types" "^7.27.3"
1931-
debug "^4.3.1"
1932-
globals "^11.1.0"
1933-
19341941
"@babel/traverse@^7.28.0":
19351942
version "7.28.0"
19361943
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
@@ -1944,6 +1951,19 @@
19441951
"@babel/types" "^7.28.0"
19451952
debug "^4.3.1"
19461953

1954+
"@babel/traverse@^7.28.3":
1955+
version "7.28.3"
1956+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
1957+
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
1958+
dependencies:
1959+
"@babel/code-frame" "^7.27.1"
1960+
"@babel/generator" "^7.28.3"
1961+
"@babel/helper-globals" "^7.28.0"
1962+
"@babel/parser" "^7.28.3"
1963+
"@babel/template" "^7.27.2"
1964+
"@babel/types" "^7.28.2"
1965+
debug "^4.3.1"
1966+
19471967
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
19481968
version "7.16.0"
19491969
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -1976,14 +1996,6 @@
19761996
"@babel/helper-string-parser" "^7.27.1"
19771997
"@babel/helper-validator-identifier" "^7.27.1"
19781998

1979-
"@babel/types@^7.27.6":
1980-
version "7.27.7"
1981-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
1982-
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
1983-
dependencies:
1984-
"@babel/helper-string-parser" "^7.27.1"
1985-
"@babel/helper-validator-identifier" "^7.27.1"
1986-
19871999
"@babel/types@^7.28.0":
19882000
version "7.28.0"
19892001
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
@@ -1992,6 +2004,14 @@
19922004
"@babel/helper-string-parser" "^7.27.1"
19932005
"@babel/helper-validator-identifier" "^7.27.1"
19942006

2007+
"@babel/types@^7.28.2":
2008+
version "7.28.2"
2009+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
2010+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
2011+
dependencies:
2012+
"@babel/helper-string-parser" "^7.27.1"
2013+
"@babel/helper-validator-identifier" "^7.27.1"
2014+
19952015
"@bcoe/v8-coverage@^1.0.1":
19962016
version "1.0.1"
19972017
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)