Skip to content

Commit 5d4f937

Browse files
Bump @babel/helpers from 7.24.4 to 7.26.10 (#416)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.24.4 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 f19729b commit 5d4f937

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
@@ -23,6 +23,15 @@
2323
"@babel/highlight" "^7.24.2"
2424
picocolors "^1.0.0"
2525

26+
"@babel/code-frame@^7.26.2":
27+
version "7.26.2"
28+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
29+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
30+
dependencies:
31+
"@babel/helper-validator-identifier" "^7.25.9"
32+
js-tokens "^4.0.0"
33+
picocolors "^1.0.0"
34+
2635
"@babel/compat-data@^7.23.5":
2736
version "7.24.4"
2837
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
@@ -127,24 +136,33 @@
127136
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
128137
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
129138

139+
"@babel/helper-string-parser@^7.25.9":
140+
version "7.25.9"
141+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
142+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
143+
130144
"@babel/helper-validator-identifier@^7.22.20":
131145
version "7.22.20"
132146
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
133147
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
134148

149+
"@babel/helper-validator-identifier@^7.25.9":
150+
version "7.25.9"
151+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
152+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
153+
135154
"@babel/helper-validator-option@^7.23.5":
136155
version "7.23.5"
137156
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
138157
integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
139158

140159
"@babel/helpers@^7.24.4":
141-
version "7.24.4"
142-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6"
143-
integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==
160+
version "7.26.10"
161+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
162+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
144163
dependencies:
145-
"@babel/template" "^7.24.0"
146-
"@babel/traverse" "^7.24.1"
147-
"@babel/types" "^7.24.0"
164+
"@babel/template" "^7.26.9"
165+
"@babel/types" "^7.26.10"
148166

149167
"@babel/highlight@^7.24.2":
150168
version "7.24.2"
@@ -161,6 +179,13 @@
161179
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
162180
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
163181

182+
"@babel/parser@^7.26.9":
183+
version "7.26.10"
184+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
185+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
186+
dependencies:
187+
"@babel/types" "^7.26.10"
188+
164189
"@babel/runtime@^7.21.0":
165190
version "7.24.4"
166191
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.4.tgz#de795accd698007a66ba44add6cc86542aff1edd"
@@ -177,6 +202,15 @@
177202
"@babel/parser" "^7.24.0"
178203
"@babel/types" "^7.24.0"
179204

205+
"@babel/template@^7.26.9":
206+
version "7.26.9"
207+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
208+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
209+
dependencies:
210+
"@babel/code-frame" "^7.26.2"
211+
"@babel/parser" "^7.26.9"
212+
"@babel/types" "^7.26.9"
213+
180214
"@babel/traverse@^7.24.1":
181215
version "7.24.1"
182216
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c"
@@ -202,6 +236,14 @@
202236
"@babel/helper-validator-identifier" "^7.22.20"
203237
to-fast-properties "^2.0.0"
204238

239+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
240+
version "7.26.10"
241+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
242+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
243+
dependencies:
244+
"@babel/helper-string-parser" "^7.25.9"
245+
"@babel/helper-validator-identifier" "^7.25.9"
246+
205247
"@cspotcode/source-map-support@^0.8.0":
206248
version "0.8.1"
207249
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"

0 commit comments

Comments
 (0)