Skip to content

Commit 06f154a

Browse files
chore(deps): bump @babel/helpers from 7.26.9 to 7.26.10 in /website (#436)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.9 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 5870afa commit 06f154a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

website/yarn.lock

+12-4
Original file line numberDiff line numberDiff line change
@@ -343,12 +343,12 @@
343343
"@babel/types" "^7.25.9"
344344

345345
"@babel/helpers@^7.26.9":
346-
version "7.26.9"
347-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
348-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
346+
version "7.26.10"
347+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
348+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
349349
dependencies:
350350
"@babel/template" "^7.26.9"
351-
"@babel/types" "^7.26.9"
351+
"@babel/types" "^7.26.10"
352352

353353
"@babel/parser@^7.26.9":
354354
version "7.26.9"
@@ -1046,6 +1046,14 @@
10461046
"@babel/helper-string-parser" "^7.25.9"
10471047
"@babel/helper-validator-identifier" "^7.25.9"
10481048

1049+
"@babel/types@^7.26.10":
1050+
version "7.26.10"
1051+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1052+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1053+
dependencies:
1054+
"@babel/helper-string-parser" "^7.25.9"
1055+
"@babel/helper-validator-identifier" "^7.25.9"
1056+
10491057
10501058
version "1.5.0"
10511059
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"

0 commit comments

Comments
 (0)