Skip to content

Commit c23f546

Browse files
chore(deps): bump @babel/core from 7.29.0 to 7.29.7
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.29.0 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 275c0dc commit c23f546

1 file changed

Lines changed: 129 additions & 19 deletions

File tree

yarn.lock

Lines changed: 129 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -91,25 +91,39 @@
9191
js-tokens "^4.0.0"
9292
picocolors "^1.1.1"
9393

94+
"@babel/code-frame@^7.29.7":
95+
version "7.29.7"
96+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
97+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
98+
dependencies:
99+
"@babel/helper-validator-identifier" "^7.29.7"
100+
js-tokens "^4.0.0"
101+
picocolors "^1.1.1"
102+
94103
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.0":
95104
version "7.29.0"
96105
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
97106
integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
98107

108+
"@babel/compat-data@^7.29.7":
109+
version "7.29.7"
110+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
111+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
112+
99113
"@babel/core@^7.14.0", "@babel/core@^7.18.5", "@babel/core@^7.20.12", "@babel/core@^7.23.9", "@babel/core@^7.27.4":
100-
version "7.29.0"
101-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322"
102-
integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==
103-
dependencies:
104-
"@babel/code-frame" "^7.29.0"
105-
"@babel/generator" "^7.29.0"
106-
"@babel/helper-compilation-targets" "^7.28.6"
107-
"@babel/helper-module-transforms" "^7.28.6"
108-
"@babel/helpers" "^7.28.6"
109-
"@babel/parser" "^7.29.0"
110-
"@babel/template" "^7.28.6"
111-
"@babel/traverse" "^7.29.0"
112-
"@babel/types" "^7.29.0"
114+
version "7.29.7"
115+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
116+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
117+
dependencies:
118+
"@babel/code-frame" "^7.29.7"
119+
"@babel/generator" "^7.29.7"
120+
"@babel/helper-compilation-targets" "^7.29.7"
121+
"@babel/helper-module-transforms" "^7.29.7"
122+
"@babel/helpers" "^7.29.7"
123+
"@babel/parser" "^7.29.7"
124+
"@babel/template" "^7.29.7"
125+
"@babel/traverse" "^7.29.7"
126+
"@babel/types" "^7.29.7"
113127
"@jridgewell/remapping" "^2.3.5"
114128
convert-source-map "^2.0.0"
115129
debug "^4.1.0"
@@ -137,6 +151,17 @@
137151
"@jridgewell/trace-mapping" "^0.3.28"
138152
jsesc "^3.0.2"
139153

154+
"@babel/generator@^7.29.7":
155+
version "7.29.7"
156+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
157+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
158+
dependencies:
159+
"@babel/parser" "^7.29.7"
160+
"@babel/types" "^7.29.7"
161+
"@jridgewell/gen-mapping" "^0.3.12"
162+
"@jridgewell/trace-mapping" "^0.3.28"
163+
jsesc "^3.0.2"
164+
140165
"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
141166
version "7.27.3"
142167
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
@@ -155,6 +180,17 @@
155180
lru-cache "^5.1.1"
156181
semver "^6.3.1"
157182

183+
"@babel/helper-compilation-targets@^7.29.7":
184+
version "7.29.7"
185+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
186+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
187+
dependencies:
188+
"@babel/compat-data" "^7.29.7"
189+
"@babel/helper-validator-option" "^7.29.7"
190+
browserslist "^4.24.0"
191+
lru-cache "^5.1.1"
192+
semver "^6.3.1"
193+
158194
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.28.6":
159195
version "7.28.6"
160196
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz#611ff5482da9ef0db6291bcd24303400bca170fb"
@@ -193,6 +229,11 @@
193229
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
194230
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
195231

232+
"@babel/helper-globals@^7.29.7":
233+
version "7.29.7"
234+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
235+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
236+
196237
"@babel/helper-member-expression-to-functions@^7.28.5":
197238
version "7.28.5"
198239
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150"
@@ -209,6 +250,14 @@
209250
"@babel/traverse" "^7.28.6"
210251
"@babel/types" "^7.28.6"
211252

253+
"@babel/helper-module-imports@^7.29.7":
254+
version "7.29.7"
255+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
256+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
257+
dependencies:
258+
"@babel/traverse" "^7.29.7"
259+
"@babel/types" "^7.29.7"
260+
212261
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.6":
213262
version "7.28.6"
214263
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
@@ -218,6 +267,15 @@
218267
"@babel/helper-validator-identifier" "^7.28.5"
219268
"@babel/traverse" "^7.28.6"
220269

