chore(deps): bump puppeteer from 17.0.0 to 17.1.1 (#1208) [skip ci]
This commit is contained in:
30
package-lock.json
generated
30
package-lock.json
generated
@@ -39,7 +39,7 @@
|
||||
"open-graph-scraper": "^4.11.1",
|
||||
"png-js": "^1.0.0",
|
||||
"prismjs": "^1.29.0",
|
||||
"puppeteer": "^17.0.0",
|
||||
"puppeteer": "^17.1.1",
|
||||
"purgecss": "^4.1.3",
|
||||
"rss-parser": "^3.12.0",
|
||||
"sanitize-html": "^2.7.1",
|
||||
@@ -4401,9 +4401,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/devtools-protocol": {
|
||||
"version": "0.0.1019158",
|
||||
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1019158.tgz",
|
||||
"integrity": "sha512-wvq+KscQ7/6spEV7czhnZc9RM/woz1AY+/Vpd8/h2HFMwJSdTliu7f/yr1A6vDdJfKICZsShqsYpEQbdhg8AFQ=="
|
||||
"version": "0.0.1036444",
|
||||
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1036444.tgz",
|
||||
"integrity": "sha512-0y4f/T8H9lsESV9kKP1HDUXgHxCdniFeJh6Erq+FbdOEvp/Ydp9t8kcAAM5gOd17pMrTDlFWntoHtzzeTUWKNw=="
|
||||
},
|
||||
"node_modules/diff-sequences": {
|
||||
"version": "29.0.0",
|
||||
@@ -8146,14 +8146,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/puppeteer": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-17.0.0.tgz",
|
||||
"integrity": "sha512-T2rdzlPxnPezF218kywFP3O+0YI5/8Kl8riNUicGb+KuMyDTrqRjhSOSDp6coQ1T4QYPBARTFp4EMBepMOzAQA==",
|
||||
"version": "17.1.1",
|
||||
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-17.1.1.tgz",
|
||||
"integrity": "sha512-sOq3+q4UpKmAl/LxGvraMVe9GnhDkmQLZrRkFswpWp46Vz3dv79LylMwebo047/xIc9dlOi9VMrNN5yLafCpGg==",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"cross-fetch": "3.1.5",
|
||||
"debug": "4.3.4",
|
||||
"devtools-protocol": "0.0.1019158",
|
||||
"devtools-protocol": "0.0.1036444",
|
||||
"extract-zip": "2.0.1",
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"progress": "2.0.3",
|
||||
@@ -13456,9 +13456,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"devtools-protocol": {
|
||||
"version": "0.0.1019158",
|
||||
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1019158.tgz",
|
||||
"integrity": "sha512-wvq+KscQ7/6spEV7czhnZc9RM/woz1AY+/Vpd8/h2HFMwJSdTliu7f/yr1A6vDdJfKICZsShqsYpEQbdhg8AFQ=="
|
||||
"version": "0.0.1036444",
|
||||
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1036444.tgz",
|
||||
"integrity": "sha512-0y4f/T8H9lsESV9kKP1HDUXgHxCdniFeJh6Erq+FbdOEvp/Ydp9t8kcAAM5gOd17pMrTDlFWntoHtzzeTUWKNw=="
|
||||
},
|
||||
"diff-sequences": {
|
||||
"version": "29.0.0",
|
||||
@@ -16247,13 +16247,13 @@
|
||||
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
|
||||
},
|
||||
"puppeteer": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-17.0.0.tgz",
|
||||
"integrity": "sha512-T2rdzlPxnPezF218kywFP3O+0YI5/8Kl8riNUicGb+KuMyDTrqRjhSOSDp6coQ1T4QYPBARTFp4EMBepMOzAQA==",
|
||||
"version": "17.1.1",
|
||||
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-17.1.1.tgz",
|
||||
"integrity": "sha512-sOq3+q4UpKmAl/LxGvraMVe9GnhDkmQLZrRkFswpWp46Vz3dv79LylMwebo047/xIc9dlOi9VMrNN5yLafCpGg==",
|
||||
"requires": {
|
||||
"cross-fetch": "3.1.5",
|
||||
"debug": "4.3.4",
|
||||
"devtools-protocol": "0.0.1019158",
|
||||
"devtools-protocol": "0.0.1036444",
|
||||
"extract-zip": "2.0.1",
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"progress": "2.0.3",
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"open-graph-scraper": "^4.11.1",
|
||||
"png-js": "^1.0.0",
|
||||
"prismjs": "^1.29.0",
|
||||
"puppeteer": "^17.0.0",
|
||||
"puppeteer": "^17.1.1",
|
||||
"purgecss": "^4.1.3",
|
||||
"rss-parser": "^3.12.0",
|
||||
"sanitize-html": "^2.7.1",
|
||||
|
||||
Reference in New Issue
Block a user