Skip to content

Commit 1f6e887

Browse files
fix(deps): update all dependencies
1 parent 2191bc6 commit 1f6e887

File tree

3 files changed

+54
-53
lines changed

3 files changed

+54
-53
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.15.4 // latest
1616
github.com/aperturerobotics/goprotowrap v0.3.1 // latest
1717
github.com/aperturerobotics/protobuf-go-lite v0.8.0 // latest
18-
github.com/aperturerobotics/starpc v0.35.1 // latest
18+
github.com/aperturerobotics/starpc v0.35.2 // latest
1919
)
2020

2121
require (

tools/go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ github.com/aperturerobotics/protobuf-go-lite v0.8.0 h1:SoiTAVArmOrNTX31e6CC5Bem6
144144
github.com/aperturerobotics/protobuf-go-lite v0.8.0/go.mod h1:y49wVEezRHg78uQ2OzLLZbtTTWuox+ChmaTuh6FLJW8=
145145
github.com/aperturerobotics/starpc v0.35.1 h1:8P/5aMF8p+o2eyMqsuniK+u0HGZlWc21oImg90YKNQA=
146146
github.com/aperturerobotics/starpc v0.35.1/go.mod h1:8tpuRoTbAmm9pDuz6DLK1TBkvDN74CuZtrLHQQGlHmQ=
147+
github.com/aperturerobotics/starpc v0.35.2/go.mod h1:+pq40XoDNQWsoi2HECCXSyn9RvM/jdSa4BVbSIG+fYA=
147148
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
148149
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
149150
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=

yarn.lock

+52-52
Original file line numberDiff line numberDiff line change
@@ -644,84 +644,84 @@
644644
"@types/node" "*"
645645

646646
"@typescript-eslint/eslint-plugin@^8.2.0":
647-
version "8.12.1"
648-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.12.1.tgz#ea39bc3c1bf9828b01e35478daede2188b471b2e"
649-
integrity sha512-gNg/inLRcPoBsKKIe4Vv38SVSOhk4BKWNO0T56sVff33gRqtTpOsrhHtiOKD1lmIOmCtZMPaW2x/h2FlM+sCEg==
647+
version "8.12.2"
648+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.12.2.tgz#c2ef660bb83fd1432368319312a2581fc92ccac1"
649+
integrity sha512-gQxbxM8mcxBwaEmWdtLCIGLfixBMHhQjBqR8sVWNTPpcj45WlYL2IObS/DNMLH1DBP0n8qz+aiiLTGfopPEebw==
650650
dependencies:
651651
"@eslint-community/regexpp" "^4.10.0"
652-
"@typescript-eslint/scope-manager" "8.12.1"
653-
"@typescript-eslint/type-utils" "8.12.1"
654-
"@typescript-eslint/utils" "8.12.1"
655-
"@typescript-eslint/visitor-keys" "8.12.1"
652+
"@typescript-eslint/scope-manager" "8.12.2"
653+
"@typescript-eslint/type-utils" "8.12.2"
654+
"@typescript-eslint/utils" "8.12.2"
655+
"@typescript-eslint/visitor-keys" "8.12.2"
656656
graphemer "^1.4.0"
657657
ignore "^5.3.1"
658658
natural-compare "^1.4.0"
659659
ts-api-utils "^1.3.0"
660660

661661
"@typescript-eslint/parser@^8.2.0":
662-
version "8.12.1"
663-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.12.1.tgz#6ea637412d127eeb5726d89461ef47b152c568e7"
664-
integrity sha512-I/I9Bg7qFa8rOgBnUUHIWTgzbB5wVkSLX+04xGUzTcJUtdq/I2uHWR9mbW6qUYJG/UmkuDcTax5JHvoEWOAHOQ==
665-
dependencies:
666-
"@typescript-eslint/scope-manager" "8.12.1"
667-
"@typescript-eslint/types" "8.12.1"
668-
"@typescript-eslint/typescript-estree" "8.12.1"
669-
"@typescript-eslint/visitor-keys" "8.12.1"
662+
version "8.12.2"
663+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.12.2.tgz#2e8173b34e1685e918b2d571c16c906d3747bad2"
664+
integrity sha512-MrvlXNfGPLH3Z+r7Tk+Z5moZAc0dzdVjTgUgwsdGweH7lydysQsnSww3nAmsq8blFuRD5VRlAr9YdEFw3e6PBw==
665+
dependencies:
666+
"@typescript-eslint/scope-manager" "8.12.2"
667+
"@typescript-eslint/types" "8.12.2"
668+
"@typescript-eslint/typescript-estree" "8.12.2"
669+
"@typescript-eslint/visitor-keys" "8.12.2"
670670
debug "^4.3.4"
671671

672-
"@typescript-eslint/scope-manager@8.12.1":
673-
version "8.12.1"
674-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.12.1.tgz#8d1088d81786e46f714b8772c84500896899c25f"
675-
integrity sha512-bma6sD1iViTt+y9MAwDlBdPTMCqoH/BNdcQk4rKhIZWv3eM0xHmzeSrPJA663PAqFqfpOmtdugycpr0E1mZDVA==
672+
"@typescript-eslint/scope-manager@8.12.2":
673+
version "8.12.2"
674+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.12.2.tgz#6db0213745e6392c8e90fe9af5915e6da32eb94a"
675+
integrity sha512-gPLpLtrj9aMHOvxJkSbDBmbRuYdtiEbnvO25bCMza3DhMjTQw0u7Y1M+YR5JPbMsXXnSPuCf5hfq0nEkQDL/JQ==
676676
dependencies:
677-
"@typescript-eslint/types" "8.12.1"
678-
"@typescript-eslint/visitor-keys" "8.12.1"
677+
"@typescript-eslint/types" "8.12.2"
678+
"@typescript-eslint/visitor-keys" "8.12.2"
679679

680-
"@typescript-eslint/type-utils@8.12.1":
681-
version "8.12.1"
682-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.12.1.tgz#82f1c2d50e7f54e0cacde174aa397fd09946b574"
683-
integrity sha512-zJzrvbDVjIzVKV2TGHcjembEhws8RWXJhmqfO9hS2gRXBN0gDwGhRPEdJ6AZglzfJ+YA1q09EWpSLSXjBJpIMQ==
680+
"@typescript-eslint/type-utils@8.12.2":
681+
version "8.12.2"
682+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.12.2.tgz#132b0c52d45f6814e6f2e32416c7951ed480b016"
683+
integrity sha512-bwuU4TAogPI+1q/IJSKuD4shBLc/d2vGcRT588q+jzayQyjVK2X6v/fbR4InY2U2sgf8MEvVCqEWUzYzgBNcGQ==
684684
dependencies:
685-
"@typescript-eslint/typescript-estree" "8.12.1"
686-
"@typescript-eslint/utils" "8.12.1"
685+
"@typescript-eslint/typescript-estree" "8.12.2"
686+
"@typescript-eslint/utils" "8.12.2"
687687
debug "^4.3.4"
688688
ts-api-utils "^1.3.0"
689689

690-
"@typescript-eslint/types@8.12.1":
691-
version "8.12.1"
692-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.12.1.tgz#cb28d9575cf504fb297e49085c2e3f77a4e7b7e4"
693-
integrity sha512-anMS4es5lxBe4UVcDXOkcDb3csnm5BvaNIbOFfvy/pJEohorsggdVB8MFbl5EZiEuBnZZ0ei1z7W5b6FdFiV1Q==
690+
"@typescript-eslint/types@8.12.2":
691+
version "8.12.2"
692+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.12.2.tgz#8d70098c0e90442495b53d0296acdca6d0f3f73c"
693+
integrity sha512-VwDwMF1SZ7wPBUZwmMdnDJ6sIFk4K4s+ALKLP6aIQsISkPv8jhiw65sAK6SuWODN/ix+m+HgbYDkH+zLjrzvOA==
694694

695-
"@typescript-eslint/typescript-estree@8.12.1":
696-
version "8.12.1"
697-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.12.1.tgz#70ea0e0cf038017edd945c2b2bd568c4c81062eb"
698-
integrity sha512-k/o9khHOckPeDXilFTIPsP9iAYhhdMh3OsOL3i2072PNpFqhqzRHx472/0DeC8H/WZee3bZG0z2ddGRSPgeOKw==
695+
"@typescript-eslint/typescript-estree@8.12.2":
696+
version "8.12.2"
697+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.12.2.tgz#206df9b1cbff212aaa9401985ef99f04daa84da5"
698+
integrity sha512-mME5MDwGe30Pq9zKPvyduyU86PH7aixwqYR2grTglAdB+AN8xXQ1vFGpYaUSJ5o5P/5znsSBeNcs5g5/2aQwow==
699699
dependencies:
700-
"@typescript-eslint/types" "8.12.1"
701-
"@typescript-eslint/visitor-keys" "8.12.1"
700+
"@typescript-eslint/types" "8.12.2"
701+
"@typescript-eslint/visitor-keys" "8.12.2"
702702
debug "^4.3.4"
703703
fast-glob "^3.3.2"
704704
is-glob "^4.0.3"
705705
minimatch "^9.0.4"
706706
semver "^7.6.0"
707707
ts-api-utils "^1.3.0"
708708

709-
"@typescript-eslint/utils@8.12.1":
710-
version "8.12.1"
711-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.12.1.tgz#937e49cf1f9696afa9e78d6e652c6fca76e821b0"
712-
integrity sha512-sDv9yFHrhKe1WN8EYuzfhKCh/sFRupe9P+m/lZ5YgVvPoCUGHNN50IO4llSu7JAbftUM/QcCh+GeCortXPrBYQ==
709+
"@typescript-eslint/utils@8.12.2":
710+
version "8.12.2"
711+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.12.2.tgz#726cc9f49f5866605bd15bbc1768ffc15637930e"
712+
integrity sha512-UTTuDIX3fkfAz6iSVa5rTuSfWIYZ6ATtEocQ/umkRSyC9O919lbZ8dcH7mysshrCdrAM03skJOEYaBugxN+M6A==
713713
dependencies:
714714
"@eslint-community/eslint-utils" "^4.4.0"
715-
"@typescript-eslint/scope-manager" "8.12.1"
716-
"@typescript-eslint/types" "8.12.1"
717-
"@typescript-eslint/typescript-estree" "8.12.1"
715+
"@typescript-eslint/scope-manager" "8.12.2"
716+
"@typescript-eslint/types" "8.12.2"
717+
"@typescript-eslint/typescript-estree" "8.12.2"
718718

719-
"@typescript-eslint/visitor-keys@8.12.1":
720-
version "8.12.1"
721-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.12.1.tgz#d21e3c85732c4857aca9663abfade596b3f0f00d"
722-
integrity sha512-2RwdwnNGuOQKdGjuhujQHUqBZhEuodg2sLVPvOfWktvA9sOXOVqARjOyHSyhN2LiJGKxV6c8oOcmOtRcAnEeFw==
719+
"@typescript-eslint/visitor-keys@8.12.2":
720+
version "8.12.2"
721+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.12.2.tgz#94d7410f78eb6d134b9fcabaf1eeedb910ba8c38"
722+
integrity sha512-PChz8UaKQAVNHghsHcPyx1OMHoFRUEA7rJSK/mDhdq85bk+PLsUHUBqTQTFt18VJZbmxBovM65fezlheQRsSDA==
723723
dependencies:
724-
"@typescript-eslint/types" "8.12.1"
724+
"@typescript-eslint/types" "8.12.2"
725725
eslint-visitor-keys "^3.4.3"
726726

727727
"@typescript/vfs@^1.5.0":
@@ -2347,9 +2347,9 @@ stackback@0.0.2:
23472347
integrity sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==
23482348

23492349
starpc@^0.35.0:
2350-
version "0.35.1"
2351-
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.35.1.tgz#8a9e60560dc0af8f7a040f6c8eb02196a7c24e8b"
2352-
integrity sha512-cdIuyVZlj9q4gahJuoB109+1lnx4nzzBeqgVRQ4QO0DG+opdJ1Oopbn44WoWEJZjGmPLUwt7AI6BIhlkhsk9/w==
2350+
version "0.35.2"
2351+
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.35.2.tgz#4f5385fe2a36eb1c2c11e179ebc257213b7d0d7f"
2352+
integrity sha512-WeHEhnc6ADPDzxXZm96t0huN5q8Z471fCYYpMnvDHLIau25oyMnPedsD+/Wn8S+vqlZgCR6LXCFhCs1foBm9zw==
23532353
dependencies:
23542354
"@aptre/it-ws" "^1.0.1"
23552355
"@aptre/protobuf-es-lite" "^0.4.6"

0 commit comments

Comments
 (0)