270+
"@babel/helper-module-transforms@^7.29.7":
271+
version "7.29.7"
272+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
273+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
274+
dependencies:
275+
"@babel/helper-module-imports" "^7.29.7"
276+
"@babel/helper-validator-identifier" "^7.29.7"
277+
"@babel/traverse" "^7.29.7"
278+
221279
"@babel/helper-optimise-call-expression@^7.27.1":
222280
version "7.27.1"
223281
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -261,16 +319,31 @@
261319
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
262320
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
263321

322+
"@babel/helper-string-parser@^7.29.7":
323+
version "7.29.7"
324+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
325+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
326+
264327
"@babel/helper-validator-identifier@^7.25.9", "@babel/helper-validator-identifier@^7.28.5":
265328
version "7.28.5"
266329
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
267330
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
268331

332+
"@babel/helper-validator-identifier@^7.29.7":
333+
version "7.29.7"
334+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
335+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
336+
269337
"@babel/helper-validator-option@^7.27.1":
270338
version "7.27.1"
271339
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
272340
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
273341

342+
"@babel/helper-validator-option@^7.29.7":
343+
version "7.29.7"
344+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
345+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
346+
274347
"@babel/helper-wrap-function@^7.27.1":
275348
version "7.28.6"
276349
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.28.6.tgz#4e349ff9222dab69a93a019cc296cdd8442e279a"
@@ -280,13 +353,13 @@
280353
"@babel/traverse" "^7.28.6"
281354
"@babel/types" "^7.28.6"
282355

283-
"@babel/helpers@^7.28.6":
284-
version "7.28.6"
285-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7"
286-
integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==
356+
"@babel/helpers@^7.29.7":
357+
version "7.29.7"
358+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607"
359+
integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==
287360
dependencies:
288-
"@babel/template" "^7.28.6"
289-
"@babel/types" "^7.28.6"
361+
"@babel/template" "^7.29.7"
362+
"@babel/types" "^7.29.7"
290363

291364
"@babel/highlight@^7.10.4":
292365
version "7.25.9"
@@ -305,6 +378,13 @@
305378
dependencies:
306379
"@babel/types" "^7.29.0"
307380

381+
"@babel/parser@^7.29.7":
382+
version "7.29.7"
383+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
384+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
385+
dependencies:
386+
"@babel/types" "^7.29.7"
387+
308388
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
309389
version "7.28.5"
310390
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz#fbde57974707bbfa0376d34d425ff4fa6c732421"
@@ -1124,6 +1204,15 @@
11241204
"@babel/parser" "^7.28.6"
11251205
"@babel/types" "^7.28.6"
11261206

1207+
"@babel/template@^7.29.7":
1208+
version "7.29.7"
1209+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
1210+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
1211+
dependencies:
1212+
"@babel/code-frame" "^7.29.7"
1213+
"@babel/parser" "^7.29.7"
1214+
"@babel/types" "^7.29.7"
1215+
11271216
"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.13", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
11281217
version "7.29.0"
11291218
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
@@ -1137,6 +1226,19 @@
11371226
"@babel/types" "^7.29.0"
11381227
debug "^4.3.1"
11391228

1229+
"@babel/traverse@^7.29.7":
1230+
version "7.29.7"
1231+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
1232+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
1233+
dependencies:
1234+
"@babel/code-frame" "^7.29.7"
1235+
"@babel/generator" "^7.29.7"
1236+
"@babel/helper-globals" "^7.29.7"
1237+
"@babel/parser" "^7.29.7"
1238+
"@babel/template" "^7.29.7"
1239+
"@babel/types" "^7.29.7"
1240+
debug "^4.3.1"
1241+
11401242
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0", "@babel/types@^7.4.4":
11411243
version "7.29.0"
11421244
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
@@ -1145,6 +1247,14 @@
11451247
"@babel/helper-string-parser" "^7.27.1"
11461248
"@babel/helper-validator-identifier" "^7.28.5"
11471249

1250+
"@babel/types@^7.29.7":
1251+
version "7.29.7"
1252+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
1253+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
1254+
dependencies:
1255+
"@babel/helper-string-parser" "^7.29.7"
1256+
"@babel/helper-validator-identifier" "^7.29.7"
1257+
11481258
"@bcoe/v8-coverage@^0.2.3":
11491259
version "0.2.3"
11501260
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)