Skip to content

Commit

Permalink
chore(deps): update dependency puppeteer to v7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 9, 2021
1 parent e8f2a1a commit d72cdb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"lodash": "4.17.20",
"mocha": "8.2.1",
"mocha-lcov-reporter": "1.3.0",
"puppeteer": "7.0.1",
"puppeteer": "7.0.3",
"rollup": "2.38.5",
"rollup-plugin-filesize": "9.1.0",
"rollup-plugin-istanbul": "3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3794,7 +3794,7 @@ promise@^7.0.1:
dependencies:
asap "~2.0.3"

proxy-from-env@^1.0.0:
proxy-from-env@^1.1.0:
version "1.1.0"
resolved "https://registry.npm.taobao.org/proxy-from-env/download/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
integrity sha1-4QLxbKNVQkhldV0sno6k8k1Yw+I=
Expand Down Expand Up @@ -3932,10 +3932,10 @@ 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@7.0.1:
version "7.0.1"
resolved "https://registry.npm.taobao.org/puppeteer/download/puppeteer-7.0.1.tgz#de0c2602e27bf9b12d7540aae52d6ed121a81884"
integrity sha1-3gwmAuJ7+bEtdUCq5S1u0SGoGIQ=
puppeteer@7.0.3:
version "7.0.3"
resolved "https://registry.npm.taobao.org/puppeteer/download/puppeteer-7.0.3.tgz#07375e80de6bb0703ab5461672ba99f386661d1c"
integrity sha1-BzdegN5rsHA6tUYWcrqZ84ZmHRw=
dependencies:
debug "^4.1.0"
devtools-protocol "0.0.847576"
Expand All @@ -3944,7 +3944,7 @@ puppeteer@7.0.1:
node-fetch "^2.6.1"
pkg-dir "^4.2.0"
progress "^2.0.1"
proxy-from-env "^1.0.0"
proxy-from-env "^1.1.0"
rimraf "^3.0.2"
tar-fs "^2.0.0"
unbzip2-stream "^1.3.3"
Expand Down

0 comments on commit d72cdb9

Please sign in to comment.