Skip to content

Commit 957fc67

Browse files
chore(deps): bump @babel/helpers from 7.22.5 to 7.26.10 (#671)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.22.5 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7a17ba commit 957fc67

File tree

1 file changed

+48
-6
lines changed

1 file changed

+48
-6
lines changed

yarn.lock

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,15 @@
796796
"@babel/highlight" "^7.22.13"
797797
chalk "^2.4.2"
798798

799+
"@babel/code-frame@^7.26.2":
800+
version "7.26.2"
801+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
802+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
803+
dependencies:
804+
"@babel/helper-validator-identifier" "^7.25.9"
805+
js-tokens "^4.0.0"
806+
picocolors "^1.0.0"
807+
799808
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.22.5":
800809
version "7.22.5"
801810
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
@@ -1031,6 +1040,11 @@
10311040
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
10321041
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
10331042

1043+
"@babel/helper-string-parser@^7.25.9":
1044+
version "7.25.9"
1045+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
1046+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
1047+
10341048
"@babel/helper-validator-identifier@^7.22.20":
10351049
version "7.22.20"
10361050
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
@@ -1041,6 +1055,11 @@
10411055
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
10421056
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
10431057

1058+
"@babel/helper-validator-identifier@^7.25.9":
1059+
version "7.25.9"
1060+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
1061+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
1062+
10441063
"@babel/helper-validator-option@^7.22.5":
10451064
version "7.22.5"
10461065
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac"
@@ -1057,13 +1076,12 @@
10571076
"@babel/types" "^7.22.5"
10581077

10591078
"@babel/helpers@^7.22.5":
1060-
version "7.22.5"
1061-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.5.tgz#74bb4373eb390d1ceed74a15ef97767e63120820"
1062-
integrity sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==
1079+
version "7.26.10"
1080+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
1081+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
10631082
dependencies:
1064-
"@babel/template" "^7.22.5"
1065-
"@babel/traverse" "^7.22.5"
1066-
"@babel/types" "^7.22.5"
1083+
"@babel/template" "^7.26.9"
1084+
"@babel/types" "^7.26.10"
10671085

10681086
"@babel/highlight@^7.22.13":
10691087
version "7.22.20"
@@ -1093,6 +1111,13 @@
10931111
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
10941112
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
10951113

1114+
"@babel/parser@^7.26.9":
1115+
version "7.26.10"
1116+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
1117+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
1118+
dependencies:
1119+
"@babel/types" "^7.26.10"
1120+
10961121
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
10971122
version "7.22.5"
10981123
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.22.5.tgz#87245a21cd69a73b0b81bcda98d443d6df08f05e"
@@ -1785,6 +1810,15 @@
17851810
"@babel/parser" "^7.22.5"
17861811
"@babel/types" "^7.22.5"
17871812

1813+
"@babel/template@^7.26.9":
1814+
version "7.26.9"
1815+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1816+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1817+
dependencies:
1818+
"@babel/code-frame" "^7.26.2"
1819+
"@babel/parser" "^7.26.9"
1820+
"@babel/types" "^7.26.9"
1821+
17881822
"@babel/traverse@^7.22.5", "@babel/traverse@^7.7.2":
17891823
version "7.23.2"
17901824
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -1819,6 +1853,14 @@
18191853
"@babel/helper-validator-identifier" "^7.22.20"
18201854
to-fast-properties "^2.0.0"
18211855

1856+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
1857+
version "7.26.10"
1858+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1859+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1860+
dependencies:
1861+
"@babel/helper-string-parser" "^7.25.9"
1862+
"@babel/helper-validator-identifier" "^7.25.9"
1863+
18221864
"@bcoe/v8-coverage@^0.2.3":
18231865
version "0.2.3"
18241866
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)