Skip to content

Commit f0942b1

Browse files
committed
chore: update deps
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent ce5507b commit f0942b1

File tree

6 files changed

+60
-50
lines changed

6 files changed

+60
-50
lines changed

bun.lock

Lines changed: 48 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ require (
77
github.com/aperturerobotics/cli v1.1.0
88
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260219012250-e75aa9f430a2 // master
99
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260219012250-c573f70e4509 // master
10+
github.com/aperturerobotics/go-websocket v1.8.15-0.20260228104546-35e37959349c // indirect
1011
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 // indirect
1112
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 // wasi
1213
github.com/aperturerobotics/protobuf-go-lite v0.12.2 // latest
13-
github.com/aperturerobotics/starpc v0.47.2-0.20260228105112-f1337c4314e9 // master
14+
github.com/aperturerobotics/starpc v0.48.0 // master
1415
github.com/aperturerobotics/util v1.32.4 // indirect
1516
)
1617

1718
require (
18-
github.com/aperturerobotics/go-websocket v1.8.15-0.20260228104546-35e37959349c // indirect
1919
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
2020
github.com/libp2p/go-yamux/v4 v4.0.2 // indirect
2121
github.com/pkg/errors v0.9.1 // indirect

go.mod.tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ require (
442442
github.com/sigstore/sigstore v1.10.4 // indirect
443443
github.com/sigstore/sigstore-go v1.1.4 // indirect
444444
github.com/sigstore/timestamp-authority/v2 v2.0.3 // indirect
445-
github.com/sirupsen/logrus v1.9.4 // indirect
445+
github.com/sirupsen/logrus v1.9.5-0.20260226151524-34027eac4204 // indirect
446446
github.com/sivchari/containedctx v1.0.3 // indirect
447447
github.com/skeema/knownhosts v1.3.1 // indirect
448448
github.com/slack-go/slack v0.17.3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 h1:4Dy3B
1414
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4/go.mod h1:tMgO7y6SJo/d9ZcvrpNqIQtdYT9de+QmYaHOZ4KnhOg=
1515
github.com/aperturerobotics/protobuf-go-lite v0.12.2 h1:ujwTKgpIYAVsv8VljB6PPMY5SI8i8m/NlIHAkkuxQcU=
1616
github.com/aperturerobotics/protobuf-go-lite v0.12.2/go.mod h1:lGH3s5ArCTXKI4wJdlNpaybUtwSjfAG0vdWjxOfMcF8=
17-
github.com/aperturerobotics/starpc v0.47.2-0.20260228105112-f1337c4314e9 h1:shNCGvi5ASsDxcc4i/fOAQXntmCSsBTjWUpOx+XOmc0=
18-
github.com/aperturerobotics/starpc v0.47.2-0.20260228105112-f1337c4314e9/go.mod h1:WQTxkj5kfUkEfG+ewFC7OggKqgKQkutL76vTTZeXCwM=
17+
github.com/aperturerobotics/starpc v0.48.0 h1:js2LVxnxR9wNblIU+Tyh8JnHg1hkgP7rcHY/+zWM0BA=
18+
github.com/aperturerobotics/starpc v0.48.0/go.mod h1:WQTxkj5kfUkEfG+ewFC7OggKqgKQkutL76vTTZeXCwM=
1919
github.com/aperturerobotics/util v1.32.4 h1:+f4rZuGC0AfgvA6bEwxSiW3Px9awyqr/CB2ltHyX4a8=
2020
github.com/aperturerobotics/util v1.32.4/go.mod h1:qfRZZUDn0sEfc43JRA6rKP8bwFxliqGqJZX+p1jeOnQ=
2121
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

go.sum.tools

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,8 +1133,8 @@ github.com/sigstore/sigstore/pkg/signature/kms/hashivault v1.10.3/go.mod h1:b2rV
11331133
github.com/sigstore/timestamp-authority/v2 v2.0.3 h1:sRyYNtdED/ttLCMdaYnwpf0zre1A9chvjTnCmWWxN8Y=
11341134
github.com/sigstore/timestamp-authority/v2 v2.0.3/go.mod h1:mDaHxkt3HmZYoIlwYj4QWo0RUr7VjYU52aVO5f5Qb3I=
11351135
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
1136-
github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w=
1137-
github.com/sirupsen/logrus v1.9.4/go.mod h1:ftWc9WdOfJ0a92nsE2jF5u5ZwH8Bv2zdeOC42RjbV2g=
1136+
github.com/sirupsen/logrus v1.9.5-0.20260226151524-34027eac4204 h1:YnveTg6h00DNa0rUaIImUk3icr3BIMedAbJparp1bVM=
1137+
github.com/sirupsen/logrus v1.9.5-0.20260226151524-34027eac4204/go.mod h1:FXZFonkDAnFozmO+5hGAFvB0Yg9/j2SIhA/QuIkP180=
11381138
github.com/sivchari/containedctx v1.0.3 h1:x+etemjbsh2fB5ewm5FeLNi5bUjK0V8n0RB+Wwfd0XE=
11391139
github.com/sivchari/containedctx v1.0.3/go.mod h1:c1RDvCbnJLtH4lLcYD/GqwiBSSf4F5Qk0xld2rBqzJ4=
11401140
github.com/skeema/knownhosts v1.3.1 h1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnBY8=

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,18 @@
7474
"@eslint/js": "^10.0.1",
7575
"depcheck": "^1.4.6",
7676
"prettier": "^3.4.2",
77-
"rimraf": "^6.0.1",
77+
"rimraf": "^6.1.3",
7878
"typescript": "^5.7.2"
7979
},
8080
"dependencies": {
8181
"@aptre/protobuf-es-lite": "^1.0.1",
82-
"@typescript-eslint/eslint-plugin": "^8.55.0",
83-
"@typescript-eslint/parser": "^8.55.0",
84-
"eslint": "^10.0.0",
82+
"@typescript-eslint/eslint-plugin": "^8.56.1",
83+
"@typescript-eslint/parser": "^8.56.1",
84+
"eslint": "^10.0.2",
8585
"eslint-config-prettier": "^10.0.0",
8686
"eslint-plugin-react-hooks": "^7.0.0",
8787
"eslint-plugin-unused-imports": "^4.4.1",
88-
"starpc": "^0.47.0",
88+
"starpc": "^0.48.0",
8989
"vitest": "^4.0.0"
9090
},
9191
"peerDependencies": {

0 commit comments

Comments
 (0)