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

View File

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