From a1965b56aed87d9562d422bf48f05d77e7a6e9f1 Mon Sep 17 00:00:00 2001 From: tetsuya-ki <64536338+tetsuya-ki@users.noreply.github.com> Date: Mon, 3 Feb 2025 13:26:36 +0900 Subject: [PATCH] fix #161 (#165) - upgrade canvas(2.11.2->3.0.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21025da..ec95952 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/twemoji-parser": "13.1.4", "@types/uuid": "9.0.7", "@types/ws": "8.5.10", - "canvas": "2.11.2", + "canvas": "3.0.0", "chalk": "5.3.0", "formdata-node": "6.0.3", "got": "14.0.0",