From 5a5392f71a20c61407c6f1e44a85b427eb8f54ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Dec 2024 05:40:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db5e3d08a..58a6938f4 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@visx/shape": "^3.3.0", "@visx/tooltip": "^3.3.0", "bcrypt": "^5.1.1", - "canvas": "^2.11.2", + "canvas": "^3.0.0", "chardet": "^2.0.0", "colord": "^2.9.3", "core-js": "^3.32.2",