Skip to content

Commit

Permalink
fix(deps): update dependency terminal-image to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 10, 2020
1 parent 1bd400c commit 717489e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion commands/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"chrome-launcher": "0.13.1",
"import-cwd": "3.0.0",
"puppeteer-core": "1.20.0",
"terminal-image": "0.2.0",
"terminal-image": "1.0.0",
"mkdirp": "0.5.5"
},
"files": [
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4345,6 +4345,14 @@ chalk@^3.0.0:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chardet@^0.4.0:
version "0.4.2"
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
Expand Down Expand Up @@ -12000,13 +12008,13 @@ term-img@^4.1.0:
ansi-escapes "^4.1.0"
iterm2-version "^4.1.0"

terminal-image@0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/terminal-image/-/terminal-image-0.2.0.tgz#c0d94dd8eba295c22ba79cafbaef1c6914a4b81e"
integrity sha512-VghwOgzE9PFefbuXI1TwVRbjeqgdKylqzU5ivlYDmplLwgT2+yNG/vsEbGvy6R3dNMeQ8KzdCT4WemRmeKLdXg==
terminal-image@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/terminal-image/-/terminal-image-1.0.0.tgz#7eeae186e63e525e1d2264f9b6e3484cca3ae606"
integrity sha512-3VCkGUYWod7djtpVH1Tghoxtp+DJiFQ0dxieJe3jgw8ZERS4i2pjw6tG3dOVXZOjlC9USgsHmxC4jiSj89pm1g==
dependencies:
"@sindresorhus/jimp" "^0.3.0"
chalk "^2.4.2"
chalk "^4.0.0"
term-img "^4.1.0"

terser-webpack-plugin@^1.4.3:
Expand Down

0 comments on commit 717489e

Please sign in to comment.