Skip to content

Commit 4bbea5e

Browse files
chore(deps): bump @babel/core from 7.28.4 to 7.29.7
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.28.4 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>
1 parent 6b208e9 commit 4bbea5e

1 file changed

Lines changed: 118 additions & 73 deletions

File tree

yarn.lock

Lines changed: 118 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -265,33 +265,42 @@
265265
js-tokens "^4.0.0"
266266
picocolors "^1.1.1"
267267

268-
"@babel/compat-data@^7.27.2":
269-
version "7.28.4"
270-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.4.tgz#96fdf1af1b8859c8474ab39c295312bfb7c24b04"
271-
integrity sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==
268+
"@babel/code-frame@^7.29.7":
269+
version "7.29.7"
270+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
271+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
272+
dependencies:
273+
"@babel/helper-validator-identifier" "^7.29.7"
274+
js-tokens "^4.0.0"
275+
picocolors "^1.1.1"
276+
277+
"@babel/compat-data@^7.29.7":
278+
version "7.29.7"
279+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
280+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
272281

273282
"@babel/core@^7.23.9", "@babel/core@^7.27.4":
274-
version "7.28.4"
275-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
276-
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
277-
dependencies:
278-
"@babel/code-frame" "^7.27.1"
279-
"@babel/generator" "^7.28.3"
280-
"@babel/helper-compilation-targets" "^7.27.2"
281-
"@babel/helper-module-transforms" "^7.28.3"
282-
"@babel/helpers" "^7.28.4"
283-
"@babel/parser" "^7.28.4"
284-
"@babel/template" "^7.27.2"
285-
"@babel/traverse" "^7.28.4"
286-
"@babel/types" "^7.28.4"
283+
version "7.29.7"
284+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
285+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
286+
dependencies:
287+
"@babel/code-frame" "^7.29.7"
288+
"@babel/generator" "^7.29.7"
289+
"@babel/helper-compilation-targets" "^7.29.7"
290+
"@babel/helper-module-transforms" "^7.29.7"
291+
"@babel/helpers" "^7.29.7"
292+
"@babel/parser" "^7.29.7"
293+
"@babel/template" "^7.29.7"
294+
"@babel/traverse" "^7.29.7"
295+
"@babel/types" "^7.29.7"
287296
"@jridgewell/remapping" "^2.3.5"
288297
convert-source-map "^2.0.0"
289298
debug "^4.1.0"
290299
gensync "^1.0.0-beta.2"
291300
json5 "^2.2.3"
292301
semver "^6.3.1"
293302

294-
"@babel/generator@^7.27.5", "@babel/generator@^7.28.3":
303+
"@babel/generator@^7.27.5":
295304
version "7.28.3"
296305
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
297306
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
@@ -302,38 +311,49 @@
302311
"@jridgewell/trace-mapping" "^0.3.28"
303312
jsesc "^3.0.2"
304313

305-
"@babel/helper-compilation-targets@^7.27.2":
306-
version "7.27.2"
307-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
308-
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
314+
"@babel/generator@^7.29.7":
315+
version "7.29.7"
316+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
317+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
309318
dependencies:
310-
"@babel/compat-data" "^7.27.2"
311-
"@babel/helper-validator-option" "^7.27.1"
319+
"@babel/parser" "^7.29.7"
320+
"@babel/types" "^7.29.7"
321+
"@jridgewell/gen-mapping" "^0.3.12"
322+
"@jridgewell/trace-mapping" "^0.3.28"
323+
jsesc "^3.0.2"
324+
325+
"@babel/helper-compilation-targets@^7.29.7":
326+
version "7.29.7"
327+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
328+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
329+
dependencies:
330+
"@babel/compat-data" "^7.29.7"
331+
"@babel/helper-validator-option" "^7.29.7"
312332
browserslist "^4.24.0"
313333
lru-cache "^5.1.1"
314334
semver "^6.3.1"
315335

316-
"@babel/helper-globals@^7.28.0":
317-
version "7.28.0"
318-
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
319-
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
336+
"@babel/helper-globals@^7.29.7":
337+
version "7.29.7"
338+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
339+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
320340

321-
"@babel/helper-module-imports@^7.27.1":
322-
version "7.27.1"
323-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
324-
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
341+
"@babel/helper-module-imports@^7.29.7":
342+
version "7.29.7"
343+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
344+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
325345
dependencies:
326-
"@babel/traverse" "^7.27.1"
327-
"@babel/types" "^7.27.1"
346+
"@babel/traverse" "^7.29.7"
347+
"@babel/types" "^7.29.7"
328348

