From 09421aee119c30af556413e4adfb8dbd7440c55b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:05:14 +0000 Subject: [PATCH] Bump canvas from 2.11.2 to 3.0.0 Bumps [canvas](https://github.com/Automattic/node-canvas) from 2.11.2 to 3.0.0. - [Release notes](https://github.com/Automattic/node-canvas/releases) - [Changelog](https://github.com/Automattic/node-canvas/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/node-canvas/compare/v2.11.2...v3.0.0) --- updated-dependencies: - dependency-name: canvas dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17b3bf3..f3d2416 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Creepler13", "license": "ISC", "dependencies": { - "canvas": "^2.11.2", + "canvas": "^3.0.0", "child_process": "^1.0.2", "fs": "*" },