chore(deps): bump puppeteer from 13.0.0 to 13.1.1 (#807) [skip ci]

This commit is contained in:
dependabot[bot]
2022-01-25 13:50:19 -05:00
committed by GitHub
parent 6a728549c5
commit 596fe66f33
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.26.0",
"puppeteer": "^13.0.0",
"puppeteer": "^13.1.1",
"purgecss": "^4.1.2",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.6.0",
@@ -3519,9 +3519,9 @@
}
},
"node_modules/devtools-protocol": {
"version": "0.0.937139",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.937139.tgz",
"integrity": "sha512-daj+rzR3QSxsPRy5vjjthn58axO8c11j58uY0lG5vvlJk/EiOdCWOptGdkXDjtuRHr78emKq0udHCXM4trhoDQ=="
"version": "0.0.948846",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.948846.tgz",
"integrity": "sha512-5fGyt9xmMqUl2VI7+rnUkKCiAQIpLns8sfQtTENy5L70ktbNw0Z3TFJ1JoFNYdx/jffz4YXU45VF75wKZD7sZQ=="
},
"node_modules/diff-sequences": {
"version": "27.4.0",
@@ -7911,13 +7911,13 @@
}
},
"node_modules/puppeteer": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-13.0.0.tgz",
"integrity": "sha512-kZfGAieIVSo4bFqYuvY2KvhgP9txzmPbbnpZIzLlfdt8nEu9evXEwsbBt1BHocVQM4fJmCiS+FRyw7c8aWadNg==",
"version": "13.1.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-13.1.1.tgz",
"integrity": "sha512-GwdFy1JQ43Hhxj6MraXme+XfCX2CKe18MuwToXTMEAk0txg6vUEgwqBnzErTTqDVZ7sWYrDtDaRCfD2y7ZwgGw==",
"hasInstallScript": true,
"dependencies": {
"debug": "4.3.2",
"devtools-protocol": "0.0.937139",
"devtools-protocol": "0.0.948846",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.0",
"node-fetch": "2.6.5",
@@ -12753,9 +12753,9 @@
"dev": true
},
"devtools-protocol": {
"version": "0.0.937139",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.937139.tgz",
"integrity": "sha512-daj+rzR3QSxsPRy5vjjthn58axO8c11j58uY0lG5vvlJk/EiOdCWOptGdkXDjtuRHr78emKq0udHCXM4trhoDQ=="
"version": "0.0.948846",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.948846.tgz",
"integrity": "sha512-5fGyt9xmMqUl2VI7+rnUkKCiAQIpLns8sfQtTENy5L70ktbNw0Z3TFJ1JoFNYdx/jffz4YXU45VF75wKZD7sZQ=="
},
"diff-sequences": {
"version": "27.4.0",
@@ -16116,12 +16116,12 @@
}
},
"puppeteer": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-13.0.0.tgz",
"integrity": "sha512-kZfGAieIVSo4bFqYuvY2KvhgP9txzmPbbnpZIzLlfdt8nEu9evXEwsbBt1BHocVQM4fJmCiS+FRyw7c8aWadNg==",
"version": "13.1.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-13.1.1.tgz",
"integrity": "sha512-GwdFy1JQ43Hhxj6MraXme+XfCX2CKe18MuwToXTMEAk0txg6vUEgwqBnzErTTqDVZ7sWYrDtDaRCfD2y7ZwgGw==",
"requires": {
"debug": "4.3.2",
"devtools-protocol": "0.0.937139",
"devtools-protocol": "0.0.948846",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.0",
"node-fetch": "2.6.5",

View File

@@ -52,7 +52,7 @@
"open-graph-scraper": "^4.11.0",
"png-js": "^1.0.0",
"prismjs": "^1.26.0",
"puppeteer": "^13.0.0",
"puppeteer": "^13.1.1",
"purgecss": "^4.1.2",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.6.0",