Skip to content

Commit be957dc

Browse files
Bump @babel/helpers from 7.25.0 to 7.27.0 in /docs
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.25.0 to 7.27.0. - [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.27.0/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 7.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 50cf853 commit be957dc

File tree

1 file changed

+31
-15
lines changed

1 file changed

+31
-15
lines changed

docs/yarn.lock

+31-15
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"@babel/highlight" "^7.24.7"
167167
picocolors "^1.0.0"
168168

169-
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0":
169+
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2":
170170
version "7.26.2"
171171
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
172172
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
@@ -546,21 +546,13 @@
546546
"@babel/traverse" "^7.25.9"
547547
"@babel/types" "^7.25.9"
548548

549-
"@babel/helpers@^7.24.8":
550-
version "7.25.0"
551-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
552-
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
553-
dependencies:
554-
"@babel/template" "^7.25.0"
555-
"@babel/types" "^7.25.0"
556-
557-
"@babel/helpers@^7.26.0":
558-
version "7.26.0"
559-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
560-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
549+
"@babel/helpers@^7.24.8", "@babel/helpers@^7.26.0":
550+
version "7.27.0"
551+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
552+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
561553
dependencies:
562-
"@babel/template" "^7.25.9"
563-
"@babel/types" "^7.26.0"
554+
"@babel/template" "^7.27.0"
555+
"@babel/types" "^7.27.0"
564556

565557
"@babel/highlight@^7.24.7":
566558
version "7.24.7"
@@ -584,6 +576,13 @@
584576
dependencies:
585577
"@babel/types" "^7.26.0"
586578

579+
"@babel/parser@^7.27.0":
580+
version "7.27.0"
581+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
582+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
583+
dependencies:
584+
"@babel/types" "^7.27.0"
585+
587586
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.0":
588587
version "7.25.0"
589588
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.0.tgz#328275f22d809b962978d998c6eba22a233ac8aa"
@@ -1989,6 +1988,15 @@
19891988
"@babel/parser" "^7.25.9"
19901989
"@babel/types" "^7.25.9"
19911990

1991+
"@babel/template@^7.27.0":
1992+
version "7.27.0"
1993+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1994+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1995+
dependencies:
1996+
"@babel/code-frame" "^7.26.2"
1997+
"@babel/parser" "^7.27.0"
1998+
"@babel/types" "^7.27.0"
1999+
19922000
"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0":
19932001
version "7.25.0"
19942002
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.0.tgz#e8533c0a57ed97921d1e5b20dd3db63d3efaebf5"
@@ -2032,6 +2040,14 @@
20322040
"@babel/helper-string-parser" "^7.25.9"
20332041
"@babel/helper-validator-identifier" "^7.25.9"
20342042

2043+
"@babel/types@^7.27.0":
2044+
version "7.27.0"
2045+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
2046+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
2047+
dependencies:
2048+
"@babel/helper-string-parser" "^7.25.9"
2049+
"@babel/helper-validator-identifier" "^7.25.9"
2050+
20352051
"@colors/colors@1.5.0":
20362052
version "1.5.0"
20372053
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"

0 commit comments

Comments
 (0)