Skip to content

Commit

Permalink
Update dependencies incl puppeteer, should fix timeout issue (puppete…
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenwdv committed Sep 1, 2022
1 parent 3250877 commit 0d4b3c7
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 60 deletions.
115 changes: 59 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -32,16 +32,16 @@
"@types/stack-utils": "^2.0.1",
"eslint": "^8.22.0",
"pre-push": "^0.1.3",
"typescript": "^4.7.4"
"typescript": "^4.8.2"
},
"dependencies": {
"@duckduckgo/autoconsent": "^1.0.8",
"async": "^3.2.4",
"chalk": "^2.4.2",
"clickhouse": "^2.5.0",
"clickhouse": "^2.6.0",
"commander": "^4.1.1",
"progress": "^2.0.3",
"puppeteer": "^16.2.0",
"tldts": "^5.7.89"
"puppeteer": "^17.0.0",
"tldts": "^5.7.90"
}
}

0 comments on commit 0d4b3c7

Please sign in to comment.