Skip to content

Commit a719abf

Browse files
build(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 a4a1950 commit a719abf

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
@@ -46,25 +46,39 @@
4646
js-tokens "^4.0.0"
4747
picocolors "^1.1.1"
4848

49+
"@babel/code-frame@^7.29.7":
50+
version "7.29.7"
51+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
52+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
53+
dependencies:
54+
"@babel/helper-validator-identifier" "^7.29.7"
55+
js-tokens "^4.0.0"
56+
picocolors "^1.1.1"
57+
4958
"@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.3":
5059
version "7.29.3"
5160
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.3.tgz#e3f5347f0589596c91d227ccb6a541d37fb1307b"
5261
integrity sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==
5362

63+
"@babel/compat-data@^7.29.7":
64+
version "7.29.7"
65+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
66+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
67+
5468
"@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.29.0":
55-
version "7.29.0"
56-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322"
57-
integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==
58-
dependencies:
59-
"@babel/code-frame" "^7.29.0"
60-
"@babel/generator" "^7.29.0"
61-
"@babel/helper-compilation-targets" "^7.28.6"
62-
"@babel/helper-module-transforms" "^7.28.6"
63-
"@babel/helpers" "^7.28.6"
64-
"@babel/parser" "^7.29.0"
65-
"@babel/template" "^7.28.6"
66-
"@babel/traverse" "^7.29.0"
67-
"@babel/types" "^7.29.0"
69+
version "7.29.7"
70+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
71+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
72+
dependencies:
73+
"@babel/code-frame" "^7.29.7"
74+
"@babel/generator" "^7.29.7"
75+
"@babel/helper-compilation-targets" "^7.29.7"
76+
"@babel/helper-module-transforms" "^7.29.7"
77+
"@babel/helpers" "^7.29.7"
78+
"@babel/parser" "^7.29.7"
79+
"@babel/template" "^7.29.7"
80+
"@babel/traverse" "^7.29.7"
81+
"@babel/types" "^7.29.7"
6882
"@jridgewell/remapping" "^2.3.5"
6983
convert-source-map "^2.0.0"
7084
debug "^4.1.0"
@@ -83,6 +97,17 @@
8397
"@jridgewell/trace-mapping" "^0.3.28"
8498
jsesc "^3.0.2"
8599

100+
"@babel/generator@^7.29.7":
101+
version "7.29.7"
102+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
103+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
104+
dependencies:
105+
"@babel/parser" "^7.29.7"
106+
"@babel/types" "^7.29.7"
107+
"@jridgewell/gen-mapping" "^0.3.12"
108+
"@jridgewell/trace-mapping" "^0.3.28"
109+
jsesc "^3.0.2"
110+
86111
"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
87112
version "7.27.3"
88113
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
@@ -101,6 +126,17 @@
101126
lru-cache "^5.1.1"
102127
semver "^6.3.1"
103128

129+
"@babel/helper-compilation-targets@^7.29.7":
130+
version "7.29.7"
131+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
132+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
133+
dependencies:
134+
"@babel/compat-data" "^7.29.7"
135+
"@babel/helper-validator-option" "^7.29.7"
136+
browserslist "^4.24.0"
137+
lru-cache "^5.1.1"
138+
semver "^6.3.1"
139+
104140
"@babel/helper-create-class-features-plugin@^7.28.6":
105141
version "7.29.3"
106142
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.29.3.tgz#67328947d956f06fc7b48def269bf0489155fd42"
@@ -139,6 +175,11 @@
139175
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
140176
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
141177

178+
"@babel/helper-globals@^7.29.7":
179+
version "7.29.7"
180+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
181+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
182+
142183
"@babel/helper-member-expression-to-functions@^7.28.5":
143184
version "7.28.5"
144185
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150"
@@ -155,6 +196,14 @@
155196
"@babel/traverse" "^7.28.6"
156197
"@babel/types" "^7.28.6"
157198

199+
"@babel/helper-module-imports@^7.29.7":
200+
version "7.29.7"
201+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
202+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
203+
dependencies:
204+
"@babel/traverse" "^7.29.7"
205+
"@babel/types" "^7.29.7"
206+
158207
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.6":
159208
version "7.28.6"
160209
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
@@ -164,6 +213,15 @@
164213
"@babel/helper-validator-identifier" "^7.28.5"
165214
"@babel/traverse" "^7.28.6"
166215

216+
"@babel/helper-module-transforms@^7.29.7":
217+
version "7.29.7"
218+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
219+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
220+
dependencies:
221+
"@babel/helper-module-imports" "^7.29.7"
222+
"@babel/helper-validator-identifier" "^7.29.7"
223+
"@babel/traverse" "^7.29.7"
224+
167225
"@babel/helper-optimise-call-expression@^7.27.1":
168226
version "7.27.1"
169227
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -207,16 +265,31 @@
207265
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
208266
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
209267

268+
"@babel/helper-string-parser@^7.29.7":
269+
version "7.29.7"
270+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
271+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
272+
210273
"@babel/helper-validator-identifier@^7.28.5":
211274
version "7.28.5"
212275
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
213276
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
214277

278+
"@babel/helper-validator-identifier@^7.29.7":
279+
version "7.29.7"
280+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
281+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
282+
215283
"@babel/helper-validator-option@^7.27.1":
216284
version "7.27.1"
217285
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
218286
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
219287

288+
"@babel/helper-validator-option@^7.29.7":
289+
version "7.29.7"
290+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
291+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
292+
220293
"@babel/helper-wrap-function@^7.27.1":
221294
version "7.28.6"
222295
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.28.6.tgz#4e349ff9222dab69a93a019cc296cdd8442e279a"
@@ -226,13 +299,13 @@
226299
"@babel/traverse" "^7.28.6"
227300
"@babel/types" "^7.28.6"
228301

229-
"@babel/helpers@^7.28.6":
230-
version "7.29.2"
231-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.2.tgz#9cfbccb02b8e229892c0b07038052cc1a8709c49"
232-
integrity sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==
302+
"@babel/helpers@^7.29.7":
303+
version "7.29.7"
304+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607"
305+
integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==
233306
dependencies:
234-
"@babel/template" "^7.28.6"
235-
"@babel/types" "^7.29.0"
307+
"@babel/template" "^7.29.7"
308+
"@babel/types" "^7.29.7"
236309

237310
"@babel/parser@^7.1.0", "@babel/parser@^7.20.15", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.28.6", "@babel/parser@^7.29.0":
238311
version "7.29.3"
@@ -241,6 +314,13 @@
241314
dependencies:
242315
"@babel/types" "^7.29.0"
243316

317+
"@babel/parser@^7.29.7":
318+
version "7.29.7"
319+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
320+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
321+
dependencies:
322+
"@babel/types" "^7.29.7"
323+
244324
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
245325
version "7.28.5"
246326
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"
@@ -946,6 +1026,15 @@
9461026
"@babel/parser" "^7.28.6"
9471027
"@babel/types" "^7.28.6"
9481028

1029+
"@babel/template@^7.29.7":
1030+
version "7.29.7"
1031+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
1032+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
1033+
dependencies:
1034+
"@babel/code-frame" "^7.29.7"
1035+
"@babel/parser" "^7.29.7"
1036+
"@babel/types" "^7.29.7"
1037+
9491038
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
9501039
version "7.29.0"
9511040
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
@@ -959,6 +1048,19 @@
9591048
"@babel/types" "^7.29.0"
9601049
debug "^4.3.1"
9611050

1051+
"@babel/traverse@^7.29.7":
1052+
version "7.29.7"
1053+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
1054+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
1055+
dependencies:
1056+
"@babel/code-frame" "^7.29.7"
1057+
"@babel/generator" "^7.29.7"
1058+
"@babel/helper-globals" "^7.29.7"
1059+
"@babel/parser" "^7.29.7"
1060+
"@babel/template" "^7.29.7"
1061+
"@babel/types" "^7.29.7"
1062+
debug "^4.3.1"
1063+
9621064
"@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.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0", "@babel/types@^7.4.4":
9631065
version "7.29.0"
9641066
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
@@ -967,6 +1069,14 @@
9671069
"@babel/helper-string-parser" "^7.27.1"
9681070
"@babel/helper-validator-identifier" "^7.28.5"
9691071

1072+
"@babel/types@^7.29.7":
1073+
version "7.29.7"
1074+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
1075+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
1076+
dependencies:
1077+
"@babel/helper-string-parser" "^7.29.7"
1078+
"@babel/helper-validator-identifier" "^7.29.7"
1079+
9701080
"@bcoe/v8-coverage@^0.2.3":
9711081
version "0.2.3"
9721082
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)