From f0827a08225e146520cade30d638767da7d87f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 06:02:38 +0000 Subject: [PATCH] Update canvas requirement from ^2.10.0 to ^2.11.0 Updates the requirements on [canvas](https://github.com/Automattic/node-canvas) to permit the latest version. - [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.10.0...v2.11.0) --- updated-dependencies: - dependency-name: canvas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d64658c..d5f15906 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@sindresorhus/to-milliseconds": "^2.0.0", "badwords.js": "^0.1.6", "bombsweeper.js": "^1.0.1", - "canvas": "^2.10.0", + "canvas": "^2.11.0", "connect4-ai": "^0.1.3", "cpu-stat": "2.0.1", "croner": "^4.4.0",