Merge pull request #12614 from openlayers/dependabot/npm_and_yarn/puppeteer-10.2.0

Bump puppeteer from 10.1.0 to 10.2.0
This commit is contained in:
Andreas Hocevar
2021-08-09 14:21:16 +02:00
committed by GitHub
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -61,7 +61,7 @@
"pixelmatch": "^5.1.0",
"pngjs": "^6.0.0",
"proj4": "^2.7.5",
"puppeteer": "10.1.0",
"puppeteer": "10.2.0",
"rollup": "^2.42.3",
"rollup-plugin-terser": "^7.0.2",
"serve-static": "^1.14.0",
@@ -3757,9 +3757,9 @@
"dev": true
},
"node_modules/devtools-protocol": {
"version": "0.0.883894",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.883894.tgz",
"integrity": "sha512-33idhm54QJzf3Q7QofMgCvIVSd2o9H3kQPWaKT/fhoZh+digc+WSiMhbkeG3iN79WY4Hwr9G05NpbhEVrsOYAg==",
"version": "0.0.901419",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.901419.tgz",
"integrity": "sha512-4INMPwNm9XRpBukhNbF7OB6fNTTCaI8pzy/fXg0xQzAy5h3zL1P8xT3QazgKqBrb/hAYwIBizqDBZ7GtJE74QQ==",
"dev": true
},
"node_modules/di": {
@@ -8615,14 +8615,14 @@
}
},
"node_modules/puppeteer": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-10.1.0.tgz",
"integrity": "sha512-bsyDHbFBvbofZ63xqF7hMhuKBX1h4WsqFIAoh1GuHr/Y9cewh+EFNAOdqWSkQRHLiBU/MY6M+8PUnXXjAPtuSg==",
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-10.2.0.tgz",
"integrity": "sha512-OR2CCHRashF+f30+LBOtAjK6sNtz2HEyTr5FqAvhf8lR/qB3uBRoIZOwQKgwoyZnMBsxX7ZdazlyBgGjpnkiMw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
"debug": "4.3.1",
"devtools-protocol": "0.0.883894",
"devtools-protocol": "0.0.901419",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.0",
"node-fetch": "2.6.1",
@@ -14190,9 +14190,9 @@
"dev": true
},
"devtools-protocol": {
"version": "0.0.883894",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.883894.tgz",
"integrity": "sha512-33idhm54QJzf3Q7QofMgCvIVSd2o9H3kQPWaKT/fhoZh+digc+WSiMhbkeG3iN79WY4Hwr9G05NpbhEVrsOYAg==",
"version": "0.0.901419",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.901419.tgz",
"integrity": "sha512-4INMPwNm9XRpBukhNbF7OB6fNTTCaI8pzy/fXg0xQzAy5h3zL1P8xT3QazgKqBrb/hAYwIBizqDBZ7GtJE74QQ==",
"dev": true
},
"di": {
@@ -17926,13 +17926,13 @@
"dev": true
},
"puppeteer": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-10.1.0.tgz",
"integrity": "sha512-bsyDHbFBvbofZ63xqF7hMhuKBX1h4WsqFIAoh1GuHr/Y9cewh+EFNAOdqWSkQRHLiBU/MY6M+8PUnXXjAPtuSg==",
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-10.2.0.tgz",
"integrity": "sha512-OR2CCHRashF+f30+LBOtAjK6sNtz2HEyTr5FqAvhf8lR/qB3uBRoIZOwQKgwoyZnMBsxX7ZdazlyBgGjpnkiMw==",
"dev": true,
"requires": {
"debug": "4.3.1",
"devtools-protocol": "0.0.883894",
"devtools-protocol": "0.0.901419",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.0",
"node-fetch": "2.6.1",

View File

@@ -97,7 +97,7 @@
"pixelmatch": "^5.1.0",
"pngjs": "^6.0.0",
"proj4": "^2.7.5",
"puppeteer": "10.1.0",
"puppeteer": "10.2.0",
"rollup": "^2.42.3",
"rollup-plugin-terser": "^7.0.2",
"serve-static": "^1.14.0",