Skip to content

Commit

Permalink
chore(deps): update dependency puppeteer to v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 23, 2020
1 parent 719c6b0 commit 3129d57
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -65,7 +65,7 @@
"lodash": "4.17.20",
"mocha": "8.2.0",
"mocha-lcov-reporter": "1.3.0",
"puppeteer": "5.3.1",
"puppeteer": "5.4.0",
"rollup": "2.32.1",
"rollup-plugin-filesize": "9.0.2",
"rollup-plugin-istanbul": "2.0.1",
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Expand Up @@ -1354,10 +1354,10 @@ detect-indent@^4.0.0:
dependencies:
repeating "^2.0.0"

devtools-protocol@0.0.799653:
version "0.0.799653"
resolved "https://registry.npm.taobao.org/devtools-protocol/download/devtools-protocol-0.0.799653.tgz#86fc95ce5bf4fdf4b77a58047ba9d2301078f119"
integrity sha1-hvyVzlv0/fS3elgEe6nSMBB48Rk=
devtools-protocol@0.0.809251:
version "0.0.809251"
resolved "https://registry.npm.taobao.org/devtools-protocol/download/devtools-protocol-0.0.809251.tgz#300b3366be107d5c46114ecb85274173e3999518"
integrity sha1-MAszZr4QfVxGEU7LhSdBc+OZlRg=

dezalgo@^1.0.0:
version "1.0.3"
Expand Down Expand Up @@ -3262,6 +3262,11 @@ nise@^4.0.4:
just-extend "^4.0.2"
path-to-regexp "^1.7.0"

node-fetch@^2.6.1:
version "2.6.1"
resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-2.6.1.tgz?cache=0&sync_timestamp=1599311777646&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-fetch%2Fdownload%2Fnode-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha1-BFvTI2Mfdu0uK1VXM5RBa2OaAFI=

node-gyp@^7.1.0:
version "7.1.0"
resolved "https://registry.npm.taobao.org/node-gyp/download/node-gyp-7.1.0.tgz?cache=0&sync_timestamp=1597202644149&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-gyp%2Fdownload%2Fnode-gyp-7.1.0.tgz#cb8aed7ab772e73ad592ae0c71b0e3741099fe39"
Expand Down Expand Up @@ -3932,15 +3937,16 @@ punycode@^2.1.0, punycode@^2.1.1:
resolved "https://registry.npm.taobao.org/punycode/download/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha1-tYsBCsQMIsVldhbI0sLALHv0eew=

puppeteer@5.3.1:
version "5.3.1"
resolved "https://registry.npm.taobao.org/puppeteer/download/puppeteer-5.3.1.tgz#324e190d89f25ac33dba539f57b82a18553f8646"
integrity sha1-Mk4ZDYnyWsM9ulOfV7gqGFU/hkY=
puppeteer@5.4.0:
version "5.4.0"
resolved "https://registry.npm.taobao.org/puppeteer/download/puppeteer-5.4.0.tgz#b83893476e96ea103c9516bb958d17a71a9768ea"
integrity sha1-uDiTR26W6hA8lRa7lY0XpxqXaOo=
dependencies:
debug "^4.1.0"
devtools-protocol "0.0.799653"
devtools-protocol "0.0.809251"
extract-zip "^2.0.0"
https-proxy-agent "^4.0.0"
node-fetch "^2.6.1"
pkg-dir "^4.2.0"
progress "^2.0.1"
proxy-from-env "^1.0.0"
Expand Down

0 comments on commit 3129d57

Please sign in to comment.