Skip to content

Commit 2f597fe

Browse files
build(deps): bump @babel/core from 7.28.6 to 7.29.7
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.28.6 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 511a42f commit 2f597fe

1 file changed

Lines changed: 117 additions & 63 deletions

File tree

yarn.lock

Lines changed: 117 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -47,33 +47,53 @@
4747
js-tokens "^4.0.0"
4848
picocolors "^1.1.1"
4949

50-
"@babel/compat-data@^7.28.6":
51-
version "7.28.6"
52-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.6.tgz#103f466803fa0f059e82ccac271475470570d74c"
53-
integrity sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==
50+
"@babel/code-frame@^7.29.7":
51+
version "7.29.7"
52+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
53+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
54+
dependencies:
55+
"@babel/helper-validator-identifier" "^7.29.7"
56+
js-tokens "^4.0.0"
57+
picocolors "^1.1.1"
58+
59+
"@babel/compat-data@^7.29.7":
60+
version "7.29.7"
61+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
62+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
5463

5564
"@babel/core@^7.11.6", "@babel/core@^7.12.3":
56-
version "7.28.6"
57-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.6.tgz#531bf883a1126e53501ba46eb3bb414047af507f"
58-
integrity sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==
59-
dependencies:
60-
"@babel/code-frame" "^7.28.6"
61-
"@babel/generator" "^7.28.6"
62-
"@babel/helper-compilation-targets" "^7.28.6"
63-
"@babel/helper-module-transforms" "^7.28.6"
64-
"@babel/helpers" "^7.28.6"
65-
"@babel/parser" "^7.28.6"
66-
"@babel/template" "^7.28.6"
67-
"@babel/traverse" "^7.28.6"
68-
"@babel/types" "^7.28.6"
65+
version "7.29.7"
66+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
67+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
68+
dependencies:
69+
"@babel/code-frame" "^7.29.7"
70+
"@babel/generator" "^7.29.7"
71+
"@babel/helper-compilation-targets" "^7.29.7"
72+
"@babel/helper-module-transforms" "^7.29.7"
73+
"@babel/helpers" "^7.29.7"
74+
"@babel/parser" "^7.29.7"
75+
"@babel/template" "^7.29.7"
76+
"@babel/traverse" "^7.29.7"
77+
"@babel/types" "^7.29.7"
6978
"@jridgewell/remapping" "^2.3.5"
7079
convert-source-map "^2.0.0"
7180
debug "^4.1.0"
7281
gensync "^1.0.0-beta.2"
7382
json5 "^2.2.3"
7483
semver "^6.3.1"
7584

76-
"@babel/generator@^7.28.6", "@babel/generator@^7.7.2":
85+
"@babel/generator@^7.29.7":
86+
version "7.29.7"
87+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
88+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
89+
dependencies:
90+
"@babel/parser" "^7.29.7"
91+
"@babel/types" "^7.29.7"
92+
"@jridgewell/gen-mapping" "^0.3.12"
93+
"@jridgewell/trace-mapping" "^0.3.28"
94+
jsesc "^3.0.2"
95+
96+
"@babel/generator@^7.7.2":
7797
version "7.28.6"
7898
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.6.tgz#48dcc65d98fcc8626a48f72b62e263d25fc3c3f1"
7999
integrity sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==
@@ -84,38 +104,38 @@
84104
"@jridgewell/trace-mapping" "^0.3.28"
85105
jsesc "^3.0.2"
86106

87-
"@babel/helper-compilation-targets@^7.28.6":
88-
version "7.28.6"
89-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25"
90-
integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==
107+
"@babel/helper-compilation-targets@^7.29.7":
108+
version "7.29.7"
109+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
110+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
91111
dependencies:
92-
"@babel/compat-data" "^7.28.6"
93-
"@babel/helper-validator-option" "^7.27.1"
112+
"@babel/compat-data" "^7.29.7"
113+
"@babel/helper-validator-option" "^7.29.7"
94114
browserslist "^4.24.0"
95115
lru-cache "^5.1.1"
96116
semver "^6.3.1"
97117

98-
"@babel/helper-globals@^7.28.0":
99-
version "7.28.0"
100-
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
101-
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
118+
"@babel/helper-globals@^7.29.7":
119+
version "7.29.7"
120+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
121+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
102122

103-
"@babel/helper-module-imports@^7.28.6":
104-
version "7.28.6"
105-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
106-
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
123+
"@babel/helper-module-imports@^7.29.7":
124+
version "7.29.7"
125+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
126+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
107127
dependencies:
108-
"@babel/traverse" "^7.28.6"
109-
"@babel/types" "^7.28.6"
128+
"@babel/traverse" "^7.29.7"
129+
"@babel/types" "^7.29.7"
110130

