From 0f06e66354eaea25a23c9864681b3a2d43259569 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jan 2026 11:16:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 029e91c..f30262f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "canvas": "^2.9.3", + "canvas": "^3.0.0", "ejs": "^3.1.8", "express": "^4.18.1", "html-docx-js": "^0.3.1",