build(deps): bump @roleypoly/rpc from 1.5.0 to 1.8.1 in /Server (#130)

Bumps [@roleypoly/rpc](https://github.com/roleypoly/rpc) from 1.5.0 to 1.8.1.
- [Release notes](https://github.com/roleypoly/rpc/releases)
- [Commits](https://github.com/roleypoly/rpc/compare/v1.5.0...v1.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-04 23:40:57 -04:00 committed by GitHub
parent 12806ab651
commit 5f38f3fbdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

View file

@ -242,12 +242,19 @@
}
},
"@roleypoly/rpc": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@roleypoly/rpc/-/rpc-1.5.0.tgz",
"integrity": "sha512-sbnEbiDHOAM0kJV5e6OE/1nirtjgDLlgngYLPnB3dvMefDo0o1BcT36aTm5TMn6Y1lX4ecjmfbeI37FOI7IEVQ==",
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/@roleypoly/rpc/-/rpc-1.8.1.tgz",
"integrity": "sha512-UIGWtf33aH6lnWISLNDzalZHBlDo7Z1u/2qRmi7sHc37tbRQqW2QeFQmPBxpiZFo+tLV4u5YZsWLVgrFtAoWZg==",
"requires": {
"@improbable-eng/grpc-web": "0.12.0",
"google-protobuf": "3.11.2"
"google-protobuf": "3.11.4"
},
"dependencies": {
"google-protobuf": {
"version": "3.11.4",
"resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.11.4.tgz",
"integrity": "sha512-lL6b04rDirurUBOgsY2+LalI6Evq8eH5TcNzi7TYQ3BsIWelT0KSOQSBsXuavEkNf+odQU6c0lgz3UsZXeNX9Q=="
}
}
},
"@types/color-name": {

View file

@ -11,7 +11,7 @@
},
"dependencies": {
"@improbable-eng/grpc-web-node-http-transport": "^0.12.0",
"@roleypoly/rpc": "^1.5.0",
"@roleypoly/rpc": "^1.8.1",
"chalk": "^3.0.0",
"dotenv": "^8.2.0",
"eslint": "^6.6.0",