From fb21a33475ac529ba576583c9908e05f12d221d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:04:26 +0000 Subject: [PATCH] deps(deps): bump canvas from 3.2.0 to 3.2.2 Bumps [canvas](https://github.com/Automattic/node-canvas) from 3.2.0 to 3.2.2. - [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/v3.2.0...v3.2.2) --- updated-dependencies: - dependency-name: canvas dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02df5f6..c3a3b12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@supabase/supabase-js": "^2.87.1", "bad-words": "^4.0.0", "body-parser": "^2.2.0", - "canvas": "^3.2.0", + "canvas": "^3.2.2", "canvas-confetti": "^1.9.4", "cors": "^2.8.5", "date-fns": "^4.1.0", @@ -2163,9 +2163,9 @@ "license": "CC-BY-4.0" }, "node_modules/canvas": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/canvas/-/canvas-3.2.0.tgz", - "integrity": "sha512-jk0GxrLtUEmW/TmFsk2WghvgHe8B0pxGilqCL21y8lHkPUGa6FTsnCNtHPOzT8O3y+N+m3espawV80bbBlgfTA==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/canvas/-/canvas-3.2.2.tgz", + "integrity": "sha512-duEt4h1HHu9sJZyVKfLRXR6tsKPY7cEELzxSRJkwddOXYvQT3P/+es98SV384JA0zMOZ5s+9gatnGfM6sL4Drg==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1089b27..8372e5d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@supabase/supabase-js": "^2.87.1", "bad-words": "^4.0.0", "body-parser": "^2.2.0", - "canvas": "^3.2.0", + "canvas": "^3.2.2", "canvas-confetti": "^1.9.4", "cors": "^2.8.5", "date-fns": "^4.1.0",