fixed a badboy

This commit is contained in:
Nikolai Tschacher 2019-07-11 16:54:32 +02:00
parent baaff5824e
commit 1fc7f0d1c8
2 changed files with 5 additions and 4 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "se-scraper", "name": "se-scraper",
"version": "1.3.11", "version": "1.3.15",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -790,9 +790,9 @@
} }
}, },
"lodash": { "lodash": {
"version": "4.17.11", "version": "4.17.14",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw=="
}, },
"log-symbols": { "log-symbols": {
"version": "2.2.0", "version": "2.2.0",

View File

@ -24,6 +24,7 @@
"cheerio": "^1.0.0-rc.2", "cheerio": "^1.0.0-rc.2",
"debug": "^4.1.1", "debug": "^4.1.1",
"got": "^9.6.0", "got": "^9.6.0",
"lodash": "^4.17.14",
"proxy-chain": "^0.2.7", "proxy-chain": "^0.2.7",
"puppeteer": "^1.17.0", "puppeteer": "^1.17.0",
"puppeteer-cluster": "^0.13.0" "puppeteer-cluster": "^0.13.0"