build(deps): bump @roleypoly/rpc from 1.5.0 to 1.7.0 in /Server

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-10 10:27:51 +00:00 committed by GitHub
parent cdcf5081d6
commit c36ce833c7
2 changed files with 12 additions and 5 deletions

View file

@ -277,12 +277,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.7.0",
"resolved": "https://registry.npmjs.org/@roleypoly/rpc/-/rpc-1.7.0.tgz",
"integrity": "sha512-rXTISSyldDgJKlXVJcLyRUioi6V3XZq45mdPVjf/2aKBwVlkTTgfeWEWnBDF1lBEx2vU9f4Ao8HrKLRzsIN9EQ==",
"requires": {
"@improbable-eng/grpc-web": "0.12.0",
"google-protobuf": "3.11.2"
"google-protobuf": "3.11.3"
},
"dependencies": {
"google-protobuf": {
"version": "3.11.3",
"resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.11.3.tgz",
"integrity": "sha512-Sp8E+0AJLxmiPwAk9VH3MkYAmYYheNUhywIyXOS7wvRkqbIYcHtGzJzIYicNqYsqgKmY35F9hxRkI+ZTqTB4Tg=="
}
}
},
"@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.7.0",
"chalk": "^3.0.0",
"dotenv": "^8.2.0",
"eslint": "^6.6.0",