Skip to content

Commit d2bf6b8

Browse files
Bump @babel/helpers from 7.20.6 to 7.27.0 (#71)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.20.6 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 bf29553 commit d2bf6b8

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
@@ -153,6 +153,15 @@
153153
"@babel/highlight" "^7.22.13"
154154
chalk "^2.4.2"
155155

156+
"@babel/code-frame@^7.26.2":
157+
version "7.26.2"
158+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
159+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
160+
dependencies:
161+
"@babel/helper-validator-identifier" "^7.25.9"
162+
js-tokens "^4.0.0"
163+
picocolors "^1.0.0"
164+
156165
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1":
157166
version "7.20.5"
158167
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
@@ -429,6 +438,11 @@
429438
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
430439
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
431440

441+
"@babel/helper-string-parser@^7.25.9":
442+
version "7.25.9"
443+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
444+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
445+
432446
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
433447
version "7.19.1"
434448
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
@@ -439,6 +453,11 @@
439453
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
440454
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
441455

456+
"@babel/helper-validator-identifier@^7.25.9":
457+
version "7.25.9"
458+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
459+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
460+
442461
"@babel/helper-validator-option@^7.18.6":
443462
version "7.18.6"
444463
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
@@ -455,13 +474,12 @@
455474
"@babel/types" "^7.20.5"
456475

457476
"@babel/helpers@^7.12.5", "@babel/helpers@^7.20.5":
458-
version "7.20.6"
459-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
460-
integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
477+
version "7.27.0"
478+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
479+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
461480
dependencies:
462-
"@babel/template" "^7.18.10"
463-
"@babel/traverse" "^7.20.5"
464-
"@babel/types" "^7.20.5"
481+
"@babel/template" "^7.27.0"
482+
"@babel/types" "^7.27.0"
465483

466484
"@babel/highlight@^7.18.6":
467485
version "7.18.6"
@@ -491,6 +509,13 @@
491509
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
492510
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
493511

512+
"@babel/parser@^7.27.0":
513+
version "7.27.0"
514+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
515+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
516+
dependencies:
517+
"@babel/types" "^7.27.0"
518+
494519
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
495520
version "7.18.6"
496521
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1228,6 +1253,15 @@
12281253
"@babel/parser" "^7.22.15"
12291254
"@babel/types" "^7.22.15"
12301255

1256+
"@babel/template@^7.27.0":
1257+
version "7.27.0"
1258+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1259+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1260+
dependencies:
1261+
"@babel/code-frame" "^7.26.2"
1262+
"@babel/parser" "^7.27.0"
1263+
"@babel/types" "^7.27.0"
1264+
12311265
"@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5":
12321266
version "7.23.2"
12331267
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -1262,6 +1296,14 @@
12621296
"@babel/helper-validator-identifier" "^7.22.20"
12631297
to-fast-properties "^2.0.0"
12641298

1299+
"@babel/types@^7.27.0":
1300+
version "7.27.0"
1301+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1302+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1303+
dependencies:
1304+
"@babel/helper-string-parser" "^7.25.9"
1305+
"@babel/helper-validator-identifier" "^7.25.9"
1306+
12651307
12661308
version "1.5.0"
12671309
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"

0 commit comments

Comments
 (0)