Skip to content

Commit

Permalink
Upgrade: Bump canvas from 2.4.1 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [canvas](https://github.com/Automattic/node-canvas) from 2.4.1 to 2.5.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.4.1...v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support authored and dependabot[bot] committed May 7, 2019
1 parent 0d53ac5 commit 7106e38
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/connector-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"extends": "../../.nycrc"
},
"optionalDependencies": {
"canvas": "^2.4.1"
"canvas": "^2.5.0"
},
"peerDependencies": {
"hint": "^4.5.0"
Expand Down
22 changes: 16 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3047,13 +3047,14 @@ caniuse-lite@^1.0.30000963:
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000963.tgz#5be481d5292f22aff5ee0db4a6c049b65b5798b1"
integrity sha512-n4HUiullc7Lw0LyzpeLa2ffP8KxFBGdxqD/8G3bSL6oB758hZ2UE2CVK+tQN958tJIi0/tfpjAc67aAtoHgnrQ==

canvas@^2.0.1, canvas@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/canvas/-/canvas-2.4.1.tgz#d3b40efc7c281006ca0ff9cc854aaa8b82abec7a"
integrity sha512-SaFomFqDuuuSTScTHQ7nXc5ea71Ieb8ctvwXjR7vzLsBMfp3euTv2xsTY70zIoC5r4sSQZYXv6tiHiORJ4y1vg==
canvas@^2.0.1, canvas@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/canvas/-/canvas-2.5.0.tgz#cf0ef59d4790575689c0d50e59c7b8023a11f38a"
integrity sha512-wwRz2cLMgb9d+rnotOJCoc04Bzj3aJMpWc6JxAD6lP7bYz0ldcn0sKddoZ0vhD5T8HBxrK+XmRDJb68/2VqARw==
dependencies:
nan "^2.12.1"
nan "^2.13.2"
node-pre-gyp "^0.11.0"
simple-get "^3.0.3"

capture-stack-trace@^1.0.0:
version "1.0.1"
Expand Down Expand Up @@ -8668,7 +8669,7 @@ mz@2.7.0:
object-assign "^4.0.1"
thenify-all "^1.0.0"

nan@^2.10.0, nan@^2.12.1, nan@^2.13.2, nan@^2.9.2:
nan@^2.10.0, nan@^2.13.2, nan@^2.9.2:
version "2.13.2"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.13.2.tgz#f51dc7ae66ba7d5d55e1e6d4d8092e802c9aefe7"
integrity sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw==
Expand Down Expand Up @@ -11285,6 +11286,15 @@ simple-get@^2.7.0:
once "^1.3.1"
simple-concat "^1.0.0"

simple-get@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-3.0.3.tgz#924528ac3f9d7718ce5e9ec1b1a69c0be4d62efa"
integrity sha512-Wvre/Jq5vgoz31Z9stYWPLn0PqRqmBDpFSdypAnHu5AvRVCYPRYGnvryNLiXu8GOBNDH82J2FRHUGMjjHUpXFw==
dependencies:
decompress-response "^3.3.0"
once "^1.3.1"
simple-concat "^1.0.0"

simple-swizzle@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
Expand Down

0 comments on commit 7106e38

Please sign in to comment.