Skip to content

Commit 285d26b

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

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
"@failure-abstraction/error": "^6.0.1"
7272
},
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
"@iterable-iterator/zip": "1.0.1",
7878
"@js-library/commitlint-config": "0.0.4",

yarn.lock

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

55-
"@babel/[email protected].0":
56-
version "7.28.0"
57-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
58-
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
55+
"@babel/[email protected].3":
56+
version "7.28.3"
57+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
58+
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
5959
dependencies:
6060
"@ampproject/remapping" "^2.2.0"
6161
"@babel/code-frame" "^7.27.1"
62-
"@babel/generator" "^7.28.0"
62+
"@babel/generator" "^7.28.3"
6363
"@babel/helper-compilation-targets" "^7.27.2"
64-
"@babel/helper-module-transforms" "^7.27.3"
65-
"@babel/helpers" "^7.27.6"
66-
"@babel/parser" "^7.28.0"
64+
"@babel/helper-module-transforms" "^7.28.3"
65+
"@babel/helpers" "^7.28.3"
66+
"@babel/parser" "^7.28.3"
6767
"@babel/template" "^7.27.2"
68-
"@babel/traverse" "^7.28.0"
69-
"@babel/types" "^7.28.0"
68+
"@babel/traverse" "^7.28.3"
69+
"@babel/types" "^7.28.2"
7070
convert-source-map "^2.0.0"
7171
debug "^4.1.0"
7272
gensync "^1.0.0-beta.2"
@@ -115,17 +115,6 @@
115115
"@jridgewell/trace-mapping" "^0.3.25"
116116
jsesc "^3.0.2"
117117

118-
"@babel/generator@^7.27.3":
119-
version "7.27.3"
120-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
121-
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
122-
dependencies:
123-
"@babel/parser" "^7.27.3"
124-
"@babel/types" "^7.27.3"
125-
"@jridgewell/gen-mapping" "^0.3.5"
126-
"@jridgewell/trace-mapping" "^0.3.25"
127-
jsesc "^3.0.2"
128-
129118
"@babel/generator@^7.28.0":
130119
version "7.28.0"
131120
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
@@ -137,6 +126,17 @@
137126
"@jridgewell/trace-mapping" "^0.3.28"
138127
jsesc "^3.0.2"
139128

129+
"@babel/generator@^7.28.3":
130+
version "7.28.3"
131+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
132+
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
133+
dependencies:
134+
"@babel/parser" "^7.28.3"
135+
"@babel/types" "^7.28.2"
136+
"@jridgewell/gen-mapping" "^0.3.12"
137+
"@jridgewell/trace-mapping" "^0.3.28"
138+
jsesc "^3.0.2"
139+
140140
"@babel/helper-annotate-as-pure@^7.22.5":
141141
version "7.22.5"
142142
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -226,6 +226,19 @@
226226
"@babel/traverse" "^7.27.1"
227227
semver "^6.3.1"
228228

229+
"@babel/helper-create-class-features-plugin@^7.28.3":
230+
version "7.28.3"
231+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46"
232+
integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==
233+
dependencies:
234+
"@babel/helper-annotate-as-pure" "^7.27.3"
235+
"@babel/helper-member-expression-to-functions" "^7.27.1"
236+
"@babel/helper-optimise-call-expression" "^7.27.1"
237+
"@babel/helper-replace-supers" "^7.27.1"
238+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
239+
"@babel/traverse" "^7.28.3"
240+
semver "^6.3.1"
241+
229242
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5":
230243
version "7.22.15"
231244
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1"
@@ -352,14 +365,14 @@
352365
"@babel/helper-validator-identifier" "^7.27.1"
353366
"@babel/traverse" "^7.27.1"
354367

355-
"@babel/helper-module-transforms@^7.27.3":
356-
version "7.27.3"
357-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
358-
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
368+
"@babel/helper-module-transforms@^7.28.3":
369+
version "7.28.3"
370+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
371+
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
359372
dependencies:
360373
"@babel/helper-module-imports" "^7.27.1"
361374
"@babel/helper-validator-identifier" "^7.27.1"
362-
"@babel/traverse" "^7.27.3"
375+
"@babel/traverse" "^7.28.3"
363376

