Skip to content

Commit

Permalink
chore(deps): update dependency puppeteer to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 27, 2021
1 parent 78a668e commit ce34e3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.21",
"mocha": "8.3.0",
"mocha-lcov-reporter": "1.3.0",
"puppeteer": "7.1.0",
"puppeteer": "8.0.0",
"rollup": "2.40.0",
"rollup-plugin-filesize": "9.1.0",
"rollup-plugin-istanbul": "3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1421,10 +1421,10 @@ depd@^1.1.2, depd@~1.1.2:
resolved "https://registry.npm.taobao.org/depd/download/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=

devtools-protocol@0.0.847576:
version "0.0.847576"
resolved "https://registry.npm.taobao.org/devtools-protocol/download/devtools-protocol-0.0.847576.tgz?cache=0&sync_timestamp=1612329593133&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdevtools-protocol%2Fdownload%2Fdevtools-protocol-0.0.847576.tgz#2f201bfb68aa9ef4497199fbd7f5d5dfde3b200b"
integrity sha1-LyAb+2iqnvRJcZn71/XV3947IAs=
devtools-protocol@0.0.854822:
version "0.0.854822"
resolved "https://registry.npm.taobao.org/devtools-protocol/download/devtools-protocol-0.0.854822.tgz?cache=0&sync_timestamp=1614134683415&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdevtools-protocol%2Fdownload%2Fdevtools-protocol-0.0.854822.tgz#eac3a5260a6b3b4e729a09fdc0c77b0d322e777b"
integrity sha1-6sOlJgprO05ymgn9wMd7DTIud3s=

dezalgo@^1.0.0:
version "1.0.3"
Expand Down Expand Up @@ -3928,13 +3928,13 @@ 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.1.0:
version "7.1.0"
resolved "https://registry.npm.taobao.org/puppeteer/download/puppeteer-7.1.0.tgz#ae37f48ee13f157c5b9255d580ffe4c5c1298679"
integrity sha1-rjf0juE/FXxbklXVgP/kxcEphnk=
puppeteer@8.0.0:
version "8.0.0"
resolved "https://registry.npm.taobao.org/puppeteer/download/puppeteer-8.0.0.tgz?cache=0&sync_timestamp=1614329416752&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpuppeteer%2Fdownload%2Fpuppeteer-8.0.0.tgz#a236669118aa795331c2d0ca19877159e7664705"
integrity sha1-ojZmkRiqeVMxwtDKGYdxWedmRwU=
dependencies:
debug "^4.1.0"
devtools-protocol "0.0.847576"
devtools-protocol "0.0.854822"
extract-zip "^2.0.0"
https-proxy-agent "^5.0.0"
node-fetch "^2.6.1"
Expand Down

0 comments on commit ce34e3c

Please sign in to comment.