Skip to content

Commit f7f1f08

Browse files
chore(deps): bump @babel/helpers from 7.26.0 to 7.26.10
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.0 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] <[email protected]>
1 parent 68d30a7 commit f7f1f08

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

yarn.lock

+38-5
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,15 @@
206206
js-tokens "^4.0.0"
207207
picocolors "^1.0.0"
208208

209+
"@babel/code-frame@^7.26.2":
210+
version "7.26.2"
211+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
212+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
213+
dependencies:
214+
"@babel/helper-validator-identifier" "^7.25.9"
215+
js-tokens "^4.0.0"
216+
picocolors "^1.0.0"
217+
209218
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.9", "@babel/compat-data@^7.26.0":
210219
version "7.26.0"
211220
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
@@ -445,12 +454,12 @@
445454
"@babel/types" "^7.25.9"
446455

447456
"@babel/helpers@^7.26.0":
448-
version "7.26.0"
449-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
450-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
457+
version "7.26.10"
458+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
459+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
451460
dependencies:
452-
"@babel/template" "^7.25.9"
453-
"@babel/types" "^7.26.0"
461+
"@babel/template" "^7.26.9"
462+
"@babel/types" "^7.26.10"
454463

455464
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.15", "@babel/parser@^7.20.5", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.23.9", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0":
456465
version "7.26.1"
@@ -459,6 +468,13 @@
459468
dependencies:
460469
"@babel/types" "^7.26.0"
461470

471+
"@babel/parser@^7.26.9":
472+
version "7.26.10"
473+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
474+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
475+
dependencies:
476+
"@babel/types" "^7.26.10"
477+
462478
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
463479
version "7.25.9"
464480
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"
@@ -1303,6 +1319,15 @@
13031319
"@babel/parser" "^7.25.9"
13041320
"@babel/types" "^7.25.9"
13051321

1322+
"@babel/template@^7.26.9":
1323+
version "7.26.9"
1324+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1325+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1326+
dependencies:
1327+
"@babel/code-frame" "^7.26.2"
1328+
"@babel/parser" "^7.26.9"
1329+
"@babel/types" "^7.26.9"
1330+
13061331
13071332
version "7.23.2"
13081333
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -1348,6 +1373,14 @@
13481373
"@babel/helper-string-parser" "^7.25.9"
13491374
"@babel/helper-validator-identifier" "^7.25.9"
13501375

1376+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
1377+
version "7.26.10"
1378+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1379+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1380+
dependencies:
1381+
"@babel/helper-string-parser" "^7.25.9"
1382+
"@babel/helper-validator-identifier" "^7.25.9"
1383+
13511384
13521385
version "1.0.1"
13531386
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4"

0 commit comments

Comments
 (0)