Skip to content

Commit

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

Bumps [puppeteer-cluster](https://github.com/thomasdondorf/puppeteer-cluster) from 0.21.0 to 0.22.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/thomasdondorf/puppeteer-cluster/blob/master/CHANGELOG.md">puppeteer-cluster's changelog</a>.</em></p>
<blockquote>
<h2>[0.22.0] - 2020-08-06</h2>
<h3>Changed</h3>
<ul>
<li>Updated dependencies to their latest versions
<ul>
<li>In particular the devDependencies  <code>puppeteer</code> and <code>puppeteer-core</code> received a major upgrade (to version <code>5</code>)</li>
<li><code>peerDependencies</code> was changed accordingly.</li>
</ul>
</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 Aug 11, 2020
2 parents ba0340f + 80be132 commit 46f9c85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"debug": "^4.1.1",
"inline-source": "7.2.0",
"puppeteer": "3.3.0",
"puppeteer-cluster": "^0.21.0"
"puppeteer-cluster": "^0.22.0"
},
"devDependencies": {
"ava": "3.11.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2944,10 +2944,10 @@ pupa@^2.0.1:
dependencies:
escape-goat "^2.0.0"

puppeteer-cluster@^0.21.0:
version "0.21.0"
resolved "https://registry.yarnpkg.com/puppeteer-cluster/-/puppeteer-cluster-0.21.0.tgz#79071aa9830312446b18ec9d99fe41f6d80ee103"
integrity sha512-/x5mei0vXxFPpJ7iUS+xJ3rOcxxYUa2YeEyuWI9m0M5e8ammPiCXjvOsTcni+4ZAop3L2gpZFkxafPvXWOoRfg==
puppeteer-cluster@^0.22.0:
version "0.22.0"
resolved "https://registry.yarnpkg.com/puppeteer-cluster/-/puppeteer-cluster-0.22.0.tgz#4ab214671f414f15ad6a94a4b61ed0b4172e86e6"
integrity sha512-hmydtMwfVM+idFIDzS8OXetnujHGre7RY3BGL+3njy9+r8Dcu3VALkZHfuBEPf6byKssTCgzxU1BvLczifXd5w==
dependencies:
debug "^4.1.1"

Expand Down

0 comments on commit 46f9c85

Please sign in to comment.