Update puppeteer to v2.1.0

This fixes the library not working on the latest versions of macOS
This commit is contained in:
Pedro Lopez
2020-02-02 13:53:33 -04:00
parent 7243240568
commit 8eb461ed32
2 changed files with 39 additions and 45 deletions

View File

@@ -27,6 +27,6 @@
"dependencies": {
"jsqr": "^1.2.0",
"moduleraid": "git+https://github.com/pixeldesu/moduleRaid.git",
"puppeteer": "^1.20.0"
"puppeteer": "^2.1.0"
}
}