329-
"@babel/helper-module-transforms@^7.28.3":
330-
version "7.28.3"
331-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
332-
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
349+
"@babel/helper-module-transforms@^7.29.7":
350+
version "7.29.7"
351+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
352+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
333353
dependencies:
334-
"@babel/helper-module-imports" "^7.27.1"
335-
"@babel/helper-validator-identifier" "^7.27.1"
336-
"@babel/traverse" "^7.28.3"
354+
"@babel/helper-module-imports" "^7.29.7"
355+
"@babel/helper-validator-identifier" "^7.29.7"
356+
"@babel/traverse" "^7.29.7"
337357

338358
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.8.0":
339359
version "7.27.1"
@@ -345,31 +365,48 @@
345365
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
346366
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
347367

368+
"@babel/helper-string-parser@^7.29.7":
369+
version "7.29.7"
370+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
371+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
372+
348373
"@babel/helper-validator-identifier@^7.27.1":
349374
version "7.27.1"
350375
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
351376
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
352377

353-
"@babel/helper-validator-option@^7.27.1":
354-
version "7.27.1"
355-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
356-
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
378+
"@babel/helper-validator-identifier@^7.29.7":
379+
version "7.29.7"
380+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
381+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
357382

358-
"@babel/helpers@^7.28.4":
359-
version "7.28.4"
360-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
361-
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
383+
"@babel/helper-validator-option@^7.29.7":
384+
version "7.29.7"
385+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
386+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
387+
388+
"@babel/helpers@^7.29.7":
389+
version "7.29.7"
390+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607"
391+
integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==
362392
dependencies:
363-
"@babel/template" "^7.27.2"
364-
"@babel/types" "^7.28.4"
393+
"@babel/template" "^7.29.7"
394+
"@babel/types" "^7.29.7"
365395

366-
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4":
396+
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.28.3":
367397
version "7.28.4"
368398
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
369399
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
370400
dependencies:
371401
"@babel/types" "^7.28.4"
372402

403+
"@babel/parser@^7.29.7":
404+
version "7.29.7"
405+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
406+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
407+
dependencies:
408+
"@babel/types" "^7.29.7"
409+
373410
"@babel/plugin-syntax-async-generators@^7.8.4":
374411
version "7.8.4"
375412
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -489,36 +526,44 @@
489526
dependencies:
490527
"@babel/helper-plugin-utils" "^7.27.1"
491528

492-
"@babel/template@^7.27.2":
493-
version "7.27.2"
494-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
495-
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
496-
dependencies:
497-
"@babel/code-frame" "^7.27.1"
498-
"@babel/parser" "^7.27.2"
499-
"@babel/types" "^7.27.1"
500-
501-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4":
502-
version "7.28.4"
503-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
504-
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
505-
dependencies:
506-
"@babel/code-frame" "^7.27.1"
507-
"@babel/generator" "^7.28.3"
508-
"@babel/helper-globals" "^7.28.0"
509-
"@babel/parser" "^7.28.4"
510-
"@babel/template" "^7.27.2"
511-
"@babel/types" "^7.28.4"
529+
"@babel/template@^7.29.7":
530+
version "7.29.7"
531+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
532+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
533+
dependencies:
534+
"@babel/code-frame" "^7.29.7"
535+
"@babel/parser" "^7.29.7"
536+
"@babel/types" "^7.29.7"
537+
538+
"@babel/traverse@^7.29.7":
539+
version "7.29.7"
540+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
541+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
542+
dependencies:
543+
"@babel/code-frame" "^7.29.7"
544+
"@babel/generator" "^7.29.7"
545+
"@babel/helper-globals" "^7.29.7"
546+
"@babel/parser" "^7.29.7"
547+
"@babel/template" "^7.29.7"
548+
"@babel/types" "^7.29.7"
512549
debug "^4.3.1"
513550

514-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4":
551+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4":
515552
version "7.28.4"
516553
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
517554
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
518555
dependencies:
519556
"@babel/helper-string-parser" "^7.27.1"
520557
"@babel/helper-validator-identifier" "^7.27.1"
521558

559+
"@babel/types@^7.29.7":
560+
version "7.29.7"
561+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
562+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
563+
dependencies:
564+
"@babel/helper-string-parser" "^7.29.7"
565+
"@babel/helper-validator-identifier" "^7.29.7"
566+
522567
"@bcoe/v8-coverage@^0.2.3":
523568
version "0.2.3"
524569
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)