111-
"@babel/helper-module-transforms@^7.28.6":
112-
version "7.28.6"
113-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
114-
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
131+
"@babel/helper-module-transforms@^7.29.7":
132+
version "7.29.7"
133+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
134+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
115135
dependencies:
116-
"@babel/helper-module-imports" "^7.28.6"
117-
"@babel/helper-validator-identifier" "^7.28.5"
118-
"@babel/traverse" "^7.28.6"
136+
"@babel/helper-module-imports" "^7.29.7"
137+
"@babel/helper-validator-identifier" "^7.29.7"
138+
"@babel/traverse" "^7.29.7"
119139

120140
"@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.28.6", "@babel/helper-plugin-utils@^7.8.0":
121141
version "7.28.6"
@@ -127,23 +147,33 @@
127147
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
128148
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
129149

150+
"@babel/helper-string-parser@^7.29.7":
151+
version "7.29.7"
152+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
153+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
154+
130155
"@babel/helper-validator-identifier@^7.28.5":
131156
version "7.28.5"
132157
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
133158
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
134159

135-
"@babel/helper-validator-option@^7.27.1":
136-
version "7.27.1"
137-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
138-
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
160+
"@babel/helper-validator-identifier@^7.29.7":
161+
version "7.29.7"
162+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
163+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
139164

140-
"@babel/helpers@^7.28.6":
141-
version "7.28.6"
142-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7"
143-
integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==
165+
"@babel/helper-validator-option@^7.29.7":
166+
version "7.29.7"
167+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
168+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
169+
170+
"@babel/helpers@^7.29.7":
171+
version "7.29.7"
172+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607"
173+
integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==
144174
dependencies:
145-
"@babel/template" "^7.28.6"
146-
"@babel/types" "^7.28.6"
175+
"@babel/template" "^7.29.7"
176+
"@babel/types" "^7.29.7"
147177

148178
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.28.6":
149179
version "7.28.6"
@@ -152,6 +182,13 @@
152182
dependencies:
153183
"@babel/types" "^7.28.6"
154184

185+
"@babel/parser@^7.29.7":
186+
version "7.29.7"
187+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
188+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
189+
dependencies:
190+
"@babel/types" "^7.29.7"
191+
155192
"@babel/plugin-syntax-async-generators@^7.8.4":
156193
version "7.8.4"
157194
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -271,7 +308,16 @@
271308
dependencies:
272309
"@babel/helper-plugin-utils" "^7.28.6"
273310

274-
"@babel/template@^7.28.6", "@babel/template@^7.3.3":
311+
"@babel/template@^7.29.7":
312+
version "7.29.7"
313+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
314+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
315+
dependencies:
316+
"@babel/code-frame" "^7.29.7"
317+
"@babel/parser" "^7.29.7"
318+
"@babel/types" "^7.29.7"
319+
320+
"@babel/template@^7.3.3":
275321
version "7.28.6"
276322
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
277323
integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==
@@ -280,17 +326,17 @@
280326
"@babel/parser" "^7.28.6"
281327
"@babel/types" "^7.28.6"
282328

283-
"@babel/traverse@^7.28.6":
284-
version "7.28.6"
285-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.6.tgz#871ddc79a80599a5030c53b1cc48cbe3a5583c2e"
286-
integrity sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==
287-
dependencies:
288-
"@babel/code-frame" "^7.28.6"
289-
"@babel/generator" "^7.28.6"
290-
"@babel/helper-globals" "^7.28.0"
291-
"@babel/parser" "^7.28.6"
292-
"@babel/template" "^7.28.6"
293-
"@babel/types" "^7.28.6"
329+
"@babel/traverse@^7.29.7":
330+
version "7.29.7"
331+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
332+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
333+
dependencies:
334+
"@babel/code-frame" "^7.29.7"
335+
"@babel/generator" "^7.29.7"
336+
"@babel/helper-globals" "^7.29.7"
337+
"@babel/parser" "^7.29.7"
338+
"@babel/template" "^7.29.7"
339+
"@babel/types" "^7.29.7"
294340
debug "^4.3.1"
295341

296342
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.28.6", "@babel/types@^7.3.3":
@@ -301,6 +347,14 @@
301347
"@babel/helper-string-parser" "^7.27.1"
302348
"@babel/helper-validator-identifier" "^7.28.5"
303349

350+
"@babel/types@^7.29.7":
351+
version "7.29.7"
352+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
353+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
354+
dependencies:
355+
"@babel/helper-string-parser" "^7.29.7"
356+
"@babel/helper-validator-identifier" "^7.29.7"
357+
304358
"@bcoe/v8-coverage@^0.2.3":
305359
version "0.2.3"
306360
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)