364377
"@babel/helper-optimise-call-expression@^7.22.5":
365378
version "7.22.5"
@@ -512,13 +525,13 @@
512525
"@babel/traverse" "^7.24.0"
513526
"@babel/types" "^7.24.0"
514527

515-
"@babel/helpers@^7.27.6":
516-
version "7.27.6"
517-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
518-
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
528+
"@babel/helpers@^7.28.3":
529+
version "7.28.3"
530+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
531+
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
519532
dependencies:
520533
"@babel/template" "^7.27.2"
521-
"@babel/types" "^7.27.6"
534+
"@babel/types" "^7.28.2"
522535

523536
"@babel/highlight@^7.23.4":
524537
version "7.23.4"
@@ -541,7 +554,7 @@
541554
dependencies:
542555
"@babel/types" "^7.27.1"
543556

544-
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
557+
"@babel/parser@^7.27.2":
545558
version "7.27.3"
546559
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
547560
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
@@ -555,6 +568,13 @@
555568
dependencies:
556569
"@babel/types" "^7.28.0"
557570

571+
"@babel/parser@^7.28.3":
572+
version "7.28.3"
573+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
574+
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
575+
dependencies:
576+
"@babel/types" "^7.28.2"
577+
558578
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
559579
version "7.27.1"
560580
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"
@@ -610,13 +630,13 @@
610630
"@babel/helper-environment-visitor" "^7.22.20"
611631
"@babel/helper-plugin-utils" "^7.22.5"
612632

613-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1":
614-
version "7.27.1"
615-
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"
616-
integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==
633+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.28.3":
634+
version "7.28.3"
635+
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"
636+
integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==
617637
dependencies:
618638
"@babel/helper-plugin-utils" "^7.27.1"
619-
"@babel/traverse" "^7.27.1"
639+
"@babel/traverse" "^7.28.3"
620640

621641
622642
version "7.12.1"
@@ -890,12 +910,12 @@
890910
"@babel/helper-plugin-utils" "^7.22.5"
891911
"@babel/plugin-syntax-class-static-block" "^7.14.5"
892912

893-
"@babel/plugin-transform-class-static-block@^7.27.1":
894-
version "7.27.1"
895-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4"
896-
integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==
913+
"@babel/plugin-transform-class-static-block@^7.28.3":
914+
version "7.28.3"
915+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz#d1b8e69b54c9993bc558203e1f49bfc979bfd852"
916+
integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==
897917
dependencies:
898-
"@babel/helper-create-class-features-plugin" "^7.27.1"
918+
"@babel/helper-create-class-features-plugin" "^7.28.3"
899919
"@babel/helper-plugin-utils" "^7.27.1"
900920

901921
"@babel/plugin-transform-classes@^7.23.8":
@@ -912,17 +932,17 @@
912932
"@babel/helper-split-export-declaration" "^7.22.6"
913933
globals "^11.1.0"
914934

915-
"@babel/plugin-transform-classes@^7.28.0":
916-
version "7.28.0"
917-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz#12fa46cffc32a6e084011b650539e880add8a0f8"
918-
integrity sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==
935+
"@babel/plugin-transform-classes@^7.28.3":
936+
version "7.28.3"
937+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
938+
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
919939
dependencies:
920940
"@babel/helper-annotate-as-pure" "^7.27.3"
921941
"@babel/helper-compilation-targets" "^7.27.2"
922942
"@babel/helper-globals" "^7.28.0"
923943
"@babel/helper-plugin-utils" "^7.27.1"
924944
"@babel/helper-replace-supers" "^7.27.1"
925-
"@babel/traverse" "^7.28.0"
945+
"@babel/traverse" "^7.28.3"
926946

927947
"@babel/plugin-transform-computed-properties@^7.23.3":
928948
version "7.23.3"
@@ -1449,10 +1469,10 @@
14491469
"@babel/helper-plugin-utils" "^7.22.5"
14501470
regenerator-transform "^0.15.2"
14511471

1452-
"@babel/plugin-transform-regenerator@^7.28.0":
1453-
version "7.28.0"
1454-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.0.tgz#f19ca3558f7121924fc4ba6cd2afe3a5cdac89b1"
1455-
integrity sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ==
1472+
"@babel/plugin-transform-regenerator@^7.28.3":
1473+
version "7.28.3"
1474+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
1475+
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
14561476
dependencies:
14571477
"@babel/helper-plugin-utils" "^7.27.1"
14581478

