chore(deps): bump puppeteer from 13.4.0 to 13.5.0 (#932) [skip ci]

This commit is contained in:
dependabot[bot]
2022-03-09 19:16:45 -05:00
committed by GitHub
parent f504ebeeae
commit b2e766ab97
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -36,7 +36,7 @@
"open-graph-scraper": "^4.11.0", "open-graph-scraper": "^4.11.0",
"png-js": "^1.0.0", "png-js": "^1.0.0",
"prismjs": "^1.27.0", "prismjs": "^1.27.0",
"puppeteer": "^13.4.0", "puppeteer": "^13.5.0",
"purgecss": "^4.1.3", "purgecss": "^4.1.3",
"rss-parser": "^3.12.0", "rss-parser": "^3.12.0",
"sanitize-html": "^2.7.0", "sanitize-html": "^2.7.0",
@@ -3630,9 +3630,9 @@
} }
}, },
"node_modules/devtools-protocol": { "node_modules/devtools-protocol": {
"version": "0.0.960912", "version": "0.0.969999",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.960912.tgz", "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.969999.tgz",
"integrity": "sha512-I3hWmV9rWHbdnUdmMKHF2NuYutIM2kXz2mdXW8ha7TbRlGTVs+PF+PsB5QWvpCek4Fy9B+msiispCfwlhG5Sqg==" "integrity": "sha512-6GfzuDWU0OFAuOvBokXpXPLxjOJ5DZ157Ue3sGQQM3LgAamb8m0R0ruSfN0DDu+XG5XJgT50i6zZ/0o8RglreQ=="
}, },
"node_modules/diff-sequences": { "node_modules/diff-sequences": {
"version": "27.5.0", "version": "27.5.0",
@@ -8141,14 +8141,14 @@
} }
}, },
"node_modules/puppeteer": { "node_modules/puppeteer": {
"version": "13.4.0", "version": "13.5.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-13.4.0.tgz", "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-13.5.0.tgz",
"integrity": "sha512-WrHtFF2WpYC6KWFP4OCPOHWCjW4f8tFk+FkYZeNQ8/lHn+asjXBEXiIWauune8CY2xIHBVExGas+WI6Ay8/MgQ==", "integrity": "sha512-raPr2YZ3RZLboGwt7jJgusJTBRDaVEUiPOSOWWFLV1oj07xqT5UqqbjmNXFXlMlkhF/NwmcEInW64VhvyllVdw==",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"cross-fetch": "3.1.5", "cross-fetch": "3.1.5",
"debug": "4.3.3", "debug": "4.3.3",
"devtools-protocol": "0.0.960912", "devtools-protocol": "0.0.969999",
"extract-zip": "2.0.1", "extract-zip": "2.0.1",
"https-proxy-agent": "5.0.0", "https-proxy-agent": "5.0.0",
"pkg-dir": "4.2.0", "pkg-dir": "4.2.0",
@@ -12974,9 +12974,9 @@
"dev": true "dev": true
}, },
"devtools-protocol": { "devtools-protocol": {
"version": "0.0.960912", "version": "0.0.969999",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.960912.tgz", "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.969999.tgz",
"integrity": "sha512-I3hWmV9rWHbdnUdmMKHF2NuYutIM2kXz2mdXW8ha7TbRlGTVs+PF+PsB5QWvpCek4Fy9B+msiispCfwlhG5Sqg==" "integrity": "sha512-6GfzuDWU0OFAuOvBokXpXPLxjOJ5DZ157Ue3sGQQM3LgAamb8m0R0ruSfN0DDu+XG5XJgT50i6zZ/0o8RglreQ=="
}, },
"diff-sequences": { "diff-sequences": {
"version": "27.5.0", "version": "27.5.0",
@@ -16437,13 +16437,13 @@
} }
}, },
"puppeteer": { "puppeteer": {
"version": "13.4.0", "version": "13.5.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-13.4.0.tgz", "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-13.5.0.tgz",
"integrity": "sha512-WrHtFF2WpYC6KWFP4OCPOHWCjW4f8tFk+FkYZeNQ8/lHn+asjXBEXiIWauune8CY2xIHBVExGas+WI6Ay8/MgQ==", "integrity": "sha512-raPr2YZ3RZLboGwt7jJgusJTBRDaVEUiPOSOWWFLV1oj07xqT5UqqbjmNXFXlMlkhF/NwmcEInW64VhvyllVdw==",
"requires": { "requires": {
"cross-fetch": "3.1.5", "cross-fetch": "3.1.5",
"debug": "4.3.3", "debug": "4.3.3",
"devtools-protocol": "0.0.960912", "devtools-protocol": "0.0.969999",
"extract-zip": "2.0.1", "extract-zip": "2.0.1",
"https-proxy-agent": "5.0.0", "https-proxy-agent": "5.0.0",
"pkg-dir": "4.2.0", "pkg-dir": "4.2.0",

View File

@@ -56,7 +56,7 @@
"open-graph-scraper": "^4.11.0", "open-graph-scraper": "^4.11.0",
"png-js": "^1.0.0", "png-js": "^1.0.0",
"prismjs": "^1.27.0", "prismjs": "^1.27.0",
"puppeteer": "^13.4.0", "puppeteer": "^13.5.0",
"purgecss": "^4.1.3", "purgecss": "^4.1.3",
"rss-parser": "^3.12.0", "rss-parser": "^3.12.0",
"sanitize-html": "^2.7.0", "sanitize-html": "^2.7.0",