Skip to content

Commit 078c4b1

Browse files
Merge branch 'main' of https://github.com/Peersyst/xrpl-go
2 parents 7c8817b + 1f4cbc1 commit 078c4b1

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

docs/yarn.lock

Lines changed: 18 additions & 10 deletions
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"
@@ -1002,17 +1002,17 @@
10021002
"@babel/plugin-transform-typescript" "^7.25.9"
10031003

10041004
"@babel/runtime-corejs3@^7.25.9":
1005-
version "7.26.9"
1006-
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.26.9.tgz#8b73bae47453aa3dd2839ac52598581a7dd8332f"
1007-
integrity sha512-5EVjbTegqN7RSJle6hMWYxO4voo4rI+9krITk+DWR+diJgGrjZjrIBnJhjrHYYQsFgI7j1w1QnrvV7YSKBfYGg==
1005+
version "7.26.10"
1006+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.26.10.tgz#5a3185ca2813f8de8ae68622572086edf5cf51f2"
1007+
integrity sha512-uITFQYO68pMEYR46AHgQoyBg7KPPJDAbGn4jUTIRgCFJIp88MIBUianVOplhZDEec07bp9zIyr4Kp0FCyQzmWg==
10081008
dependencies:
10091009
core-js-pure "^3.30.2"
10101010
regenerator-runtime "^0.14.0"
10111011

10121012
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.25.9", "@babel/runtime@^7.8.4":
1013-
version "7.26.9"
1014-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.9.tgz#aa4c6facc65b9cb3f87d75125ffd47781b475433"
1015-
integrity sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==
1013+
version "7.26.10"
1014+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
1015+
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
10161016
dependencies:
10171017
regenerator-runtime "^0.14.0"
10181018

@@ -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
"@colors/colors@1.5.0":
10501058
version "1.5.0"
10511059
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"

0 commit comments

Comments
 (0)