chore(deps): bump puppeteer from 11.0.0 to 12.0.1 (#694)

This commit is contained in:
dependabot[bot]
2021-12-06 20:31:16 -05:00
committed by GitHub
parent 835a9e794f
commit b8e997b693
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -35,7 +35,7 @@
"open-graph-scraper": "^4.11.0",
"png-js": "^1.0.0",
"prismjs": "^1.25.0",
"puppeteer": "^11.0.0",
"puppeteer": "^12.0.1",
"purgecss": "^4.1.2",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.6.0",
@@ -3504,9 +3504,9 @@
}
},
"node_modules/devtools-protocol": {
"version": "0.0.901419",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.901419.tgz",
"integrity": "sha512-4INMPwNm9XRpBukhNbF7OB6fNTTCaI8pzy/fXg0xQzAy5h3zL1P8xT3QazgKqBrb/hAYwIBizqDBZ7GtJE74QQ=="
"version": "0.0.937139",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.937139.tgz",
"integrity": "sha512-daj+rzR3QSxsPRy5vjjthn58axO8c11j58uY0lG5vvlJk/EiOdCWOptGdkXDjtuRHr78emKq0udHCXM4trhoDQ=="
},
"node_modules/diff-sequences": {
"version": "27.4.0",
@@ -7879,13 +7879,13 @@
}
},
"node_modules/puppeteer": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-11.0.0.tgz",
"integrity": "sha512-6rPFqN1ABjn4shgOICGDBITTRV09EjXVqhDERBDKwCLz0UyBxeeBH6Ay0vQUJ84VACmlxwzOIzVEJXThcF3aNg==",
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-12.0.1.tgz",
"integrity": "sha512-YQ3GRiyZW0ddxTW+iiQcv2/8TT5c3+FcRUCg7F8q2gHqxd5akZN400VRXr9cHQKLWGukmJLDiE72MrcLK9tFHQ==",
"hasInstallScript": true,
"dependencies": {
"debug": "4.3.2",
"devtools-protocol": "0.0.901419",
"devtools-protocol": "0.0.937139",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.0",
"node-fetch": "2.6.5",
@@ -12696,9 +12696,9 @@
"dev": true
},
"devtools-protocol": {
"version": "0.0.901419",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.901419.tgz",
"integrity": "sha512-4INMPwNm9XRpBukhNbF7OB6fNTTCaI8pzy/fXg0xQzAy5h3zL1P8xT3QazgKqBrb/hAYwIBizqDBZ7GtJE74QQ=="
"version": "0.0.937139",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.937139.tgz",
"integrity": "sha512-daj+rzR3QSxsPRy5vjjthn58axO8c11j58uY0lG5vvlJk/EiOdCWOptGdkXDjtuRHr78emKq0udHCXM4trhoDQ=="
},
"diff-sequences": {
"version": "27.4.0",
@@ -16063,12 +16063,12 @@
}
},
"puppeteer": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-11.0.0.tgz",
"integrity": "sha512-6rPFqN1ABjn4shgOICGDBITTRV09EjXVqhDERBDKwCLz0UyBxeeBH6Ay0vQUJ84VACmlxwzOIzVEJXThcF3aNg==",
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-12.0.1.tgz",
"integrity": "sha512-YQ3GRiyZW0ddxTW+iiQcv2/8TT5c3+FcRUCg7F8q2gHqxd5akZN400VRXr9cHQKLWGukmJLDiE72MrcLK9tFHQ==",
"requires": {
"debug": "4.3.2",
"devtools-protocol": "0.0.901419",
"devtools-protocol": "0.0.937139",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.0",
"node-fetch": "2.6.5",

View File

@@ -51,7 +51,7 @@
"open-graph-scraper": "^4.11.0",
"png-js": "^1.0.0",
"prismjs": "^1.25.0",
"puppeteer": "^11.0.0",
"puppeteer": "^12.0.1",
"purgecss": "^4.1.2",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.6.0",