deps: bump open-graph-scraper from 4.9.2 to 4.10.0 (#614) [skip ci]

This commit is contained in:
dependabot[bot]
2021-10-25 21:41:23 -04:00
committed by GitHub
parent b026f56e89
commit fcc35cd1e2
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -31,7 +31,7 @@
"minimatch": "^3.0.4",
"node-chartist": "^1.0.5",
"node-fetch": "^3.0.0",
"open-graph-scraper": "^4.9.2",
"open-graph-scraper": "^4.10.0",
"png-js": "^1.0.0",
"prismjs": "^1.25.0",
"puppeteer": "^10.4.0",
@@ -2861,9 +2861,9 @@
}
},
"node_modules/chardet": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/chardet/-/chardet-1.3.0.tgz",
"integrity": "sha512-cyTQGGptIjIT+CMGT5J/0l9c6Fb+565GCFjjeUTKxUO7w3oR+FcNCMEKTn5xtVKaLFmladN7QF68IiQsv5Fbdw=="
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/chardet/-/chardet-1.4.0.tgz",
"integrity": "sha512-NpwMDdSIprbYx1CLnfbxEIarI0Z+s9MssEgggMNheGM+WD68yOhV7IEA/3r6tr0yTRgQD0HuZJDw32s99i6L+A=="
},
"node_modules/chartist": {
"version": "0.11.4",
@@ -7248,11 +7248,11 @@
}
},
"node_modules/open-graph-scraper": {
"version": "4.9.2",
"resolved": "https://registry.npmjs.org/open-graph-scraper/-/open-graph-scraper-4.9.2.tgz",
"integrity": "sha512-OfqtHRd4UFU3PgHMlNBNkovDrtfuSCExTG0+OdFgvF8TfabnFJ3gyUMliVNeD3cobOZcIUhV8jRfKMg6eCDBmA==",
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/open-graph-scraper/-/open-graph-scraper-4.10.0.tgz",
"integrity": "sha512-9i1LuJc3G/vce85+3NOkta+Vp5V0aNGhZHHIu5l4cd9ml0ZPGu+gZcnEHbDxpDUXdvGofLqE6sCbP9fbUI6Rkg==",
"dependencies": {
"chardet": "^1.3.0",
"chardet": "^1.4.0",
"cheerio": "^1.0.0-rc.10",
"got": "^11.8.2",
"iconv-lite": "^0.6.3",
@@ -12128,9 +12128,9 @@
"dev": true
},
"chardet": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/chardet/-/chardet-1.3.0.tgz",
"integrity": "sha512-cyTQGGptIjIT+CMGT5J/0l9c6Fb+565GCFjjeUTKxUO7w3oR+FcNCMEKTn5xtVKaLFmladN7QF68IiQsv5Fbdw=="
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/chardet/-/chardet-1.4.0.tgz",
"integrity": "sha512-NpwMDdSIprbYx1CLnfbxEIarI0Z+s9MssEgggMNheGM+WD68yOhV7IEA/3r6tr0yTRgQD0HuZJDw32s99i6L+A=="
},
"chartist": {
"version": "0.11.4",
@@ -15495,11 +15495,11 @@
}
},
"open-graph-scraper": {
"version": "4.9.2",
"resolved": "https://registry.npmjs.org/open-graph-scraper/-/open-graph-scraper-4.9.2.tgz",
"integrity": "sha512-OfqtHRd4UFU3PgHMlNBNkovDrtfuSCExTG0+OdFgvF8TfabnFJ3gyUMliVNeD3cobOZcIUhV8jRfKMg6eCDBmA==",
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/open-graph-scraper/-/open-graph-scraper-4.10.0.tgz",
"integrity": "sha512-9i1LuJc3G/vce85+3NOkta+Vp5V0aNGhZHHIu5l4cd9ml0ZPGu+gZcnEHbDxpDUXdvGofLqE6sCbP9fbUI6Rkg==",
"requires": {
"chardet": "^1.3.0",
"chardet": "^1.4.0",
"cheerio": "^1.0.0-rc.10",
"got": "^11.8.2",
"iconv-lite": "^0.6.3",

View File

@@ -47,7 +47,7 @@
"minimatch": "^3.0.4",
"node-chartist": "^1.0.5",
"node-fetch": "^3.0.0",
"open-graph-scraper": "^4.9.2",
"open-graph-scraper": "^4.10.0",
"png-js": "^1.0.0",
"prismjs": "^1.25.0",
"puppeteer": "^10.4.0",