Skip to content

Commit

Permalink
chore: update starpc
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Apr 23, 2024
1 parent f79367c commit 0a0b70e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
},
"dependencies": {
"@bufbuild/protobuf": "^1.9.0",
"starpc": "^0.31.4"
"starpc": "^0.31.5"
}
}
13 changes: 6 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"@bufbuild/protobuf" "^1.9.0"
"@bufbuild/protoplugin" "1.9.0"

"@bufbuild/protoplugin@1.9.0":
"@bufbuild/protoplugin@1.9.0", "@bufbuild/protoplugin@^1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@bufbuild/protoplugin/-/protoplugin-1.9.0.tgz#a7f3ef12872c392abb38ba6de7639c5a633c0ec3"
integrity sha512-/mxMiGs5h78RUHT7v4+mv0Wt0gyRf/SOS5PLzKEg2sclEAlFPbXfZ8HjlvxJpXZP/YpP3HvsW/mil3E69G0mXg==
Expand Down Expand Up @@ -1776,14 +1776,13 @@ starpc@^0.31.1:
uint8arraylist "^2.4.7"
ws "^8.15.1"

starpc@^0.31.4:
version "0.31.4"
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.31.4.tgz#c1717be01406b6d57847588ae863f2fa1064d91a"
integrity sha512-WZ5JyEpSekBwVPbUPES4XGwcBxEispZTlNW2iAoFSAyksbQwPVFEOATa1YTTBkbGOKeyUcpleHkHcrwLUvRBUg==
starpc@^0.31.5:
version "0.31.5"
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.31.5.tgz#bca9886d5455cbac7d02b0230ba964a94bcc8dd3"
integrity sha512-dQ0U1ctpKd08bnGnboQ7UD1f4IfWXmhWzBU+hHkdGEeD725ra80RPS8vAQLhL8ziArMNbeoaiO1QjakoJ4ETFw==
dependencies:
"@aptre/it-ws" "^1.0.0"
"@bufbuild/protobuf" "^1.8.0"
"@bufbuild/protoplugin" "^1.8.0"
"@bufbuild/protoplugin" "^1.9.0"
"@chainsafe/libp2p-yamux" "^6.0.2"
"@libp2p/interface" "^1.1.3"
"@libp2p/logger" "^4.0.6"
Expand Down

0 comments on commit 0a0b70e

Please sign in to comment.