@@ -1612,10 +1632,10 @@
16121632
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
16131633
"@babel/helper-plugin-utils" "^7.27.1"
16141634

1615-
"@babel/[email protected].0":
1616-
version "7.28.0"
1617-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c"
1618-
integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==
1635+
"@babel/[email protected].3":
1636+
version "7.28.3"
1637+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
1638+
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
16191639
dependencies:
16201640
"@babel/compat-data" "^7.28.0"
16211641
"@babel/helper-compilation-targets" "^7.27.2"
@@ -1625,7 +1645,7 @@
16251645
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
16261646
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
16271647
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
1628-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1"
1648+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.3"
16291649
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
16301650
"@babel/plugin-syntax-import-assertions" "^7.27.1"
16311651
"@babel/plugin-syntax-import-attributes" "^7.27.1"
@@ -1636,8 +1656,8 @@
16361656
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
16371657
"@babel/plugin-transform-block-scoping" "^7.28.0"
16381658
"@babel/plugin-transform-class-properties" "^7.27.1"
1639-
"@babel/plugin-transform-class-static-block" "^7.27.1"
1640-
"@babel/plugin-transform-classes" "^7.28.0"
1659+
"@babel/plugin-transform-class-static-block" "^7.28.3"
1660+
"@babel/plugin-transform-classes" "^7.28.3"
16411661
"@babel/plugin-transform-computed-properties" "^7.27.1"
16421662
"@babel/plugin-transform-destructuring" "^7.28.0"
16431663
"@babel/plugin-transform-dotall-regex" "^7.27.1"
@@ -1669,7 +1689,7 @@
16691689
"@babel/plugin-transform-private-methods" "^7.27.1"
16701690
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
16711691
"@babel/plugin-transform-property-literals" "^7.27.1"
1672-
"@babel/plugin-transform-regenerator" "^7.28.0"
1692+
"@babel/plugin-transform-regenerator" "^7.28.3"
16731693
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
16741694
"@babel/plugin-transform-reserved-words" "^7.27.1"
16751695
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1872,19 +1892,6 @@
18721892
debug "^4.3.1"
18731893
globals "^11.1.0"
18741894

1875-
"@babel/traverse@^7.27.3":
1876-
version "7.27.3"
1877-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
1878-
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
1879-
dependencies:
1880-
"@babel/code-frame" "^7.27.1"
1881-
"@babel/generator" "^7.27.3"
1882-
"@babel/parser" "^7.27.3"
1883-
"@babel/template" "^7.27.2"
1884-
"@babel/types" "^7.27.3"
1885-
debug "^4.3.1"
1886-
globals "^11.1.0"
1887-
18881895
"@babel/traverse@^7.28.0":
18891896
version "7.28.0"
18901897
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
@@ -1898,6 +1905,19 @@
18981905
"@babel/types" "^7.28.0"
18991906
debug "^4.3.1"
19001907

1908+
"@babel/traverse@^7.28.3":
1909+
version "7.28.3"
1910+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
1911+
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
1912+
dependencies:
1913+
"@babel/code-frame" "^7.27.1"
1914+
"@babel/generator" "^7.28.3"
1915+
"@babel/helper-globals" "^7.28.0"
1916+
"@babel/parser" "^7.28.3"
1917+
"@babel/template" "^7.27.2"
1918+
"@babel/types" "^7.28.2"
1919+
debug "^4.3.1"
1920+
19011921
"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.24.0", "@babel/types@^7.4.4":
19021922
version "7.24.0"
19031923
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
@@ -1923,14 +1943,6 @@
19231943
"@babel/helper-string-parser" "^7.27.1"
19241944
"@babel/helper-validator-identifier" "^7.27.1"
19251945

1926-
"@babel/types@^7.27.6":
1927-
version "7.27.7"
1928-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
1929-
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
1930-
dependencies:
1931-
"@babel/helper-string-parser" "^7.27.1"
1932-
"@babel/helper-validator-identifier" "^7.27.1"
1933-
19341946
"@babel/types@^7.28.0":
19351947
version "7.28.0"
19361948
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
@@ -1939,6 +1951,14 @@
19391951
"@babel/helper-string-parser" "^7.27.1"
19401952
"@babel/helper-validator-identifier" "^7.27.1"
19411953

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

0 commit comments

Comments
 (0)