Merge pull request #11689 from openlayers/dependabot/npm_and_yarn/pngjs-6.0.0

Bump pngjs from 5.0.0 to 6.0.0
This commit is contained in:
Tim Schaub
2020-10-28 06:47:23 -06:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -10878,9 +10878,9 @@
}
},
"pngjs": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz",
"integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-6.0.0.tgz",
"integrity": "sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==",
"dev": true
},
"portfinder": {

View File

@@ -87,7 +87,7 @@
"marked": "1.2.2",
"mocha": "8.2.0",
"pixelmatch": "^5.1.0",
"pngjs": "^5.0.0",
"pngjs": "^6.0.0",
"proj4": "2.6.2",
"puppeteer": "5.4.0",
"rollup": "^2.1.0",