Skip to content

Commit 54fbf7c

Browse files
build(deps): bump @babel/helpers from 7.26.0 to 7.27.0 in /website
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.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-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 841de42 commit 54fbf7c

File tree

1 file changed

+30
-14
lines changed

1 file changed

+30
-14
lines changed

website/yarn.lock

+30-14
Original file line numberDiff line numberDiff line change
@@ -431,21 +431,13 @@
431431
"@babel/traverse" "^7.25.9"
432432
"@babel/types" "^7.25.9"
433433

434-
"@babel/helpers@^7.26.0":
435-
version "7.26.0"
436-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
437-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
434+
"@babel/helpers@^7.26.0", "@babel/helpers@^7.26.9":
435+
version "7.27.0"
436+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
437+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
438438
dependencies:
439-
"@babel/template" "^7.25.9"
440-
"@babel/types" "^7.26.0"
441-
442-
"@babel/helpers@^7.26.9":
443-
version "7.26.9"
444-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
445-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
446-
dependencies:
447-
"@babel/template" "^7.26.9"
448-
"@babel/types" "^7.26.9"
439+
"@babel/template" "^7.27.0"
440+
"@babel/types" "^7.27.0"
449441

450442
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0":
451443
version "7.26.1"
@@ -461,6 +453,13 @@
461453
dependencies:
462454
"@babel/types" "^7.26.9"
463455

456+
"@babel/parser@^7.27.0":
457+
version "7.27.0"
458+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
459+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
460+
dependencies:
461+
"@babel/types" "^7.27.0"
462+
464463
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
465464
version "7.25.9"
466465
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
@@ -1294,6 +1293,15 @@
12941293
"@babel/parser" "^7.26.9"
12951294
"@babel/types" "^7.26.9"
12961295

1296+
"@babel/template@^7.27.0":
1297+
version "7.27.0"
1298+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1299+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1300+
dependencies:
1301+
"@babel/code-frame" "^7.26.2"
1302+
"@babel/parser" "^7.27.0"
1303+
"@babel/types" "^7.27.0"
1304+
12971305
"@babel/traverse@^7.25.9":
12981306
version "7.25.9"
12991307
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
@@ -1336,6 +1344,14 @@
13361344
"@babel/helper-string-parser" "^7.25.9"
13371345
"@babel/helper-validator-identifier" "^7.25.9"
13381346

1347+
"@babel/types@^7.27.0":
1348+
version "7.27.0"
1349+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1350+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1351+
dependencies:
1352+
"@babel/helper-string-parser" "^7.25.9"
1353+
"@babel/helper-validator-identifier" "^7.25.9"
1354+
13391355
13401356
version "1.5.0"
13411357
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"

0 commit comments

Comments
 (0)