Skip to content

Commit ca96156

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] <support@github.com>
1 parent 92f8b8f commit ca96156

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

website/yarn.lock

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,15 @@
172172
js-tokens "^4.0.0"
173173
picocolors "^1.0.0"
174174

175+
"@babel/code-frame@^7.26.2":
176+
version "7.26.2"
177+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
178+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
179+
dependencies:
180+
"@babel/helper-validator-identifier" "^7.25.9"
181+
js-tokens "^4.0.0"
182+
picocolors "^1.0.0"
183+
175184
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.9", "@babel/compat-data@^7.26.0":
176185
version "7.26.0"
177186
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
@@ -364,12 +373,12 @@
364373
"@babel/types" "^7.25.9"
365374

366375
"@babel/helpers@^7.26.0":
367-
version "7.26.0"
368-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
369-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
376+
version "7.27.0"
377+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
378+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
370379
dependencies:
371-
"@babel/template" "^7.25.9"
372-
"@babel/types" "^7.26.0"
380+
"@babel/template" "^7.27.0"
381+
"@babel/types" "^7.27.0"
373382

374383
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0":
375384
version "7.26.1"
@@ -378,6 +387,13 @@
378387
dependencies:
379388
"@babel/types" "^7.26.0"
380389

390+
"@babel/parser@^7.27.0":
391+
version "7.27.0"
392+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
393+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
394+
dependencies:
395+
"@babel/types" "^7.27.0"
396+
381397
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
382398
version "7.25.9"
383399
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"
@@ -1048,6 +1064,15 @@
10481064
"@babel/parser" "^7.25.9"
10491065
"@babel/types" "^7.25.9"
10501066

1067+
"@babel/template@^7.27.0":
1068+
version "7.27.0"
1069+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1070+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1071+
dependencies:
1072+
"@babel/code-frame" "^7.26.2"
1073+
"@babel/parser" "^7.27.0"
1074+
"@babel/types" "^7.27.0"
1075+
10511076
"@babel/traverse@^7.22.8", "@babel/traverse@^7.25.9":
10521077
version "7.25.9"
10531078
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
@@ -1069,6 +1094,14 @@
10691094
"@babel/helper-string-parser" "^7.25.9"
10701095
"@babel/helper-validator-identifier" "^7.25.9"
10711096

1097+
"@babel/types@^7.27.0":
1098+
version "7.27.0"
1099+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1100+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1101+
dependencies:
1102+
"@babel/helper-string-parser" "^7.25.9"
1103+
"@babel/helper-validator-identifier" "^7.25.9"
1104+
10721105
"@colors/colors@1.5.0":
10731106
version "1.5.0"
10741107
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"

0 commit comments

Comments
 (0)