From 637de30dd46362aff2b06b3705c5244724006d76 Mon Sep 17 00:00:00 2001 From: tetsuya-ki <64536338+tetsuya-ki@users.noreply.github.com> Date: Sun, 2 Feb 2025 16:29:06 +0900 Subject: [PATCH] fix #161 - 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",