Skip to content

Commit 4385f4c

Browse files
authored
chore(package): update all of babel7 to version 7.28.3
1 parent f7b69ae commit 4385f4c

File tree

2 files changed

+77
-77
lines changed

2 files changed

+77
-77
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
}
6161
],
6262
"devDependencies": {
63-
"@babel/core": "^7.28.0",
64-
"@babel/preset-env": "^7.28.0",
63+
"@babel/core": "^7.28.3",
64+
"@babel/preset-env": "^7.28.3",
6565
"@babel/preset-react": "^7.27.1",
6666
"@babel/preset-typescript": "^7.27.1",
6767
"@size-limit/preset-small-lib": "^11.2.0",

yarn.lock

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -31,34 +31,34 @@
3131
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
3232
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
3333

34-
"@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.20.2", "@babel/core@^7.22.9", "@babel/core@^7.23.0", "@babel/core@^7.23.2", "@babel/core@^7.28.0", "@babel/core@^7.4.4", "@babel/core@^7.7.5":
35-
version "7.28.0"
36-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
37-
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
34+
"@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.20.2", "@babel/core@^7.22.9", "@babel/core@^7.23.0", "@babel/core@^7.23.2", "@babel/core@^7.28.3", "@babel/core@^7.4.4", "@babel/core@^7.7.5":
35+
version "7.28.3"
36+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
37+
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
3838
dependencies:
3939
"@ampproject/remapping" "^2.2.0"
4040
"@babel/code-frame" "^7.27.1"
41-
"@babel/generator" "^7.28.0"
41+
"@babel/generator" "^7.28.3"
4242
"@babel/helper-compilation-targets" "^7.27.2"
43-
"@babel/helper-module-transforms" "^7.27.3"
44-
"@babel/helpers" "^7.27.6"
45-
"@babel/parser" "^7.28.0"
43+
"@babel/helper-module-transforms" "^7.28.3"
44+
"@babel/helpers" "^7.28.3"
45+
"@babel/parser" "^7.28.3"
4646
"@babel/template" "^7.27.2"
47-
"@babel/traverse" "^7.28.0"
48-
"@babel/types" "^7.28.0"
47+
"@babel/traverse" "^7.28.3"
48+
"@babel/types" "^7.28.2"
4949
convert-source-map "^2.0.0"
5050
debug "^4.1.0"
5151
gensync "^1.0.0-beta.2"
5252
json5 "^2.2.3"
5353
semver "^6.3.1"
5454

55-
"@babel/generator@^7.12.11", "@babel/generator@^7.21.5", "@babel/generator@^7.23.0", "@babel/generator@^7.28.0":
56-
version "7.28.0"
57-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
58-
integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==
55+
"@babel/generator@^7.12.11", "@babel/generator@^7.21.5", "@babel/generator@^7.23.0", "@babel/generator@^7.28.3":
56+
version "7.28.3"
57+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
58+
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
5959
dependencies:
60-
"@babel/parser" "^7.28.0"
61-
"@babel/types" "^7.28.0"
60+
"@babel/parser" "^7.28.3"
61+
"@babel/types" "^7.28.2"
6262
"@jridgewell/gen-mapping" "^0.3.12"
6363
"@jridgewell/trace-mapping" "^0.3.28"
6464
jsesc "^3.0.2"
@@ -91,17 +91,17 @@
9191
lru-cache "^5.1.1"
9292
semver "^6.3.1"
9393

94-
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.27.1":
95-
version "7.27.1"
96-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz#5bee4262a6ea5ddc852d0806199eb17ca3de9281"
97-
integrity sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==
94+
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.27.1", "@babel/helper-create-class-features-plugin@^7.28.3":
95+
version "7.28.3"
96+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46"
97+
integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==
9898
dependencies:
99-
"@babel/helper-annotate-as-pure" "^7.27.1"
99+
"@babel/helper-annotate-as-pure" "^7.27.3"
100100
"@babel/helper-member-expression-to-functions" "^7.27.1"
101101
"@babel/helper-optimise-call-expression" "^7.27.1"
102102
"@babel/helper-replace-supers" "^7.27.1"
103103
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
104-
"@babel/traverse" "^7.27.1"
104+
"@babel/traverse" "^7.28.3"
105105
semver "^6.3.1"
106106

107107
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.27.1":
@@ -181,14 +181,14 @@
181181
"@babel/traverse" "^7.27.1"
182182
"@babel/types" "^7.27.1"
183183

184-
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.27.3":
185-
version "7.27.3"
186-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
187-
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
184+
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
185+
version "7.28.3"
186+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
187+
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
188188
dependencies:
189189
"@babel/helper-module-imports" "^7.27.1"
190190
"@babel/helper-validator-identifier" "^7.27.1"
191-
"@babel/traverse" "^7.27.3"
191+
"@babel/traverse" "^7.28.3"
192192

193193
"@babel/helper-optimise-call-expression@^7.27.1":
194194
version "7.27.1"
@@ -259,20 +259,20 @@
259259
"@babel/traverse" "^7.27.1"
260260
"@babel/types" "^7.27.1"
261261

262-
"@babel/helpers@^7.27.6":
263-
version "7.27.6"
264-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
265-
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
262+
"@babel/helpers@^7.28.3":
263+
version "7.28.3"
264+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
265+
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
266266
dependencies:
267267
"@babel/template" "^7.27.2"
268-
"@babel/types" "^7.27.6"
268+
"@babel/types" "^7.28.2"
269269

270-
"@babel/parser@^7.1.0", "@babel/parser@^7.11.5", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.23.0", "@babel/parser@^7.27.2", "@babel/parser@^7.28.0", "@babel/parser@^7.7.0":
271-
version "7.28.0"
272-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
273-
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
270+
"@babel/parser@^7.1.0", "@babel/parser@^7.11.5", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.23.0", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.7.0":
271+
version "7.28.3"
272+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
273+
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
274274
dependencies:
275-
"@babel/types" "^7.28.0"
275+
"@babel/types" "^7.28.2"
276276

277277
"@babel/parser@~7.21.2":
278278
version "7.21.9"
@@ -310,13 +310,13 @@
310310
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
311311
"@babel/plugin-transform-optional-chaining" "^7.27.1"
312312

313-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1":
314-
version "7.27.1"
315-
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"
316-
integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==
313+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.28.3":
314+
version "7.28.3"
315+
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"
316+
integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==
317317
dependencies:
318318
"@babel/helper-plugin-utils" "^7.27.1"
319-
"@babel/traverse" "^7.27.1"
319+
"@babel/traverse" "^7.28.3"
320320

321321
"@babel/plugin-proposal-class-properties@^7.4.4":
322322
version "7.18.6"
@@ -498,25 +498,25 @@
498498
"@babel/helper-create-class-features-plugin" "^7.27.1"
499499
"@babel/helper-plugin-utils" "^7.27.1"
500500

501-
"@babel/plugin-transform-class-static-block@^7.27.1":
502-
version "7.27.1"
503-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4"
504-
integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==
501+
"@babel/plugin-transform-class-static-block@^7.28.3":
502+
version "7.28.3"
503+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz#d1b8e69b54c9993bc558203e1f49bfc979bfd852"
504+
integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==
505505
dependencies:
506-
"@babel/helper-create-class-features-plugin" "^7.27.1"
506+
"@babel/helper-create-class-features-plugin" "^7.28.3"
507507
"@babel/helper-plugin-utils" "^7.27.1"
508508

509-
"@babel/plugin-transform-classes@^7.28.0":
510-
version "7.28.0"
511-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz#12fa46cffc32a6e084011b650539e880add8a0f8"
512-
integrity sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==
509+
"@babel/plugin-transform-classes@^7.28.3":
510+
version "7.28.3"
511+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
512+
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
513513
dependencies:
514514
"@babel/helper-annotate-as-pure" "^7.27.3"
515515
"@babel/helper-compilation-targets" "^7.27.2"
516516
"@babel/helper-globals" "^7.28.0"
517517
"@babel/helper-plugin-utils" "^7.27.1"
518518
"@babel/helper-replace-supers" "^7.27.1"
519-
"@babel/traverse" "^7.28.0"
519+
"@babel/traverse" "^7.28.3"
520520

521521
"@babel/plugin-transform-computed-properties@^7.27.1":
522522
version "7.27.1"
@@ -800,10 +800,10 @@
800800
"@babel/helper-annotate-as-pure" "^7.27.1"
801801
"@babel/helper-plugin-utils" "^7.27.1"
802802

803-
"@babel/plugin-transform-regenerator@^7.28.0":
804-
version "7.28.0"
805-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.0.tgz#f19ca3558f7121924fc4ba6cd2afe3a5cdac89b1"
806-
integrity sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ==
803+
"@babel/plugin-transform-regenerator@^7.28.3":
804+
version "7.28.3"
805+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
806+
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
807807
dependencies:
808808
"@babel/helper-plugin-utils" "^7.27.1"
809809

@@ -900,10 +900,10 @@
900900
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
901901
"@babel/helper-plugin-utils" "^7.27.1"
902902

903-
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.23.2", "@babel/preset-env@^7.28.0":
904-
version "7.28.0"
905-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c"
906-
integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==
903+
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.23.2", "@babel/preset-env@^7.28.3":
904+
version "7.28.3"
905+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
906+
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
907907
dependencies:
908908
"@babel/compat-data" "^7.28.0"
909909
"@babel/helper-compilation-targets" "^7.27.2"
@@ -913,7 +913,7 @@
913913
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
914914
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
915915
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
916-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1"
916+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.3"
917917
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
918918
"@babel/plugin-syntax-import-assertions" "^7.27.1"
919919
"@babel/plugin-syntax-import-attributes" "^7.27.1"
@@ -924,8 +924,8 @@
924924
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
925925
"@babel/plugin-transform-block-scoping" "^7.28.0"
926926
"@babel/plugin-transform-class-properties" "^7.27.1"
927-
"@babel/plugin-transform-class-static-block" "^7.27.1"
928-
"@babel/plugin-transform-classes" "^7.28.0"
927+
"@babel/plugin-transform-class-static-block" "^7.28.3"
928+
"@babel/plugin-transform-classes" "^7.28.3"
929929
"@babel/plugin-transform-computed-properties" "^7.27.1"
930930
"@babel/plugin-transform-destructuring" "^7.28.0"
931931
"@babel/plugin-transform-dotall-regex" "^7.27.1"
@@ -957,7 +957,7 @@
957957
"@babel/plugin-transform-private-methods" "^7.27.1"
958958
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
959959
"@babel/plugin-transform-property-literals" "^7.27.1"
960-
"@babel/plugin-transform-regenerator" "^7.28.0"
960+
"@babel/plugin-transform-regenerator" "^7.28.3"
961961
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
962962
"@babel/plugin-transform-reserved-words" "^7.27.1"
963963
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1057,17 +1057,17 @@
10571057
"@babel/parser" "^7.27.2"
10581058
"@babel/types" "^7.27.1"
10591059

1060-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.11.5", "@babel/traverse@^7.23.2", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0", "@babel/traverse@^7.7.0":
1061-
version "7.28.0"
1062-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
1063-
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
1060+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.11.5", "@babel/traverse@^7.23.2", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.7.0":
1061+
version "7.28.3"
1062+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
1063+
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
10641064
dependencies:
10651065
"@babel/code-frame" "^7.27.1"
1066-
"@babel/generator" "^7.28.0"
1066+
"@babel/generator" "^7.28.3"
10671067
"@babel/helper-globals" "^7.28.0"
1068-
"@babel/parser" "^7.28.0"
1068+
"@babel/parser" "^7.28.3"
10691069
"@babel/template" "^7.27.2"
1070-
"@babel/types" "^7.28.0"
1070+
"@babel/types" "^7.28.2"
10711071
debug "^4.3.1"
10721072

10731073
"@babel/traverse@~7.21.2":
@@ -1086,10 +1086,10 @@
10861086
debug "^4.1.0"
10871087
globals "^11.1.0"
10881088

1089-
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.20.7", "@babel/types@^7.21.5", "@babel/types@^7.23.0", "@babel/types@^7.24.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.28.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1090-
version "7.28.0"
1091-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
1092-
integrity sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==
1089+
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.20.7", "@babel/types@^7.21.5", "@babel/types@^7.23.0", "@babel/types@^7.24.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1090+
version "7.28.2"
1091+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
1092+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
10931093
dependencies:
10941094
"@babel/helper-string-parser" "^7.27.1"
10951095
"@babel/helper-validator-identifier" "^7.27.1"

0 commit comments

Comments
 (0)