Skip to content

Commit 5301d36

Browse files
chore: bump canvas from 2.9.3 to 2.10.0 in /site (#3904)
Bumps [canvas](https://github.com/Automattic/node-canvas) from 2.9.3 to 2.10.0. - [Release notes](https://github.com/Automattic/node-canvas/releases) - [Changelog](https://github.com/Automattic/node-canvas/blob/master/CHANGELOG.md) - [Commits](Automattic/node-canvas@v2.9.3...v2.10.0) --- updated-dependencies: - dependency-name: canvas dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f5ba90b commit 5301d36

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@typescript-eslint/eslint-plugin": "5.36.1",
9090
"@typescript-eslint/parser": "5.31.0",
9191
"@xstate/cli": "0.3.0",
92-
"canvas": "^2.9.3",
92+
"canvas": "^2.10.0",
9393
"chromatic": "6.9.0",
9494
"copy-webpack-plugin": "10.2.4",
9595
"css-loader": "6.7.1",

site/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5328,10 +5328,10 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001304, can
53285328
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001387.tgz#90d2b9bdfcc3ab9a5b9addee00a25ef86c9e2e1e"
53295329
integrity sha512-fKDH0F1KOJvR+mWSOvhj8lVRr/Q/mc5u5nabU2vi1/sgvlSqEsE8dOq0Hy/BqVbDkCYQPRRHB1WRjW6PGB/7PA==
53305330

5331-
canvas@^2.9.3:
5332-
version "2.9.3"
5333-
resolved "https://registry.yarnpkg.com/canvas/-/canvas-2.9.3.tgz#8723c4f970442d4cdcedba5221579f9660a58bdb"
5334-
integrity sha512-WOUM7ghii5TV2rbhaZkh1youv/vW1/Canev6Yx6BG2W+1S07w8jKZqKkPnbiPpQEDsnJdN8ouDd7OvQEGXDcUw==
5331+
canvas@^2.10.0:
5332+
version "2.10.0"
5333+
resolved "https://registry.yarnpkg.com/canvas/-/canvas-2.10.0.tgz#5f48c8d1ff86c96356809097020336c3a1ccce27"
5334+
integrity sha512-A0RPxLcH0pPKAY2VN243LdCNcOJXAT8n7nJnN7TZMGv9OuF8we9wfpWgVT/eFMzi+cDYf/384w4BpfjGCD9aKQ==
53355335
dependencies:
53365336
"@mapbox/node-pre-gyp" "^1.0.0"
53375337
nan "^2.15.0"

0 commit comments

Comments
 (0)