Skip to content

Commit 9fd77c6

Browse files
Bump @babel/helpers from 7.23.7 to 7.26.10 (#3879)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.23.7 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b495159 commit 9fd77c6

File tree

1 file changed

+31
-24
lines changed

1 file changed

+31
-24
lines changed

yarn.lock

+31-24
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"@babel/highlight" "^7.24.7"
174174
picocolors "^1.0.0"
175175

176-
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0":
176+
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2":
177177
version "7.26.2"
178178
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
179179
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
@@ -652,30 +652,13 @@
652652
"@babel/template" "^7.22.5"
653653
"@babel/types" "^7.22.5"
654654

655-
"@babel/helpers@^7.23.7":
656-
version "7.23.7"
657-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.7.tgz#eb543c36f81da2873e47b76ee032343ac83bba60"
658-
integrity sha512-6AMnjCoC8wjqBzDHkuqpa7jAKwvMo4dC+lr/TFBz+ucfulO1XMpDnwWPGBNwClOKZ8h6xn5N81W/R5OrcKtCbQ==
659-
dependencies:
660-
"@babel/template" "^7.22.15"
661-
"@babel/traverse" "^7.23.7"
662-
"@babel/types" "^7.23.6"
663-
664-
"@babel/helpers@^7.24.8":
665-
version "7.24.8"
666-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873"
667-
integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==
668-
dependencies:
669-
"@babel/template" "^7.24.7"
670-
"@babel/types" "^7.24.8"
671-
672-
"@babel/helpers@^7.26.0":
673-
version "7.26.0"
674-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
675-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
655+
"@babel/helpers@^7.23.7", "@babel/helpers@^7.24.8", "@babel/helpers@^7.26.0":
656+
version "7.27.0"
657+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
658+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
676659
dependencies:
677-
"@babel/template" "^7.25.9"
678-
"@babel/types" "^7.26.0"
660+
"@babel/template" "^7.27.0"
661+
"@babel/types" "^7.27.0"
679662

680663
"@babel/highlight@^7.24.7":
681664
version "7.24.7"
@@ -723,6 +706,13 @@
723706
dependencies:
724707
"@babel/types" "^7.25.6"
725708

709+
"@babel/parser@^7.27.0":
710+
version "7.27.0"
711+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
712+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
713+
dependencies:
714+
"@babel/types" "^7.27.0"
715+
726716
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
727717
version "7.22.5"
728718
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.5.tgz#87245a21cd69a73b0b81bcda98d443d6df08f05e"
@@ -1575,6 +1565,15 @@
15751565
"@babel/parser" "^7.25.9"
15761566
"@babel/types" "^7.25.9"
15771567

1568+
"@babel/template@^7.27.0":
1569+
version "7.27.0"
1570+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1571+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1572+
dependencies:
1573+
"@babel/code-frame" "^7.26.2"
1574+
"@babel/parser" "^7.27.0"
1575+
"@babel/types" "^7.27.0"
1576+
15781577
"@babel/traverse@^7.16.8", "@babel/traverse@^7.23.2", "@babel/traverse@^7.23.7", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.9", "@babel/traverse@^7.7.2":
15791578
version "7.25.6"
15801579
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41"
@@ -1632,6 +1631,14 @@
16321631
"@babel/helper-validator-identifier" "^7.24.7"
16331632
to-fast-properties "^2.0.0"
16341633

1634+
"@babel/types@^7.27.0":
1635+
version "7.27.0"
1636+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1637+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1638+
dependencies:
1639+
"@babel/helper-string-parser" "^7.25.9"
1640+
"@babel/helper-validator-identifier" "^7.25.9"
1641+
16351642
"@bcoe/v8-coverage@^0.2.3":
16361643
version "0.2.3"
16371644
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)