Skip to content

Commit 777ee67

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

File tree

2 files changed

+107
-87
lines changed

2 files changed

+107
-87
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
},
7979
"dependencies": {},
8080
"devDependencies": {
81-
"@babel/cli": "7.28.0",
82-
"@babel/core": "7.28.0",
83-
"@babel/preset-env": "7.28.0",
81+
"@babel/cli": "7.28.3",
82+
"@babel/core": "7.28.3",
83+
"@babel/preset-env": "7.28.3",
8484
"@commitlint/cli": "19.8.1",
8585
"@iterable-iterator/zip": "1.0.1",
8686
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 104 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@jridgewell/gen-mapping" "^0.1.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@babel/[email protected].0":
19-
version "7.28.0"
20-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.28.0.tgz#26959456cbedff569a2c3ac909e8a268ca6cb7e2"
21-
integrity sha512-CYrZG7FagtE8ReKDBfItxnrEBf2khq2eTMnPuqO8UVN0wzhp1eMX1wfda8b1a32l2aqYLwRRIOGNovm8FVzmMw==
18+
"@babel/[email protected].3":
19+
version "7.28.3"
20+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.28.3.tgz#f33693753bc103ab0084a5776ccf8ab8a140038b"
21+
integrity sha512-n1RU5vuCX0CsaqaXm9I0KUCNKNQMy5epmzl/xdSSm70bSqhg9GWhgeosypyQLc0bK24+Xpk1WGzZlI9pJtkZdg==
2222
dependencies:
2323
"@jridgewell/trace-mapping" "^0.3.28"
2424
commander "^6.2.0"
@@ -70,21 +70,21 @@
7070
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
7171
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
7272

73-
"@babel/[email protected].0":
74-
version "7.28.0"
75-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
76-
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
73+
"@babel/[email protected].3":
74+
version "7.28.3"
75+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
76+
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
7777
dependencies:
7878
"@ampproject/remapping" "^2.2.0"
7979
"@babel/code-frame" "^7.27.1"
80-
"@babel/generator" "^7.28.0"
80+
"@babel/generator" "^7.28.3"
8181
"@babel/helper-compilation-targets" "^7.27.2"
82-
"@babel/helper-module-transforms" "^7.27.3"
83-
"@babel/helpers" "^7.27.6"
84-
"@babel/parser" "^7.28.0"
82+
"@babel/helper-module-transforms" "^7.28.3"
83+
"@babel/helpers" "^7.28.3"
84+
"@babel/parser" "^7.28.3"
8585
"@babel/template" "^7.27.2"
86-
"@babel/traverse" "^7.28.0"
87-
"@babel/types" "^7.28.0"
86+
"@babel/traverse" "^7.28.3"
87+
"@babel/types" "^7.28.2"
8888
convert-source-map "^2.0.0"
8989
debug "^4.1.0"
9090
gensync "^1.0.0-beta.2"
@@ -111,17 +111,6 @@
111111
"@jridgewell/trace-mapping" "^0.3.25"
112112
jsesc "^3.0.2"
113113

114-
"@babel/generator@^7.27.3":
115-
version "7.27.3"
116-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
117-
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
118-
dependencies:
119-
"@babel/parser" "^7.27.3"
120-
"@babel/types" "^7.27.3"
121-
"@jridgewell/gen-mapping" "^0.3.5"
122-
"@jridgewell/trace-mapping" "^0.3.25"
123-
jsesc "^3.0.2"
124-
125114
"@babel/generator@^7.28.0":
126115
version "7.28.0"
127116
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
@@ -133,6 +122,17 @@
133122
"@jridgewell/trace-mapping" "^0.3.28"
134123
jsesc "^3.0.2"
135124

125+
"@babel/generator@^7.28.3":
126+
version "7.28.3"
127+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
128+
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
129+
dependencies:
130+
"@babel/parser" "^7.28.3"
131+
"@babel/types" "^7.28.2"
132+
"@jridgewell/gen-mapping" "^0.3.12"
133+
"@jridgewell/trace-mapping" "^0.3.28"
134+
jsesc "^3.0.2"
135+
136136
"@babel/helper-annotate-as-pure@^7.18.6":
137137
version "7.18.6"
138138
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -189,6 +189,19 @@
189189
"@babel/traverse" "^7.27.1"
190190
semver "^6.3.1"
191191

192+
"@babel/helper-create-class-features-plugin@^7.28.3":
193+
version "7.28.3"
194+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46"
195+
integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==
196+
dependencies:
197+
"@babel/helper-annotate-as-pure" "^7.27.3"
198+
"@babel/helper-member-expression-to-functions" "^7.27.1"
199+
"@babel/helper-optimise-call-expression" "^7.27.1"
200+
"@babel/helper-replace-supers" "^7.27.1"
201+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
202+
"@babel/traverse" "^7.28.3"
203+
semver "^6.3.1"
204+
192205
"@babel/helper-create-regexp-features-plugin@^7.18.6":
193206
version "7.18.6"
194207
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz#3e35f4e04acbbf25f1b3534a657610a000543d3c"
@@ -247,14 +260,14 @@
247260
"@babel/helper-validator-identifier" "^7.27.1"
248261
"@babel/traverse" "^7.27.1"
249262

250-
"@babel/helper-module-transforms@^7.27.3":
251-
version "7.27.3"
252-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
253-
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
263+
"@babel/helper-module-transforms@^7.28.3":
264+
version "7.28.3"
265+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
266+
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
254267
dependencies:
255268
"@babel/helper-module-imports" "^7.27.1"
256269
"@babel/helper-validator-identifier" "^7.27.1"
257-
"@babel/traverse" "^7.27.3"
270+
"@babel/traverse" "^7.28.3"
258271

259272
"@babel/helper-optimise-call-expression@^7.27.1":
260273
version "7.27.1"
@@ -348,13 +361,13 @@
348361
"@babel/traverse" "^7.27.1"
349362
"@babel/types" "^7.27.1"
350363

351-
"@babel/helpers@^7.27.6":
352-
version "7.27.6"
353-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
354-
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
364+
"@babel/helpers@^7.28.3":
365+
version "7.28.3"
366+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
367+
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
355368
dependencies:
356369
"@babel/template" "^7.27.2"
357-
"@babel/types" "^7.27.6"
370+
"@babel/types" "^7.28.2"
358371

359372
"@babel/highlight@^7.16.0":
360373
version "7.16.0"
@@ -386,7 +399,7 @@
386399
dependencies:
387400
"@babel/types" "^7.27.1"
388401

389-
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
402+
"@babel/parser@^7.27.2":
390403
version "7.27.3"
391404
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
392405
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
@@ -400,6 +413,13 @@
400413
dependencies:
401414
"@babel/types" "^7.28.0"
402415

416+
"@babel/parser@^7.28.3":
417+
version "7.28.3"
418+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
419+
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
420+
dependencies:
421+
"@babel/types" "^7.28.2"
422+
403423
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
404424
version "7.27.1"
405425
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"
@@ -431,13 +451,13 @@
431451
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
432452
"@babel/plugin-transform-optional-chaining" "^7.27.1"
433453

434-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1":
435-
version "7.27.1"
436-
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"
437-
integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==
454+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.28.3":
455+
version "7.28.3"
456+
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"
457+
integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==
438458
dependencies:
439459
"@babel/helper-plugin-utils" "^7.27.1"
440-
"@babel/traverse" "^7.27.1"
460+
"@babel/traverse" "^7.28.3"
441461

442462
"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
443463
version "7.21.0-placeholder-for-preset-env.2"
@@ -513,25 +533,25 @@
513533
"@babel/helper-create-class-features-plugin" "^7.27.1"
514534
"@babel/helper-plugin-utils" "^7.27.1"
515535

516-
"@babel/plugin-transform-class-static-block@^7.27.1":
517-
version "7.27.1"
518-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4"
519-
integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==
536+
"@babel/plugin-transform-class-static-block@^7.28.3":
537+
version "7.28.3"
538+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz#d1b8e69b54c9993bc558203e1f49bfc979bfd852"
539+
integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==
520540
dependencies:
521-
"@babel/helper-create-class-features-plugin" "^7.27.1"
541+
"@babel/helper-create-class-features-plugin" "^7.28.3"
522542
"@babel/helper-plugin-utils" "^7.27.1"
523543

524-
"@babel/plugin-transform-classes@^7.28.0":
525-
version "7.28.0"
526-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz#12fa46cffc32a6e084011b650539e880add8a0f8"
527-
integrity sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==
544+
"@babel/plugin-transform-classes@^7.28.3":
545+
version "7.28.3"
546+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
547+
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
528548
dependencies:
529549
"@babel/helper-annotate-as-pure" "^7.27.3"
530550
"@babel/helper-compilation-targets" "^7.27.2"
531551
"@babel/helper-globals" "^7.28.0"
532552
"@babel/helper-plugin-utils" "^7.27.1"
533553
"@babel/helper-replace-supers" "^7.27.1"
534-
"@babel/traverse" "^7.28.0"
554+
"@babel/traverse" "^7.28.3"
535555

536556
"@babel/plugin-transform-computed-properties@^7.27.1":
537557
version "7.27.1"
@@ -774,10 +794,10 @@
774794
dependencies:
775795
"@babel/helper-plugin-utils" "^7.27.1"
776796

777-
"@babel/plugin-transform-regenerator@^7.28.0":
778-
version "7.28.0"
779-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.0.tgz#f19ca3558f7121924fc4ba6cd2afe3a5cdac89b1"
780-
integrity sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ==
797+
"@babel/plugin-transform-regenerator@^7.28.3":
798+
version "7.28.3"
799+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
800+
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
781801
dependencies:
782802
"@babel/helper-plugin-utils" "^7.27.1"
783803

@@ -863,10 +883,10 @@
863883
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
864884
"@babel/helper-plugin-utils" "^7.27.1"
865885

866-
"@babel/[email protected].0":
867-
version "7.28.0"
868-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c"
869-
integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==
886+
"@babel/[email protected].3":
887+
version "7.28.3"
888+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
889+
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
870890
dependencies:
871891
"@babel/compat-data" "^7.28.0"
872892
"@babel/helper-compilation-targets" "^7.27.2"
@@ -876,7 +896,7 @@
876896
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
877897
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
878898
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
879-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1"
899+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.3"
880900
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
881901
"@babel/plugin-syntax-import-assertions" "^7.27.1"
882902
"@babel/plugin-syntax-import-attributes" "^7.27.1"
@@ -887,8 +907,8 @@
887907
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
888908
"@babel/plugin-transform-block-scoping" "^7.28.0"
889909
"@babel/plugin-transform-class-properties" "^7.27.1"
890-
"@babel/plugin-transform-class-static-block" "^7.27.1"
891-
"@babel/plugin-transform-classes" "^7.28.0"
910+
"@babel/plugin-transform-class-static-block" "^7.28.3"
911+
"@babel/plugin-transform-classes" "^7.28.3"
892912
"@babel/plugin-transform-computed-properties" "^7.27.1"
893913
"@babel/plugin-transform-destructuring" "^7.28.0"
894914
"@babel/plugin-transform-dotall-regex" "^7.27.1"
@@ -920,7 +940,7 @@
920940
"@babel/plugin-transform-private-methods" "^7.27.1"
921941
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
922942
"@babel/plugin-transform-property-literals" "^7.27.1"
923-
"@babel/plugin-transform-regenerator" "^7.28.0"
943+
"@babel/plugin-transform-regenerator" "^7.28.3"
924944
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
925945
"@babel/plugin-transform-reserved-words" "^7.27.1"
926946
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -979,19 +999,6 @@
979999
debug "^4.3.1"
9801000
globals "^11.1.0"
9811001

982-
"@babel/traverse@^7.27.3":
983-
version "7.27.3"
984-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
985-
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
986-
dependencies:
987-
"@babel/code-frame" "^7.27.1"
988-
"@babel/generator" "^7.27.3"
989-
"@babel/parser" "^7.27.3"
990-
"@babel/template" "^7.27.2"
991-
"@babel/types" "^7.27.3"
992-
debug "^4.3.1"
993-
globals "^11.1.0"
994-
9951002
"@babel/traverse@^7.28.0":
9961003
version "7.28.0"
9971004
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
@@ -1005,6 +1012,19 @@
10051012
"@babel/types" "^7.28.0"
10061013
debug "^4.3.1"
10071014

1015+
"@babel/traverse@^7.28.3":
1016+
version "7.28.3"
1017+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
1018+
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
1019+
dependencies:
1020+
"@babel/code-frame" "^7.27.1"
1021+
"@babel/generator" "^7.28.3"
1022+
"@babel/helper-globals" "^7.28.0"
1023+
"@babel/parser" "^7.28.3"
1024+
"@babel/template" "^7.27.2"
1025+
"@babel/types" "^7.28.2"
1026+
debug "^4.3.1"
1027+
10081028
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
10091029
version "7.16.0"
10101030
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -1037,14 +1057,6 @@
10371057
"@babel/helper-string-parser" "^7.27.1"
10381058
"@babel/helper-validator-identifier" "^7.27.1"
10391059

1040-
"@babel/types@^7.27.6":
1041-
version "7.27.7"
1042-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
1043-
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
1044-
dependencies:
1045-
"@babel/helper-string-parser" "^7.27.1"
1046-
"@babel/helper-validator-identifier" "^7.27.1"
1047-
10481060
"@babel/types@^7.28.0":
10491061
version "7.28.0"
10501062
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
@@ -1053,6 +1065,14 @@
10531065
"@babel/helper-string-parser" "^7.27.1"
10541066
"@babel/helper-validator-identifier" "^7.27.1"
10551067

1068+
"@babel/types@^7.28.2":
1069+
version "7.28.2"
1070+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
1071+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
1072+
dependencies:
1073+
"@babel/helper-string-parser" "^7.27.1"
1074+
"@babel/helper-validator-identifier" "^7.27.1"
1075+
10561076
"@bcoe/v8-coverage@^1.0.1":
10571077
version "1.0.1"
10581078
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)