Skip to content

Commit 035cf69

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

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
@@ -80,10 +80,10 @@
8080
},
8181
"devDependencies": {
8282
"@array-like/alloc": "0.0.1",
83-
"@babel/core": "7.28.0",
83+
"@babel/core": "7.28.3",
8484
"@babel/plugin-transform-destructuring": "7.28.0",
8585
"@babel/plugin-transform-for-of": "7.27.1",
86-
"@babel/preset-env": "7.28.0",
86+
"@babel/preset-env": "7.28.3",
8787
"@codec-bytes/ascii": "3.0.0",
8888
"@commitlint/cli": "19.8.1",
8989
"@js-library/commitlint-config": "0.0.4",

yarn.lock

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

82-
"@babel/[email protected].0":
83-
version "7.28.0"
84-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
85-
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
82+
"@babel/[email protected].3":
83+
version "7.28.3"
84+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
85+
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
8686
dependencies:
8787
"@ampproject/remapping" "^2.2.0"
8888
"@babel/code-frame" "^7.27.1"
89-
"@babel/generator" "^7.28.0"
89+
"@babel/generator" "^7.28.3"
9090
"@babel/helper-compilation-targets" "^7.27.2"
91-
"@babel/helper-module-transforms" "^7.27.3"
92-
"@babel/helpers" "^7.27.6"
93-
"@babel/parser" "^7.28.0"
91+
"@babel/helper-module-transforms" "^7.28.3"
92+
"@babel/helpers" "^7.28.3"
93+
"@babel/parser" "^7.28.3"
9494
"@babel/template" "^7.27.2"
95-
"@babel/traverse" "^7.28.0"
96-
"@babel/types" "^7.28.0"
95+
"@babel/traverse" "^7.28.3"
96+
"@babel/types" "^7.28.2"
9797
convert-source-map "^2.0.0"
9898
debug "^4.1.0"
9999
gensync "^1.0.0-beta.2"
@@ -141,17 +141,6 @@
141141
"@jridgewell/trace-mapping" "^0.3.25"
142142
jsesc "^3.0.2"
143143

144-
"@babel/generator@^7.27.3":
145-
version "7.27.3"
146-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
147-
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
148-
dependencies:
149-
"@babel/parser" "^7.27.3"
150-
"@babel/types" "^7.27.3"
151-
"@jridgewell/gen-mapping" "^0.3.5"
152-
"@jridgewell/trace-mapping" "^0.3.25"
153-
jsesc "^3.0.2"
154-
155144
"@babel/generator@^7.28.0":
156145
version "7.28.0"
157146
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
@@ -163,6 +152,17 @@
163152
"@jridgewell/trace-mapping" "^0.3.28"
164153
jsesc "^3.0.2"
165154

155+
"@babel/generator@^7.28.3":
156+
version "7.28.3"
157+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
158+
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
159+
dependencies:
160+
"@babel/parser" "^7.28.3"
161+
"@babel/types" "^7.28.2"
162+
"@jridgewell/gen-mapping" "^0.3.12"
163+
"@jridgewell/trace-mapping" "^0.3.28"
164+
jsesc "^3.0.2"
165+
166166
"@babel/helper-annotate-as-pure@^7.18.6":
167167
version "7.18.6"
168168
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -250,6 +250,19 @@
250250
"@babel/traverse" "^7.27.1"
251251
semver "^6.3.1"
252252

253+
"@babel/helper-create-class-features-plugin@^7.28.3":
254+
version "7.28.3"
255+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46"
256+
integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==
257+
dependencies:
258+
"@babel/helper-annotate-as-pure" "^7.27.3"
259+
"@babel/helper-member-expression-to-functions" "^7.27.1"
260+
"@babel/helper-optimise-call-expression" "^7.27.1"
261+
"@babel/helper-replace-supers" "^7.27.1"
262+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
263+
"@babel/traverse" "^7.28.3"
264+
semver "^6.3.1"
265+
253266
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.19.0":
254267
version "7.19.0"
255268
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz#7976aca61c0984202baca73d84e2337a5424a41b"
@@ -375,14 +388,14 @@
375388
"@babel/helper-validator-identifier" "^7.27.1"
376389
"@babel/traverse" "^7.27.1"
377390

378-
"@babel/helper-module-transforms@^7.27.3":
379-
version "7.27.3"
380-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
381-
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
391+
"@babel/helper-module-transforms@^7.28.3":
392+
version "7.28.3"
393+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
394+
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
382395
dependencies:
383396
"@babel/helper-module-imports" "^7.27.1"
384397
"@babel/helper-validator-identifier" "^7.27.1"
385-
"@babel/traverse" "^7.27.3"
398+
"@babel/traverse" "^7.28.3"
386399

387400
"@babel/helper-optimise-call-expression@^7.18.6":
388401
version "7.18.6"
@@ -544,13 +557,13 @@
544557
"@babel/traverse" "^7.19.4"
545558
"@babel/types" "^7.19.4"
546559

547-
"@babel/helpers@^7.27.6":
548-
version "7.27.6"
549-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
550-
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
560+
"@babel/helpers@^7.28.3":
561+
version "7.28.3"
562+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
563+
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
551564
dependencies:
552565
"@babel/template" "^7.27.2"
553-
"@babel/types" "^7.27.6"
566+
"@babel/types" "^7.28.2"
554567

555568
"@babel/highlight@^7.18.6":
556569
version "7.18.6"
@@ -582,7 +595,7 @@
582595
dependencies:
583596
"@babel/types" "^7.27.1"
584597

585-
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
598+
"@babel/parser@^7.27.2":
586599
version "7.27.3"
587600
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
588601
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
@@ -596,6 +609,13 @@
596609
dependencies:
597610
"@babel/types" "^7.28.0"
598611

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

646-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1":
647-
version "7.27.1"
648-
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"
649-
integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==
666+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.28.3":
667+
version "7.28.3"
668+
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"
669+
integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==
650670
dependencies:
651671
"@babel/helper-plugin-utils" "^7.27.1"
652-
"@babel/traverse" "^7.27.1"
672+
"@babel/traverse" "^7.28.3"
653673

654674
"@babel/plugin-proposal-async-generator-functions@^7.19.1":
655675
version "7.19.1"
@@ -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.19.0":
@@ -1041,17 +1061,17 @@
10411061
"@babel/helper-split-export-declaration" "^7.18.6"
10421062
globals "^11.1.0"
10431063

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

10561076
"@babel/plugin-transform-computed-properties@^7.18.9":
10571077
version "7.18.9"
@@ -1485,10 +1505,10 @@
14851505
"@babel/helper-plugin-utils" "^7.18.6"
14861506
regenerator-transform "^0.15.0"
14871507

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

@@ -1632,10 +1652,10 @@
16321652
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
16331653
"@babel/helper-plugin-utils" "^7.27.1"
16341654

1635-
"@babel/[email protected].0":
1636-
version "7.28.0"
1637-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c"
1638-
integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==
1655+
"@babel/[email protected].3":
1656+
version "7.28.3"
1657+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
1658+
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
16391659
dependencies:
16401660
"@babel/compat-data" "^7.28.0"
16411661
"@babel/helper-compilation-targets" "^7.27.2"
@@ -1645,7 +1665,7 @@
16451665
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
16461666
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
16471667
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
1648-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1"
1668+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.3"
16491669
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
16501670
"@babel/plugin-syntax-import-assertions" "^7.27.1"
16511671
"@babel/plugin-syntax-import-attributes" "^7.27.1"
@@ -1656,8 +1676,8 @@
16561676
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
16571677
"@babel/plugin-transform-block-scoping" "^7.28.0"
16581678
"@babel/plugin-transform-class-properties" "^7.27.1"
1659-
"@babel/plugin-transform-class-static-block" "^7.27.1"
1660-
"@babel/plugin-transform-classes" "^7.28.0"
1679+
"@babel/plugin-transform-class-static-block" "^7.28.3"
1680+
"@babel/plugin-transform-classes" "^7.28.3"
16611681
"@babel/plugin-transform-computed-properties" "^7.27.1"
16621682
"@babel/plugin-transform-destructuring" "^7.28.0"
16631683
"@babel/plugin-transform-dotall-regex" "^7.27.1"
@@ -1689,7 +1709,7 @@
16891709
"@babel/plugin-transform-private-methods" "^7.27.1"
16901710
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
16911711
"@babel/plugin-transform-property-literals" "^7.27.1"
1692-
"@babel/plugin-transform-regenerator" "^7.28.0"
1712+
"@babel/plugin-transform-regenerator" "^7.28.3"
16931713
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
16941714
"@babel/plugin-transform-reserved-words" "^7.27.1"
16951715
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1893,19 +1913,6 @@
18931913
debug "^4.3.1"
18941914
globals "^11.1.0"
18951915

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

1929+
"@babel/traverse@^7.28.3":
1930+
version "7.28.3"
1931+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
1932+
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
1933+
dependencies:
1934+
"@babel/code-frame" "^7.27.1"
1935+
"@babel/generator" "^7.28.3"
1936+
"@babel/helper-globals" "^7.28.0"
1937+
"@babel/parser" "^7.28.3"
1938+
"@babel/template" "^7.27.2"
1939+
"@babel/types" "^7.28.2"
1940+
debug "^4.3.1"
1941+
19221942
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.4.4":
19231943
version "7.19.4"
19241944
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
@@ -1944,14 +1964,6 @@
19441964
"@babel/helper-string-parser" "^7.27.1"
19451965
"@babel/helper-validator-identifier" "^7.27.1"
19461966

1947-
"@babel/types@^7.27.6":
1948-
version "7.27.7"
1949-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
1950-
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
1951-
dependencies:
1952-
"@babel/helper-string-parser" "^7.27.1"
1953-
"@babel/helper-validator-identifier" "^7.27.1"
1954-
19551967
"@babel/types@^7.28.0":
19561968
version "7.28.0"
19571969
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
@@ -1960,6 +1972,14 @@
19601972
"@babel/helper-string-parser" "^7.27.1"
19611973
"@babel/helper-validator-identifier" "^7.27.1"
19621974

1975+
"@babel/types@^7.28.2":
1976+
version "7.28.2"
1977+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
1978+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
1979+
dependencies:
1980+
"@babel/helper-string-parser" "^7.27.1"
1981+
"@babel/helper-validator-identifier" "^7.27.1"
1982+
19631983
"@bcoe/v8-coverage@^1.0.1":
19641984
version "1.0.1"
19651985
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)