Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 24, 2024
1 parent bca6778 commit a70fcba
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/aperturerobotics/controllerbus v0.46.6 // latest
github.com/aperturerobotics/entitygraph v0.9.1 // latest
github.com/aperturerobotics/protobuf-go-lite v0.6.5 // latest
github.com/aperturerobotics/starpc v0.32.18 // latest
github.com/aperturerobotics/util v1.23.10 // master
github.com/aperturerobotics/starpc v0.33.0 // latest
github.com/aperturerobotics/util v1.24.0 // master
)

// aperture: use compatibility forks
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ github.com/aperturerobotics/quic-go v0.45.1-0.20240701204210-82dc570e7aa0 h1:KH1
github.com/aperturerobotics/quic-go v0.45.1-0.20240701204210-82dc570e7aa0/go.mod h1:X095EBMI8M7riYQRvUgegHFkEkgM2QKLvyGHyAcOw/Q=
github.com/aperturerobotics/starpc v0.32.18 h1:JDP1FPAjZPCKw7F71bNGTH1xP1kjzrqI3Z64wX7WSqQ=
github.com/aperturerobotics/starpc v0.32.18/go.mod h1:3Kyy2P5QDO+tGZ8i7mb3tri1it4dgiqoGng2TkTTURE=
github.com/aperturerobotics/starpc v0.33.0 h1:gCOPVcj4Zd/Dc66aGN/xNaWfMn9si1FXAgX7EjmcJZI=
github.com/aperturerobotics/starpc v0.33.0/go.mod h1:4IYcbulEzqhPT5jKaDeL1BJPFd8WVWZ7Ugu0/348/Is=
github.com/aperturerobotics/util v1.23.10 h1:igX3/8E6bCp9DSQApn+Kkz4MoltnsadiIgX2AWJ+mjM=
github.com/aperturerobotics/util v1.23.10/go.mod h1:QiSWcOha1HhCI4f48w6rd3gia9jIMGpfoeJiZMU+jLM=
github.com/aperturerobotics/util v1.24.0 h1:QIZ2Fr9H+pV9uYs7JHMQPL4+Lz/2BagdrQq09Kru3mQ=
github.com/aperturerobotics/util v1.24.0/go.mod h1:QiSWcOha1HhCI4f48w6rd3gia9jIMGpfoeJiZMU+jLM=
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@aptre/protobuf-es-lite": "^0.4.5",
"starpc": "^0.32.16"
"starpc": "^0.33.0"
},
"resolutions": {
"@aptre/protobuf-es-lite": "0.4.6"
Expand Down
25 changes: 22 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2414,6 +2414,25 @@ starpc@^0.32.16:
uint8arraylist "^2.4.7"
ws "^8.17.0"

starpc@^0.33.0:
version "0.33.0"
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.33.0.tgz#fe75909c8edbb95f26e0d828cf19b4533b73742c"
integrity sha512-FlycXuGZl2ABaMVMJ7pIytnvDX3pALUTHNK6jHcrLRQysLnSvfTUPnteTrb/PyzAvOiu36brGRCleFmknzaARA==
dependencies:
"@aptre/it-ws" "^1.0.1"
"@aptre/protobuf-es-lite" "^0.4.6"
"@chainsafe/libp2p-yamux" "^6.0.2"
"@libp2p/interface" "^1.3.1"
"@libp2p/logger" "^4.0.12"
event-iterator "^2.0.0"
isomorphic-ws "^5.0.0"
it-first "^3.0.6"
it-pipe "^3.0.1"
it-pushable "^3.2.3"
it-stream-types "^2.0.1"
uint8arraylist "^2.4.7"
ws "^8.17.0"

std-env@^3.7.0:
version "3.7.0"
resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.7.0.tgz#c9f7386ced6ecf13360b6c6c55b8aaa4ef7481d2"
Expand Down Expand Up @@ -2556,9 +2575,9 @@ type-fest@^0.20.2:
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==

typescript@^5.4.4:
version "5.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
version "5.5.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==

uint8-varint@^2.0.1, uint8-varint@^2.0.2:
version "2.0.4"
Expand Down

0 comments on commit a70fcba

Please sign in to comment.