Skip to content

Commit 30791f7

Browse files
chore(deps): bump @babel/helpers from 7.17.8 to 7.27.0 (#227)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.17.8 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b71e491 commit 30791f7

File tree

1 file changed

+48
-6
lines changed

1 file changed

+48
-6
lines changed

yarn.lock

+48-6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424
"@babel/highlight" "^7.22.13"
2525
chalk "^2.4.2"
2626

27+
"@babel/code-frame@^7.26.2":
28+
version "7.26.2"
29+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
30+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
31+
dependencies:
32+
"@babel/helper-validator-identifier" "^7.25.9"
33+
js-tokens "^4.0.0"
34+
picocolors "^1.0.0"
35+
2736
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.8", "@babel/compat-data@^7.17.0", "@babel/compat-data@^7.17.7":
2837
version "7.17.7"
2938
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz"
@@ -279,6 +288,11 @@
279288
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
280289
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
281290

291+
"@babel/helper-string-parser@^7.25.9":
292+
version "7.25.9"
293+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
294+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
295+
282296
"@babel/helper-validator-identifier@^7.16.7":
283297
version "7.16.7"
284298
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz"
@@ -289,6 +303,11 @@
289303
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
290304
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
291305

306+
"@babel/helper-validator-identifier@^7.25.9":
307+
version "7.25.9"
308+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
309+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
310+
292311
"@babel/helper-validator-option@^7.16.7":
293312
version "7.16.7"
294313
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz"
@@ -305,13 +324,12 @@
305324
"@babel/types" "^7.16.8"
306325

307326
"@babel/helpers@^7.17.8":
308-
version "7.17.8"
309-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.8.tgz"
310-
integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==
327+
version "7.27.0"
328+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
329+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
311330
dependencies:
312-
"@babel/template" "^7.16.7"
313-
"@babel/traverse" "^7.17.3"
314-
"@babel/types" "^7.17.0"
331+
"@babel/template" "^7.27.0"
332+
"@babel/types" "^7.27.0"
315333

316334
"@babel/highlight@^7.16.7":
317335
version "7.16.10"
@@ -341,6 +359,13 @@
341359
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
342360
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
343361

362+
"@babel/parser@^7.27.0":
363+
version "7.27.0"
364+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
365+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
366+
dependencies:
367+
"@babel/types" "^7.27.0"
368+
344369
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
345370
version "7.16.7"
346371
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz"
@@ -1034,6 +1059,15 @@
10341059
"@babel/parser" "^7.22.15"
10351060
"@babel/types" "^7.22.15"
10361061

1062+
"@babel/template@^7.27.0":
1063+
version "7.27.0"
1064+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1065+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1066+
dependencies:
1067+
"@babel/code-frame" "^7.26.2"
1068+
"@babel/parser" "^7.27.0"
1069+
"@babel/types" "^7.27.0"
1070+
10371071
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.2":
10381072
version "7.23.2"
10391073
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -1067,6 +1101,14 @@
10671101
"@babel/helper-validator-identifier" "^7.22.20"
10681102
to-fast-properties "^2.0.0"
10691103

1104+
"@babel/types@^7.27.0":
1105+
version "7.27.0"
1106+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1107+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1108+
dependencies:
1109+
"@babel/helper-string-parser" "^7.25.9"
1110+
"@babel/helper-validator-identifier" "^7.25.9"
1111+
10701112
"@bcoe/v8-coverage@^0.2.3":
10711113
version "0.2.3"
10721114
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"

0 commit comments

Comments
 (0)