From 9efb79ba89c12a0e8ff6f6d73f9b577f3d997c85 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 4 Aug 2019 16:31:25 -0400 Subject: [PATCH] Attempt to fix canvas failures --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e62a614..f4c9fc93 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "node": ">=12" }, "dependencies": { - "canvas": "^2.5.0", + "canvas": "^2.6.0", "cheerio": "^1.0.0-rc.3", "common-tags": "^1.8.0", "custom-translate": "^2.2.8",