From dc1f7ee45c3a5811e5ecaa0cc8c2724d56c420b6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 10:32:02 +0000 Subject: [PATCH] build(deps): bump @roleypoly/rpc in /Server Bumps [@roleypoly/rpc](https://github.com/roleypoly/rpc) from 3.0.0-alpha.12 to 3.0.0-alpha.13. - [Release notes](https://github.com/roleypoly/rpc/releases) - [Commits](https://github.com/roleypoly/rpc/commits) Signed-off-by: dependabot-preview[bot] --- Server/package-lock.json | 6 +++--- Server/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Server/package-lock.json b/Server/package-lock.json index 3f3f5de..6bda9d9 100644 --- a/Server/package-lock.json +++ b/Server/package-lock.json @@ -277,9 +277,9 @@ } }, "@roleypoly/rpc": { - "version": "3.0.0-alpha.12", - "resolved": "https://registry.npmjs.org/@roleypoly/rpc/-/rpc-3.0.0-alpha.12.tgz", - "integrity": "sha512-Tl7G/yGF/3FmoF3GoYFZ2JdpSH7Fv5NGGbDB7KbVum+GOmnIoG7D8ETUb5Ge2YHpTYLoJSAmVhDGiuI8o3QC6A==", + "version": "3.0.0-alpha.13", + "resolved": "https://registry.npmjs.org/@roleypoly/rpc/-/rpc-3.0.0-alpha.13.tgz", + "integrity": "sha512-zlQ/zW0/w7116wDxgN3d0SNiieRxZqW1GKxzEuObvsrpn/lIbXSVqE0RZWjWqAc5Cr9LYj/qvXLc0H6aa6l6VA==", "requires": { "@improbable-eng/grpc-web": "0.11.0", "google-protobuf": "3.10.0" diff --git a/Server/package.json b/Server/package.json index 5e60f90..dc784ee 100644 --- a/Server/package.json +++ b/Server/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@discordjs/uws": "^10.149.0", - "@roleypoly/rpc": "^3.0.0-alpha.12", + "@roleypoly/rpc": "^3.0.0-alpha.13", "chalk": "^3.0.0", "discord.js": "^11.5.1", "dotenv": "^8.2.0",