Merge pull request #326 from LiveSplit/dependabot/npm_and_yarn/pngjs-5.0.0

Bump pngjs from 4.0.0 to 5.0.0
This commit is contained in:
Christopher Serr
2020-04-17 12:12:31 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -8601,9 +8601,9 @@
}
},
"pngjs": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-4.0.0.tgz",
"integrity": "sha512-607/ROF2oFEQoL+cQD894iYHdZhXWB8lISaR4MWI8VUgHPViC7FODcIySWCdnkkdrVD4YrfVU8Rmd6ZlMkq8Pw==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz",
"integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==",
"dev": true
},
"portfinder": {
+1 -1
View File
@@ -51,7 +51,7 @@
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"pixelmatch": "^5.1.0",
"pngjs": "^4.0.0",
"pngjs": "^5.0.0",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"selenium-webdriver": "^4.0.0-alpha.7",