Skip to content

Commit a0839f2

Browse files
deps: bump @babel/helpers from 7.26.7 to 7.26.10 (#678)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0790f5a commit a0839f2

1 file changed

Lines changed: 29 additions & 5 deletions

File tree

yarn.lock

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -294,12 +294,12 @@
294294
"@babel/types" "^7.25.9"
295295

296296
"@babel/helpers@^7.26.7":
297-
version "7.26.7"
298-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
299-
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
297+
version "7.27.0"
298+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
299+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
300300
dependencies:
301-
"@babel/template" "^7.25.9"
302-
"@babel/types" "^7.26.7"
301+
"@babel/template" "^7.27.0"
302+
"@babel/types" "^7.27.0"
303303

304304
"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.16.8", "@babel/parser@^7.20.7", "@babel/parser@^7.25.4", "@babel/parser@^7.25.9", "@babel/parser@^7.26.5", "@babel/parser@^7.26.7":
305305
version "7.26.7"
@@ -308,6 +308,13 @@
308308
dependencies:
309309
"@babel/types" "^7.26.7"
310310

311+
"@babel/parser@^7.27.0":
312+
version "7.27.0"
313+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
314+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
315+
dependencies:
316+
"@babel/types" "^7.27.0"
317+
311318
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
312319
version "7.25.9"
313320
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"
@@ -1033,6 +1040,15 @@
10331040
"@babel/parser" "^7.25.9"
10341041
"@babel/types" "^7.25.9"
10351042

1043+
"@babel/template@^7.27.0":
1044+
version "7.27.0"
1045+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1046+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1047+
dependencies:
1048+
"@babel/code-frame" "^7.26.2"
1049+
"@babel/parser" "^7.27.0"
1050+
"@babel/types" "^7.27.0"
1051+
10361052
"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.7":
10371053
version "7.26.7"
10381054
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb"
@@ -1054,6 +1070,14 @@
10541070
"@babel/helper-string-parser" "^7.25.9"
10551071
"@babel/helper-validator-identifier" "^7.25.9"
10561072

1073+
"@babel/types@^7.27.0":
1074+
version "7.27.0"
1075+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1076+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1077+
dependencies:
1078+
"@babel/helper-string-parser" "^7.25.9"
1079+
"@babel/helper-validator-identifier" "^7.25.9"
1080+
10571081
"@bcoe/v8-coverage@^1.0.2":
10581082
version "1.0.2"
10591083
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz#bbe12dca5b4ef983a0d0af4b07b9bc90ea0ababa"

0 commit comments

Comments
 (0)