Skip to content

Commit

Permalink
Merge #124
Browse files Browse the repository at this point in the history
124: chore(deps): bump puppeteer from 5.4.1 to 5.5.0 r=jniles a=dependabot-preview[bot]

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 5.4.1 to 5.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/puppeteer/puppeteer/releases">puppeteer's releases</a>.</em></p>
<blockquote>
<h2>v5.5.0</h2>
<h2><a href="https://github.com/puppeteer/puppeteer/compare/v5.4.1...v5.5.0">v5.5.0</a> (2020-11-16)</h2>
<h3>Features</h3>
<ul>
<li><strong>chromium:</strong> roll Chromium to r818858 (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6526">#6526</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/b54925695200cad32f470f8eb407259606447a85">b549256</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>common:</strong> fix generic type of <code>_isClosedPromise</code> (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6579">#6579</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/122f074f92f47a7b9aa08091851e51a07632d23b">122f074</a>)</li>
<li><strong>domworld:</strong> fix missing binding for waittasks (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6562">#6562</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/67da1cf866703f5f581c9cce4923697ac38129ef">67da1cf</a>)</li>
</ul>
</blockquote>


Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot-preview[bot] authored Nov 19, 2020
2 parents c1382f5 + d6e0026 commit ce6b1cd
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 @@ -20,7 +20,7 @@
"dependencies": {
"debug": "^4.1.1",
"inline-source": "7.2.0",
"puppeteer": "5.4.1",
"puppeteer": "5.5.0",
"puppeteer-cluster": "^0.22.0"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1061,10 +1061,10 @@ deprecation@^2.0.0, deprecation@^2.3.1:
resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919"
integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==

devtools-protocol@0.0.809251:
version "0.0.809251"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.809251.tgz#300b3366be107d5c46114ecb85274173e3999518"
integrity sha512-pf+2OY6ghMDPjKkzSWxHMq+McD+9Ojmq5XVRYpv/kPd9sTMQxzEt21592a31API8qRjro0iYYOc3ag46qF/1FA==
devtools-protocol@0.0.818844:
version "0.0.818844"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.818844.tgz#d1947278ec85b53e4c8ca598f607a28fa785ba9e"
integrity sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==

dir-glob@^3.0.1:
version "3.0.1"
Expand Down Expand Up @@ -2874,13 +2874,13 @@ puppeteer-cluster@^0.22.0:
dependencies:
debug "^4.1.1"

puppeteer@5.4.1:
version "5.4.1"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.4.1.tgz#f2038eb23a0f593ed2cce0d6e7cd5c43aecd6756"
integrity sha512-8u6r9tFm3gtMylU4uCry1W/CeAA8uczKMONvGvivkTsGqKA7iB7DWO2CBFYlB9GY6/IEoq9vkI5slJWzUBkwNw==
puppeteer@5.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.5.0.tgz#331a7edd212ca06b4a556156435f58cbae08af00"
integrity sha512-OM8ZvTXAhfgFA7wBIIGlPQzvyEETzDjeRa4mZRCRHxYL+GNH5WAuYUQdja3rpWZvkX/JKqmuVgbsxDNsDFjMEg==
dependencies:
debug "^4.1.0"
devtools-protocol "0.0.809251"
devtools-protocol "0.0.818844"
extract-zip "^2.0.0"
https-proxy-agent "^4.0.0"
node-fetch "^2.6.1"
Expand Down

0 comments on commit ce6b1cd

Please sign in to comment.