From 2e454700a9032ae3c1b6a13a44310e33657c939d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:17:22 +0000 Subject: [PATCH] Bump canvas from 2.11.2 to 3.1.0 Bumps [canvas](https://github.com/Automattic/node-canvas) from 2.11.2 to 3.1.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.1.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 aec59194..d0f7e448 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@types/gl-shader": "^4.2.5", "@types/lodash-es": "^4.17.12", "@types/ndarray": "^1.0.14", - "canvas": "^2.11.2", + "canvas": "^3.1.0", "compare-versions": "^6.1.0", "execa": "^9.5.2", "fabric": "^6.5.4",