Bump puppeteer from 10.1.0 to 10.2.0 (#463) [skip ci]

This commit is contained in:
dependabot[bot]
2021-08-09 21:35:57 +02:00
committed by GitHub
parent 6d5395a2bf
commit c35e17cedf
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -34,7 +34,7 @@
"open-graph-scraper": "^4.9.0",
"png-js": "^1.0.0",
"prismjs": "^1.24.1",
"puppeteer": "^10.1.0",
"puppeteer": "^10.2.0",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.4.0",
"simple-git": "^2.42.0",
@@ -3502,9 +3502,9 @@
}
},
"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=="
},
"node_modules/diff-sequences": {
"version": "27.0.1",
@@ -7826,13 +7826,13 @@
}
},
"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==",
"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",
@@ -12700,9 +12700,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=="
},
"diff-sequences": {
"version": "27.0.1",
@@ -16055,12 +16055,12 @@
}
},
"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==",
"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

@@ -50,7 +50,7 @@
"open-graph-scraper": "^4.9.0",
"png-js": "^1.0.0",
"prismjs": "^1.24.1",
"puppeteer": "^10.1.0",
"puppeteer": "^10.2.0",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.4.0",
"simple-git": "^2.42.0",