Skip to content

Commit d02e35f

Browse files
Bump @babel/helpers from 7.26.0 to 7.26.10 (#5177)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent 5431ce8 commit d02e35f

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

yarn.lock

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -356,12 +356,12 @@
356356
"@babel/types" "^7.25.9"
357357

358358
"@babel/helpers@^7.26.0":
359-
version "7.26.0"
360-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
361-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
359+
version "7.26.10"
360+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
361+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
362362
dependencies:
363-
"@babel/template" "^7.25.9"
364-
"@babel/types" "^7.26.0"
363+
"@babel/template" "^7.26.9"
364+
"@babel/types" "^7.26.10"
365365

366366
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.3":
367367
version "7.26.3"
@@ -370,6 +370,13 @@
370370
dependencies:
371371
"@babel/types" "^7.26.3"
372372

373+
"@babel/parser@^7.26.9":
374+
version "7.26.10"
375+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
376+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
377+
dependencies:
378+
"@babel/types" "^7.26.10"
379+
373380
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
374381
version "7.25.9"
375382
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"
@@ -1054,6 +1061,15 @@
10541061
"@babel/parser" "^7.25.9"
10551062
"@babel/types" "^7.25.9"
10561063

1064+
"@babel/template@^7.26.9":
1065+
version "7.26.9"
1066+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1067+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1068+
dependencies:
1069+
"@babel/code-frame" "^7.26.2"
1070+
"@babel/parser" "^7.26.9"
1071+
"@babel/types" "^7.26.9"
1072+
10571073
"@babel/traverse@^7.24.7":
10581074
version "7.25.9"
10591075
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
@@ -1105,6 +1121,14 @@
11051121
"@babel/helper-string-parser" "^7.25.9"
11061122
"@babel/helper-validator-identifier" "^7.25.9"
11071123

1124+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
1125+
version "7.26.10"
1126+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1127+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1128+
dependencies:
1129+
"@babel/helper-string-parser" "^7.25.9"
1130+
"@babel/helper-validator-identifier" "^7.25.9"
1131+
11081132
"@braintree/sanitize-url@^6.0.1":
11091133
version "6.0.4"
11101134
resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-6.0.4.tgz#923ca57e173c6b232bbbb07347b1be982f03e783"

0 commit comments

Comments
 (0)