From 4d623ab8e2b3dcc8536336caba88e0c9ee01f166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:05:25 +0000 Subject: [PATCH] Bump canvas from 2.11.2 to 3.0.1 Bumps [canvas](https://github.com/Automattic/node-canvas) from 2.11.2 to 3.0.1. - [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.1) --- updated-dependencies: - dependency-name: canvas dependency-type: direct:development 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 4a7696a0..07d4a5c7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "devDependencies": { "assert": "^2.0.0", "buffer": "^6.0.3", - "canvas": "^2.6.1", + "canvas": "^3.0.1", "fs-extra": "^11.0.0", "jest": "^27.0.4", "jest-puppeteer": "^6.0.0",