Skip to content

Commit

Permalink
fix: update dependency @dword-design/puppeteer to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and dword-design committed Mar 9, 2021
1 parent a8f6728 commit 3df4566
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@dword-design/base": "^7.0.0",
"@dword-design/base-config-directive": "^1.0.0",
"@dword-design/functions": "^2.2.4",
"@dword-design/puppeteer": "^2.0.0",
"@dword-design/puppeteer": "^3.0.0",
"fs-extra": "^9.0.0",
"nuxt": "^2.12.2",
"with-local-tmp-dir": "^2.2.4"
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1201,12 +1201,12 @@
lodash "^4.17.15"
tinycolor2 "^1.4.1"

"@dword-design/puppeteer@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@dword-design/puppeteer/-/puppeteer-2.0.0.tgz#da44d0d83a07c0f0f3df93da540e25bb0548be93"
integrity sha512-aZEXz/GrDApKEiXI+6cscDTxgLs2y+e8XN3TFO9tMwd1lq07AtEt/TLr6n9nx0m0sLgrhEMP8SK/5HSgdbKtcQ==
"@dword-design/puppeteer@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@dword-design/puppeteer/-/puppeteer-3.0.0.tgz#cb38427b742a456cab079f5e6d255ef27ff2a300"
integrity sha512-zQPtZC5/yskv5CJ04YRzNXlUFypH83sp2EwUUp8ie2AaqHUN8jO1wbzrJbckJ/p7Qcy7qj8+ZUTQESjvDSSmeQ==
dependencies:
puppeteer "^7.0.0"
puppeteer "^8.0.0"

"@dword-design/rollup-config-component@^1.0.0":
version "1.0.7"
Expand Down Expand Up @@ -4749,10 +4749,10 @@ devalue@^2.0.1:
resolved "https://registry.yarnpkg.com/devalue/-/devalue-2.0.1.tgz#5d368f9adc0928e47b77eea53ca60d2f346f9762"
integrity sha512-I2TiqT5iWBEyB8GRfTDP0hiLZ0YeDJZ+upDxjBfOC2lebO5LezQMv7QvIUTzdb64jQyAKLf1AHADtGN+jw6v8Q==

devtools-protocol@0.0.847576:
version "0.0.847576"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.847576.tgz#2f201bfb68aa9ef4497199fbd7f5d5dfde3b200b"
integrity sha512-0M8kobnSQE0Jmly7Mhbeq0W/PpZfnuK+WjN2ZRVPbGqYwCHCioAVp84H0TcLimgECcN5H976y5QiXMGBC9JKmg==
devtools-protocol@0.0.854822:
version "0.0.854822"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.854822.tgz#eac3a5260a6b3b4e729a09fdc0c77b0d322e777b"
integrity sha512-xd4D8kHQtB0KtWW0c9xBZD5LVtm9chkMOfs/3Yn01RhT/sFIsVtzTtypfKoFfWBaL+7xCYLxjOLkhwPXaX/Kcg==

dezalgo@^1.0.0, dezalgo@~1.0.3:
version "1.0.3"
Expand Down Expand Up @@ -11104,13 +11104,13 @@ punycode@^2.1.0, punycode@^2.1.1:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

puppeteer@^7.0.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-7.1.0.tgz#ae37f48ee13f157c5b9255d580ffe4c5c1298679"
integrity sha512-lqOLzqCKdh7yUAHvK6LxgOpQrL8Bv1/jvS8MLDXxcNms2rlM3E8p/Wlwc7efbRZ0twxTzUeqjN5EqrTwxOwc9g==
puppeteer@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-8.0.0.tgz#a236669118aa795331c2d0ca19877159e7664705"
integrity sha512-D0RzSWlepeWkxPPdK3xhTcefj8rjah1791GE82Pdjsri49sy11ci/JQsAO8K2NRukqvwEtcI+ImP5F4ZiMvtIQ==
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 3df4566

Please sign in to comment.