Pin puppeteer-core to version 1.19.0

This commit is contained in:
Antonin Stefanutti 2019-11-03 12:38:20 +01:00
parent c25dc8f322
commit a12c40eb1c
No known key found for this signature in database
GPG Key ID: 451D46E2047E7837
2 changed files with 17 additions and 1 deletions

15
npm-shrinkwrap.json generated
View File

@ -711,6 +711,21 @@
"ws": "^6.1.0"
}
},
"puppeteer-core": {
"version": "1.19.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-1.19.0.tgz",
"integrity": "sha512-ZPbbjUymorIJomHBvdZX5+2gciUmQtAdepCrkweHH6rMJr96xd/dXzHgmYEOBMatH44SmJrcMtWkgsLHJqT89g==",
"requires": {
"debug": "^4.1.0",
"extract-zip": "^1.6.6",
"https-proxy-agent": "^2.2.1",
"mime": "^2.0.3",
"progress": "^2.0.1",
"proxy-from-env": "^1.0.0",
"rimraf": "^2.6.1",
"ws": "^6.1.0"
}
},
"readable-stream": {
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",

View File

@ -23,7 +23,8 @@
"chalk": "^2.1.0",
"fonteditor-core": "^2.0.5",
"hummus": "^1.0.104",
"puppeteer": "~1.19.0",
"puppeteer": "1.19.0",
"puppeteer-core": "1.19.0",
"urijs": "^1.18.12"
},
"engines": {