From 87be2be4a5fb5bcd48ca68896b74243b5c850324 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jan 2026 13:25:19 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3abbc18..d359bea 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "body-parser": "^1.19.0", "body-parser-xml": "^2.0.3", "bufferutil": "^4.0.3", - "canvas": "^2.8.0", + "canvas": "^3.0.0", "chalk": "^4.1.1", "cheerio": "*", "discord-buttons": "github:AngeloCore/discord-buttons", @@ -41,7 +41,7 @@ "libsodium-wrappers": "^0.7.9", "mongoose": "^5.12.12", "node-fetch": "^3.1.1", - "node-gyp": "^8.1.0", + "node-gyp": "^11.0.0", "os-utils": "0.0.14", "rebuild": "^0.1.2", "rss-parser": "^3.12.0",