Skip to content

Commit fbaf7a9

Browse files
chore(deps): bump @babel/core from 7.28.5 to 7.29.7 in /docs (#6269)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.28.5 to 7.29.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 09f3b9f commit fbaf7a9

1 file changed

Lines changed: 131 additions & 21 deletions

File tree

docs/yarn.lock

Lines changed: 131 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -199,25 +199,39 @@
199199
js-tokens "^4.0.0"
200200
picocolors "^1.1.1"
201201

202+
"@babel/code-frame@^7.29.7":
203+
version "7.29.7"
204+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
205+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
206+
dependencies:
207+
"@babel/helper-validator-identifier" "^7.29.7"
208+
js-tokens "^4.0.0"
209+
picocolors "^1.1.1"
210+
202211
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.5":
203212
version "7.28.5"
204213
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz"
205214
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
206215

216+
"@babel/compat-data@^7.29.7":
217+
version "7.29.7"
218+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
219+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
220+
207221
"@babel/core@^7.21.3", "@babel/core@^7.25.9":
208-
version "7.28.5"
209-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz"
210-
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
211-
dependencies:
212-
"@babel/code-frame" "^7.27.1"
213-
"@babel/generator" "^7.28.5"
214-
"@babel/helper-compilation-targets" "^7.27.2"
215-
"@babel/helper-module-transforms" "^7.28.3"
216-
"@babel/helpers" "^7.28.4"
217-
"@babel/parser" "^7.28.5"
218-
"@babel/template" "^7.27.2"
219-
"@babel/traverse" "^7.28.5"
220-
"@babel/types" "^7.28.5"
222+
version "7.29.7"
223+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
224+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
225+
dependencies:
226+
"@babel/code-frame" "^7.29.7"
227+
"@babel/generator" "^7.29.7"
228+
"@babel/helper-compilation-targets" "^7.29.7"
229+
"@babel/helper-module-transforms" "^7.29.7"
230+
"@babel/helpers" "^7.29.7"
231+
"@babel/parser" "^7.29.7"
232+
"@babel/template" "^7.29.7"
233+
"@babel/traverse" "^7.29.7"
234+
"@babel/types" "^7.29.7"
221235
"@jridgewell/remapping" "^2.3.5"
222236
convert-source-map "^2.0.0"
223237
debug "^4.1.0"
@@ -247,6 +261,17 @@
247261
"@jridgewell/trace-mapping" "^0.3.28"
248262
jsesc "^3.0.2"
249263

264+
"@babel/generator@^7.29.7":
265+
version "7.29.7"
266+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
267+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
268+
dependencies:
269+
"@babel/parser" "^7.29.7"
270+
"@babel/types" "^7.29.7"
271+
"@jridgewell/gen-mapping" "^0.3.12"
272+
"@jridgewell/trace-mapping" "^0.3.28"
273+
jsesc "^3.0.2"
274+
250275
"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
251276
version "7.27.3"
252277
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz"
@@ -265,6 +290,17 @@
265290
lru-cache "^5.1.1"
266291
semver "^6.3.1"
267292

293+
"@babel/helper-compilation-targets@^7.29.7":
294+
version "7.29.7"
295+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
296+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
297+
dependencies:
298+
"@babel/compat-data" "^7.29.7"
299+
"@babel/helper-validator-option" "^7.29.7"
300+
browserslist "^4.24.0"
301+
lru-cache "^5.1.1"
302+
semver "^6.3.1"
303+
268304
"@babel/helper-create-class-features-plugin@^7.27.1", "@babel/helper-create-class-features-plugin@^7.28.3", "@babel/helper-create-class-features-plugin@^7.28.5":
269305
version "7.28.5"
270306
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz"
@@ -303,6 +339,11 @@
303339
resolved "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz"
304340
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
305341

342+
"@babel/helper-globals@^7.29.7":
343+
version "7.29.7"
344+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
345+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
346+
306347
"@babel/helper-member-expression-to-functions@^7.27.1", "@babel/helper-member-expression-to-functions@^7.28.5":
307348
version "7.28.5"
308349
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz"
@@ -327,7 +368,15 @@
327368
"@babel/traverse" "^7.28.6"
328369
"@babel/types" "^7.28.6"
329370

330-
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
371+
"@babel/helper-module-imports@^7.29.7":
372+
version "7.29.7"
373+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
374+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
375+
dependencies:
376+
"@babel/traverse" "^7.29.7"
377+
"@babel/types" "^7.29.7"
378+
379+
"@babel/helper-module-transforms@^7.27.1":
331380
version "7.28.3"
332381
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz"
333382
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
@@ -345,6 +394,15 @@
345394
"@babel/helper-validator-identifier" "^7.28.5"
346395
"@babel/traverse" "^7.28.6"
347396

397+
"@babel/helper-module-transforms@^7.29.7":
398+
version "7.29.7"
399+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
400+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
401+
dependencies:
402+
"@babel/helper-module-imports" "^7.29.7"
403+
"@babel/helper-validator-identifier" "^7.29.7"
404+
"@babel/traverse" "^7.29.7"
405+
348406
"@babel/helper-optimise-call-expression@^7.27.1":
349407
version "7.27.1"
350408
resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz"
@@ -393,16 +451,31 @@
393451
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz"
394452
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
395453

454+
"@babel/helper-string-parser@^7.29.7":
455+
version "7.29.7"
456+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
457+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
458+
396459
"@babel/helper-validator-identifier@^7.27.1", "@babel/helper-validator-identifier@^7.28.5":
397460
version "7.28.5"
398461
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz"
399462
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
400463

464+
"@babel/helper-validator-identifier@^7.29.7":
465+
version "7.29.7"
466+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
467+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
468+
401469
"@babel/helper-validator-option@^7.27.1":
402470
version "7.27.1"
403471
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz"
404472
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
405473

474+
"@babel/helper-validator-option@^7.29.7":
475+
version "7.29.7"
476+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
477+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
478+
406479
"@babel/helper-wrap-function@^7.27.1":
407480
version "7.28.3"
408481
resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz"
@@ -412,13 +485,13 @@
412485
"@babel/traverse" "^7.28.3"
413486
"@babel/types" "^7.28.2"
414487

415-
"@babel/helpers@^7.28.4":
416-
version "7.28.4"
417-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz"
418-
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
488+
"@babel/helpers@^7.29.7":
489+
version "7.29.7"
490+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607"
491+
integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==
419492
dependencies:
420-
"@babel/template" "^7.27.2"
421-
"@babel/types" "^7.28.4"
493+
"@babel/template" "^7.29.7"
494+
"@babel/types" "^7.29.7"
422495

423496
"@babel/parser@^7.27.2", "@babel/parser@^7.28.5":
424497
version "7.28.5"
@@ -434,6 +507,13 @@
434507
dependencies:
435508
"@babel/types" "^7.29.0"
436509

510+
"@babel/parser@^7.29.7":
511+
version "7.29.7"
512+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
513+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
514+
dependencies:
515+
"@babel/types" "^7.29.7"
516+
437517
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
438518
version "7.28.5"
439519
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz"
@@ -1112,6 +1192,15 @@
11121192
"@babel/parser" "^7.28.6"
11131193
"@babel/types" "^7.28.6"
11141194

1195+
"@babel/template@^7.29.7":
1196+
version "7.29.7"
1197+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
1198+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
1199+
dependencies:
1200+
"@babel/code-frame" "^7.29.7"
1201+
"@babel/parser" "^7.29.7"
1202+
"@babel/types" "^7.29.7"
1203+
11151204
"@babel/traverse@^7.25.9", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4", "@babel/traverse@^7.28.5":
11161205
version "7.28.5"
11171206
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz"
@@ -1138,7 +1227,20 @@
11381227
"@babel/types" "^7.29.0"
11391228
debug "^4.3.1"
11401229

1141-
"@babel/types@^7.21.3", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.28.5", "@babel/types@^7.4.4":
1230+
"@babel/traverse@^7.29.7":
1231+
version "7.29.7"
1232+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
1233+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
1234+
dependencies:
1235+
"@babel/code-frame" "^7.29.7"
1236+
"@babel/generator" "^7.29.7"
1237+
"@babel/helper-globals" "^7.29.7"
1238+
"@babel/parser" "^7.29.7"
1239+
"@babel/template" "^7.29.7"
1240+
"@babel/types" "^7.29.7"
1241+
debug "^4.3.1"
1242+
1243+
"@babel/types@^7.21.3", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.5", "@babel/types@^7.4.4":
11421244
version "7.28.5"
11431245
resolved "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz"
11441246
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
@@ -1154,6 +1256,14 @@
11541256
"@babel/helper-string-parser" "^7.27.1"
11551257
"@babel/helper-validator-identifier" "^7.28.5"
11561258

1259+
"@babel/types@^7.29.7":
1260+
version "7.29.7"
1261+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
1262+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
1263+
dependencies:
1264+
"@babel/helper-string-parser" "^7.29.7"
1265+
"@babel/helper-validator-identifier" "^7.29.7"
1266+
11571267
"@braintree/sanitize-url@^7.1.1":
11581268
version "7.1.1"
11591269
resolved "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.1.1.tgz"

0 commit comments

Comments
 (0)