From ced7844f8cbe10c726c270b49915d306d0a387a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 19:11:57 +0000 Subject: [PATCH] chore: bump canvas from 2.9.3 to 2.10.0 in /site 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](https://github.com/Automattic/node-canvas/compare/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] --- site/package.json | 2 +- site/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package.json b/site/package.json index f79caaaf2a969..4b9660a1abfc5 100644 --- a/site/package.json +++ b/site/package.json @@ -89,7 +89,7 @@ "@typescript-eslint/eslint-plugin": "5.36.1", "@typescript-eslint/parser": "5.31.0", "@xstate/cli": "0.3.0", - "canvas": "^2.9.3", + "canvas": "^2.10.0", "chromatic": "6.9.0", "copy-webpack-plugin": "10.2.4", "css-loader": "6.7.1", diff --git a/site/yarn.lock b/site/yarn.lock index f1218fa83ae3e..f8bac59fdda7f 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -5328,10 +5328,10 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001304, can resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001387.tgz#90d2b9bdfcc3ab9a5b9addee00a25ef86c9e2e1e" integrity sha512-fKDH0F1KOJvR+mWSOvhj8lVRr/Q/mc5u5nabU2vi1/sgvlSqEsE8dOq0Hy/BqVbDkCYQPRRHB1WRjW6PGB/7PA== -canvas@^2.9.3: - version "2.9.3" - resolved "https://registry.yarnpkg.com/canvas/-/canvas-2.9.3.tgz#8723c4f970442d4cdcedba5221579f9660a58bdb" - integrity sha512-WOUM7ghii5TV2rbhaZkh1youv/vW1/Canev6Yx6BG2W+1S07w8jKZqKkPnbiPpQEDsnJdN8ouDd7OvQEGXDcUw== +canvas@^2.10.0: + version "2.10.0" + resolved "https://registry.yarnpkg.com/canvas/-/canvas-2.10.0.tgz#5f48c8d1ff86c96356809097020336c3a1ccce27" + integrity sha512-A0RPxLcH0pPKAY2VN243LdCNcOJXAT8n7nJnN7TZMGv9OuF8we9wfpWgVT/eFMzi+cDYf/384w4BpfjGCD9aKQ== dependencies: "@mapbox/node-pre-gyp" "^1.0.0" nan "^2.15.0"