Skip to content

Commit aaff390

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

File tree

1 file changed

+48
-5
lines changed

1 file changed

+48
-5
lines changed

yarn.lock

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,15 @@
171171
"@babel/highlight" "^7.24.7"
172172
picocolors "^1.0.0"
173173

174+
"@babel/code-frame@^7.26.2":
175+
version "7.26.2"
176+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
177+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
178+
dependencies:
179+
"@babel/helper-validator-identifier" "^7.25.9"
180+
js-tokens "^4.0.0"
181+
picocolors "^1.0.0"
182+
174183
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2", "@babel/compat-data@^7.25.4":
175184
version "7.25.4"
176185
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb"
@@ -343,11 +352,21 @@
343352
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
344353
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
345354

355+
"@babel/helper-string-parser@^7.25.9":
356+
version "7.25.9"
357+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
358+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
359+
346360
"@babel/helper-validator-identifier@^7.24.7":
347361
version "7.24.7"
348362
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
349363
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
350364

365+
"@babel/helper-validator-identifier@^7.25.9":
366+
version "7.25.9"
367+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
368+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
369+
351370
"@babel/helper-validator-option@^7.24.7", "@babel/helper-validator-option@^7.24.8":
352371
version "7.24.8"
353372
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
@@ -363,12 +382,12 @@
363382
"@babel/types" "^7.25.0"
364383

365384
"@babel/helpers@^7.25.0":
366-
version "7.25.6"
367-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.6.tgz#57ee60141829ba2e102f30711ffe3afab357cc60"
368-
integrity sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==
385+
version "7.26.10"
386+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
387+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
369388
dependencies:
370-
"@babel/template" "^7.25.0"
371-
"@babel/types" "^7.25.6"
389+
"@babel/template" "^7.26.9"
390+
"@babel/types" "^7.26.10"
372391

373392
"@babel/highlight@^7.24.7":
374393
version "7.24.7"
@@ -387,6 +406,13 @@
387406
dependencies:
388407
"@babel/types" "^7.25.6"
389408

409+
"@babel/parser@^7.26.9":
410+
version "7.26.10"
411+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
412+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
413+
dependencies:
414+
"@babel/types" "^7.26.10"
415+
390416
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
391417
version "7.25.3"
392418
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f"
@@ -1178,6 +1204,15 @@
11781204
"@babel/parser" "^7.25.0"
11791205
"@babel/types" "^7.25.0"
11801206

1207+
"@babel/template@^7.26.9":
1208+
version "7.26.9"
1209+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1210+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1211+
dependencies:
1212+
"@babel/code-frame" "^7.26.2"
1213+
"@babel/parser" "^7.26.9"
1214+
"@babel/types" "^7.26.9"
1215+
11811216
"@babel/traverse@^7.22.8", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.4":
11821217
version "7.25.6"
11831218
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41"
@@ -1200,6 +1235,14 @@
12001235
"@babel/helper-validator-identifier" "^7.24.7"
12011236
to-fast-properties "^2.0.0"
12021237

1238+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
1239+
version "7.26.10"
1240+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1241+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1242+
dependencies:
1243+
"@babel/helper-string-parser" "^7.25.9"
1244+
"@babel/helper-validator-identifier" "^7.25.9"
1245+
12031246
"@colors/colors@1.5.0":
12041247
version "1.5.0"
12051248
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"

0 commit comments

Comments
 (0)