From 9215229ed1a7de037f7fd30734e5e64058ac2a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 24 Oct 2018 07:00:06 -0400 Subject: [PATCH] Update @discordjs/uws requirement from ^10.149.0 to ^11.149.0 (#20) Updates the requirements on [@discordjs/uws](https://github.com/discordjs/uws) to permit the latest version. - [Release notes](https://github.com/discordjs/uws/releases) - [Commits](https://github.com/discordjs/uws/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb2b55a0..9b81ce0c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "node": ">=10" }, "dependencies": { - "@discordjs/uws": "^10.149.0", + "@discordjs/uws": "^11.149.0", "canvas": "^2.0.1", "cheerio": "^1.0.0-rc.2", "common-tags": "^1.8.0",