mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
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:
parent
12806ab651
commit
5f38f3fbdb
2 changed files with 12 additions and 5 deletions
15
Server/package-lock.json
generated
15
Server/package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue