Skip to content

Commit 022716c

Browse files
fix(deps): update all dependencies to v0.37.1
1 parent 0f39c62 commit 022716c

File tree

3 files changed

+43
-42
lines changed

3 files changed

+43
-42
lines changed

tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/aperturerobotics/common v0.19.1 // latest
1616
github.com/aperturerobotics/goprotowrap v0.3.2 // latest
1717
github.com/aperturerobotics/protobuf-go-lite v0.8.0 // latest
18-
github.com/aperturerobotics/starpc v0.37.0 // latest
18+
github.com/aperturerobotics/starpc v0.37.1 // latest
1919
)
2020

2121
require (

tools/go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ github.com/aperturerobotics/protobuf-go-lite v0.8.0 h1:SoiTAVArmOrNTX31e6CC5Bem6
165165
github.com/aperturerobotics/protobuf-go-lite v0.8.0/go.mod h1:y49wVEezRHg78uQ2OzLLZbtTTWuox+ChmaTuh6FLJW8=
166166
github.com/aperturerobotics/starpc v0.37.0 h1:WKwZsAzAWvkgbdxCjouJ20aSg8k1AsU6bZp6rBb4zAc=
167167
github.com/aperturerobotics/starpc v0.37.0/go.mod h1:KNY2IhQi3u4d48bT045tSLtQfHTiGhLXIThHzGlBTwU=
168+
github.com/aperturerobotics/starpc v0.37.1/go.mod h1:KNY2IhQi3u4d48bT045tSLtQfHTiGhLXIThHzGlBTwU=
168169
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0 h1:jfIu9sQUG6Ig+0+Ap1h4unLjW6YQJpKZVmUzxsD4E/Q=
169170
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0/go.mod h1:t2tdKJDJF9BV14lnkjHmOQgcvEKgtqs5a1N3LNdJhGE=
170171
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=

yarn.lock

+41-41
Original file line numberDiff line numberDiff line change
@@ -381,23 +381,23 @@
381381
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz#4fc56c15c580b9adb7dc3c333a134e540b44bfb1"
382382
integrity sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==
383383

384-
"@libp2p/crypto@^5.0.14":
385-
version "5.0.14"
386-
resolved "https://registry.yarnpkg.com/@libp2p/crypto/-/crypto-5.0.14.tgz#acb5ac2c8789d419d251c88148b5e9dcf8af59e6"
387-
integrity sha512-J7uOIyvCn4lllWzt5yGGGkB7AOx85XVtyOjO3tbnPMoCGLa7kBQshS1j3QaFwfSYrvb3n7iosA5WnwFpRw7CUw==
384+
"@libp2p/crypto@^5.0.15":
385+
version "5.0.15"
386+
resolved "https://registry.yarnpkg.com/@libp2p/crypto/-/crypto-5.0.15.tgz#ed4b75247ea1661417564d8dd30faf58e4199ecb"
387+
integrity sha512-28xYMOn3fs8flsNgCVVxp27gEmDTtZHbz+qEVv3v7cWfGRipaVhNXFV9tQJHWXHQ8mN8v/PQvgcfCcWu5jkrTg==
388388
dependencies:
389-
"@libp2p/interface" "^2.6.1"
389+
"@libp2p/interface" "^2.7.0"
390390
"@noble/curves" "^1.7.0"
391391
"@noble/hashes" "^1.6.1"
392392
multiformats "^13.3.1"
393393
protons-runtime "^5.5.0"
394394
uint8arraylist "^2.4.8"
395395
uint8arrays "^5.1.0"
396396

397-
"@libp2p/interface@^2.0.0", "@libp2p/interface@^2.6.1":
398-
version "2.6.1"
399-
resolved "https://registry.yarnpkg.com/@libp2p/interface/-/interface-2.6.1.tgz#7fec02d428016967cc5ff003bce22739d8e0bfaa"
400-
integrity sha512-iCH686hAGu1p8nSCCTTDz5jyJ89D9HvhpnmVehknVjNLO63TPAntsaDzEs6wi2nsUJ3xThsXEbani6Ij5dL8Vg==
397+
"@libp2p/interface@^2.0.0", "@libp2p/interface@^2.6.1", "@libp2p/interface@^2.7.0":
398+
version "2.7.0"
399+
resolved "https://registry.yarnpkg.com/@libp2p/interface/-/interface-2.7.0.tgz#05dc0c13901f3a681484ec6f1a41f164b6228f41"
400+
integrity sha512-lWmfIGzbSaw//yoEWWJh8dXNDGSCwUyXwC7P1Q6jCFWNoEtCaB1pvwOGBtri7Db/aNFZryMzN5covoq5ulldnA==
401401
dependencies:
402402
"@multiformats/multiaddr" "^12.3.3"
403403
it-pushable "^3.2.3"
@@ -406,27 +406,27 @@
406406
progress-events "^1.0.1"
407407
uint8arraylist "^2.4.8"
408408

409-
"@libp2p/logger@^5.1.11":
410-
version "5.1.11"
411-
resolved "https://registry.yarnpkg.com/@libp2p/logger/-/logger-5.1.11.tgz#dfaee83f3e98798c059dd03e7d36ba469051f74a"
412-
integrity sha512-0TLX/jp/PzPc3Zdm9SSTNouwUo2G+/umK6/0Sk7TntPpwTd8bsBHhLkX/7nIdZeWwmjHB+COMA3GNzJso6BNuQ==
409+
"@libp2p/logger@^5.1.11", "@libp2p/logger@^5.1.12":
410+
version "5.1.12"
411+
resolved "https://registry.yarnpkg.com/@libp2p/logger/-/logger-5.1.12.tgz#9434dfc37b5a8fe9069411e6be51aee7561160b1"
412+
integrity sha512-9K18gnPXxPkgPTQKHgCYaUimlbYheAEogDXvYme1TsPEBPH9oYTVsFpZhe5r92auE3aNuzUSR3VD0TCs/bAZ7g==
413413
dependencies:
414-
"@libp2p/interface" "^2.6.1"
414+
"@libp2p/interface" "^2.7.0"
415415
"@multiformats/multiaddr" "^12.3.3"
416416
interface-datastore "^8.3.1"
417417
multiformats "^13.3.1"
418418
weald "^1.0.4"
419419

420420
"@libp2p/utils@^6.0.0":
421-
version "6.5.6"
422-
resolved "https://registry.yarnpkg.com/@libp2p/utils/-/utils-6.5.6.tgz#947e141fec03bc48452caaf06ce5db87c0cc1d5e"
423-
integrity sha512-gXJMBjk1VesjpkeLCYV/nltAFXN/izgVhKomYgmY7Ps8H2Y724wdhihbwuRYBj5nEGGnmxm1V+NsM4HVx+2UIQ==
421+
version "6.5.7"
422+
resolved "https://registry.yarnpkg.com/@libp2p/utils/-/utils-6.5.7.tgz#13d417b4ccd785447153d831ca79a92265833608"
423+
integrity sha512-fu6oRgSCOYlbuQObuF/ZVynMc7vdAfekxfi7B7TW6KjZEWmzeErvX1iEk9pfyJo5D0IxBCIMPRkN+Rr5MDfNWg==
424424
dependencies:
425425
"@chainsafe/is-ip" "^2.0.2"
426426
"@chainsafe/netmask" "^2.0.0"
427-
"@libp2p/crypto" "^5.0.14"
428-
"@libp2p/interface" "^2.6.1"
429-
"@libp2p/logger" "^5.1.11"
427+
"@libp2p/crypto" "^5.0.15"
428+
"@libp2p/interface" "^2.7.0"
429+
"@libp2p/logger" "^5.1.12"
430430
"@multiformats/multiaddr" "^12.3.3"
431431
"@sindresorhus/fnv1a" "^3.1.0"
432432
any-signal "^4.1.1"
@@ -625,9 +625,9 @@
625625
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
626626

627627
"@types/node@*":
628-
version "22.13.9"
629-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.9.tgz#5d9a8f7a975a5bd3ef267352deb96fb13ec02eca"
630-
integrity sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==
628+
version "22.13.10"
629+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
630+
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
631631
dependencies:
632632
undici-types "~6.20.0"
633633

@@ -637,9 +637,9 @@
637637
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
638638

639639
"@types/ws@^8.2.2":
640-
version "8.5.14"
641-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.14.tgz#93d44b268c9127d96026cf44353725dd9b6c3c21"
642-
integrity sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==
640+
version "8.18.0"
641+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.18.0.tgz#8a2ec491d6f0685ceaab9a9b7ff44146236993b5"
642+
integrity sha512-8svvI3hMyvN0kKCJMvTJP/x6Y/EoQbepff882wL+Sn5QsXb3etnamgrJq4isrBxSJj5L2AuXcI0+bgkoAXGUJw==
643643
dependencies:
644644
"@types/node" "*"
645645

@@ -1620,28 +1620,28 @@ isomorphic-ws@^5.0.0:
16201620
integrity sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==
16211621

16221622
it-first@^3.0.6:
1623-
version "3.0.6"
1624-
resolved "https://registry.yarnpkg.com/it-first/-/it-first-3.0.6.tgz#f532f0f36fe9bf0c291e0162b9d3375d59fe8f05"
1625-
integrity sha512-ExIewyK9kXKNAplg2GMeWfgjUcfC1FnUXz/RPfAvIXby+w7U4b3//5Lic0NV03gXT8O/isj5Nmp6KiY0d45pIQ==
1623+
version "3.0.7"
1624+
resolved "https://registry.yarnpkg.com/it-first/-/it-first-3.0.7.tgz#f91f1036229e3c9889004f98fdeecc8681d5e72c"
1625+
integrity sha512-e2dVSlOP+pAxPYPVJBF4fX7au8cvGfvLhIrGCMc5aWDnCvwgOo94xHbi3Da6eXQ2jPL5FGEM8sJMn5uE8Seu+g==
16261626

16271627
it-foreach@^2.0.6, it-foreach@^2.1.1:
1628-
version "2.1.1"
1629-
resolved "https://registry.yarnpkg.com/it-foreach/-/it-foreach-2.1.1.tgz#93e311a1057dd0ff7631f914dc9c2c963f27a4b8"
1630-
integrity sha512-ID4Gxnavk/LVQLQESAQ9hR6dR63Ih6X+8VdxEktX8rpz2dCGAbZpey/eljTNbMfV2UKXHiu6UsneoNBZuac97g==
1628+
version "2.1.2"
1629+
resolved "https://registry.yarnpkg.com/it-foreach/-/it-foreach-2.1.2.tgz#f2dad62bdbcd248f1157cfd079cf243df99106d5"
1630+
integrity sha512-PvXs3v1FaeWDhWzRxnwB4vSKJngxdLgi0PddkfurCvIFBmKTBfWONLeyDk5dxrvtCzdE4y96KzEQynk4/bbI5A==
16311631
dependencies:
16321632
it-peekable "^3.0.0"
16331633

16341634
it-merge@^3.0.0:
1635-
version "3.0.5"
1636-
resolved "https://registry.yarnpkg.com/it-merge/-/it-merge-3.0.5.tgz#2b0d1d07c825b9d20c4c2889aab8e07322fd803e"
1637-
integrity sha512-2l7+mPf85pyRF5pqi0dKcA54E5Jm/2FyY5GsOaN51Ta0ipC7YZ3szuAsH8wOoB6eKY4XsU4k2X+mzPmFBMayEA==
1635+
version "3.0.7"
1636+
resolved "https://registry.yarnpkg.com/it-merge/-/it-merge-3.0.7.tgz#cab7668d973d78c4d8d6848035ed0fe778bd7d55"
1637+
integrity sha512-4Jzk4ysLW9D6EP6tLCQF253X/ZLO/ELjG9S+Ax79Peo3GQvV4Czux8s3gFS3N/t7/mFhG17ouPvuwY9reFIf+w==
16381638
dependencies:
16391639
it-pushable "^3.2.3"
16401640

16411641
it-peekable@^3.0.0:
1642-
version "3.0.5"
1643-
resolved "https://registry.yarnpkg.com/it-peekable/-/it-peekable-3.0.5.tgz#63b0c750e27e2ba0c1db6d6a3496b7ef51a6547d"
1644-
integrity sha512-JWQOGMt6rKiPcY30zUVMR4g6YxkpueTwHVE7CMs/aGqCf4OydM6w+7ZM3PvmO1e0TocjuR4aL8xyZWR46cTqCQ==
1642+
version "3.0.6"
1643+
resolved "https://registry.yarnpkg.com/it-peekable/-/it-peekable-3.0.6.tgz#f84c81f4ee301048fbdf4a500b3a14a5cbb44cec"
1644+
integrity sha512-odk9wn8AwFQipy8+tFaZNRCM62riraKZJRysfbmOett9wgJumCwgZFzWUBUwMoiQapEcEVGwjDpMChZIi+zLuQ==
16451645

16461646
it-pipe@^3.0.1:
16471647
version "3.0.1"
@@ -2186,9 +2186,9 @@ stackback@0.0.2:
21862186
integrity sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==
21872187

21882188
starpc@^0.37.0:
2189-
version "0.37.0"
2190-
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.37.0.tgz#e211066611f1684855e3a26fe4e0527ba7985372"
2191-
integrity sha512-zXjl5cYISkL9b/ynHJaDqbenri7Cakmmgn7za2tW6+8uyrlMVLzYlsC/eUOxmn1uCtAopNB+DcXVBXgSsNnIQg==
2189+
version "0.37.1"
2190+
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.37.1.tgz#33b65de543c1fbb0d51ec0f95cf2ca064045327a"
2191+
integrity sha512-cXHjtvg05dNtplgaOn4gjLYznPqJyYMtR+zbx1jpxWT9Q3HhTztu1ODmsaAPisjTpbxBMB0rnr615sdV5PiCrw==
21922192
dependencies:
21932193
"@aptre/it-ws" "^1.0.1"
21942194
"@aptre/protobuf-es-lite" "^0.4.6"

0 commit comments

Comments
 (0)