mirror of
https://github.com/astefanutti/decktape.git
synced 2024-12-02 14:49:58 +03:00
Pin puppeteer-core to version 1.19.0
This commit is contained in:
parent
c25dc8f322
commit
a12c40eb1c
15
npm-shrinkwrap.json
generated
15
npm-shrinkwrap.json
generated
@ -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",
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user