Skip to content

Commit

Permalink
fix(deps): update dependency is-png to v2 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and fisker committed Apr 21, 2019
1 parent bb40453 commit ecc36a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"upng-js"
],
"dependencies": {
"is-png": "^1.1.0",
"is-png": "^2.0.0",
"upng-js": "^2.1.0"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2709,10 +2709,10 @@ is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:
dependencies:
isobject "^3.0.1"

is-png@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-png/-/is-png-1.1.0.tgz#d574b12bf275c0350455570b0e5b57ab062077ce"
integrity sha1-1XSxK/J1wDUEVVcLDltXqwYgd84=
is-png@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-png/-/is-png-2.0.0.tgz#ee8cbc9e9b050425cedeeb4a6fb74a649b0a4a8d"
integrity sha512-4KPGizaVGj2LK7xwJIz8o5B2ubu1D/vcQsgOGFEDlpcvgZHto4gBnyd0ig7Ws+67ixmwKoNmu0hYnpo6AaKb5g==

is-promise@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit ecc36a5

Please sign in to comment.