Skip to content

Commit c736793

Browse files
Bump @babel/helpers from 7.25.6 to 7.26.10
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.25.6 to 7.26.10. - [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.26.10/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bccdf09 commit c736793

File tree

1 file changed

+48
-5
lines changed

1 file changed

+48
-5
lines changed

yarn.lock

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@
3535
"@babel/highlight" "^7.25.7"
3636
picocolors "^1.0.0"
3737

38+
"@babel/code-frame@^7.26.2":
39+
version "7.26.2"
40+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
41+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
42+
dependencies:
43+
"@babel/helper-validator-identifier" "^7.25.9"
44+
js-tokens "^4.0.0"
45+
picocolors "^1.0.0"
46+
3847
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2", "@babel/compat-data@^7.25.4":
3948
version "7.25.4"
4049
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb"
@@ -279,6 +288,11 @@
279288
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
280289
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
281290

291+
"@babel/helper-string-parser@^7.25.9":
292+
version "7.25.9"
293+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
294+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
295+
282296
"@babel/helper-validator-identifier@^7.24.7":
283297
version "7.24.7"
284298
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
@@ -289,6 +303,11 @@
289303
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
290304
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
291305

306+
"@babel/helper-validator-identifier@^7.25.9":
307+
version "7.25.9"
308+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
309+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
310+
292311
"@babel/helper-validator-option@^7.24.8":
293312
version "7.24.8"
294313
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
@@ -304,12 +323,12 @@
304323
"@babel/types" "^7.25.0"
305324

306325
"@babel/helpers@^7.25.0":
307-
version "7.25.6"
308-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.6.tgz#57ee60141829ba2e102f30711ffe3afab357cc60"
309-
integrity sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==
326+
version "7.27.0"
327+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
328+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
310329
dependencies:
311-
"@babel/template" "^7.25.0"
312-
"@babel/types" "^7.25.6"
330+
"@babel/template" "^7.27.0"
331+
"@babel/types" "^7.27.0"
313332

314333
"@babel/highlight@^7.24.7":
315334
version "7.24.7"
@@ -345,6 +364,13 @@
345364
dependencies:
346365
"@babel/types" "^7.25.8"
347366

367+
"@babel/parser@^7.27.0":
368+
version "7.27.0"
369+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
370+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
371+
dependencies:
372+
"@babel/types" "^7.27.0"
373+
348374
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
349375
version "7.25.3"
350376
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f"
@@ -1141,6 +1167,15 @@
11411167
"@babel/parser" "^7.25.7"
11421168
"@babel/types" "^7.25.7"
11431169

1170+
"@babel/template@^7.27.0":
1171+
version "7.27.0"
1172+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1173+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1174+
dependencies:
1175+
"@babel/code-frame" "^7.26.2"
1176+
"@babel/parser" "^7.27.0"
1177+
"@babel/types" "^7.27.0"
1178+
11441179
"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.4", "@babel/traverse@^7.4.5":
11451180
version "7.25.6"
11461181
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41"
@@ -1185,6 +1220,14 @@
11851220
"@babel/helper-validator-identifier" "^7.25.7"
11861221
to-fast-properties "^2.0.0"
11871222

1223+
"@babel/types@^7.27.0":
1224+
version "7.27.0"
1225+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1226+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1227+
dependencies:
1228+
"@babel/helper-string-parser" "^7.25.9"
1229+
"@babel/helper-validator-identifier" "^7.25.9"
1230+
11881231
"@cnakazawa/watch@^1.0.3":
11891232
version "1.0.4"
11901233
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"

0 commit comments

Comments
 (0)