Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Merge #3516
Browse files Browse the repository at this point in the history
3516: Bump nock from 13.0.9 to 13.0.10 in /tests r=mergify[bot] a=dependabot[bot]

Bumps [nock](https://github.com/nock/nock) from 13.0.9 to 13.0.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nock/nock/releases">nock's releases</a>.</em></p>
<blockquote>
<h2>v13.0.10</h2>
<h2><a href="https://github.com/nock/nock/compare/v13.0.9...v13.0.10">13.0.10</a> (2021-03-02)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>recorder:</strong> don't automatically resume the response (<a href="https://github-redirect.dependabot.com/nock/nock/issues/2160">#2160</a>) (<a href="https://github.com/nock/nock/commit/e22d734a29f6772f3617a84757e2fa824b796d13">e22d734</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nock/nock/commit/e22d734a29f6772f3617a84757e2fa824b796d13"><code>e22d734</code></a> fix(recorder): don't automatically resume the response (<a href="https://github-redirect.dependabot.com/nock/nock/issues/2160">#2160</a>)</li>
<li><a href="https://github.com/nock/nock/commit/3238ad97de421655d4cdc35ffe64fb26859a2e1a"><code>3238ad9</code></a> chore(deps-dev): bump form-data from 3.0.1 to 4.0.0 (<a href="https://github-redirect.dependabot.com/nock/nock/issues/2154">#2154</a>)</li>
<li>See full diff in <a href="https://github.com/nock/nock/compare/v13.0.9...v13.0.10">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nock&package-manager=npm_and_yarn&previous-version=13.0.9&new-version=13.0.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Mar 3, 2021
2 parents 9826762 + d001b23 commit 3c28333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"lodash": "^4.17.21",
"log4js": "^6.3.0",
"morgan": "^1.10.0",
"nock": "^13.0.9",
"nock": "^13.0.10",
"p-retry": "^4.4.0",
"p-timeout": "^4.1.0",
"process-exists": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4121,10 +4121,10 @@ nice-try@^1.0.4:
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==

nock@^13.0.9:
version "13.0.9"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.9.tgz#32b9f6408a71991b25f044109cac92ee556c8539"
integrity sha512-SoGx/J0SsZPOdBFrBC9PP6NwaEgOBQIRPbsOsO9q+OwOPWc5eT6wALSxn3ZNE4Fv2ImIUXM4Hv/07rjq/uWDew==
nock@^13.0.10:
version "13.0.10"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.10.tgz#a9a015269408d56ec9ac57fe3ede86b0a83ecc6a"
integrity sha512-AvUO/tbiWVBjlC3WsuIutPXltPbPmHWfcLwDSYzykKBJhOeo9eZPczo8n9aV4AHHCgpeL70zBXLwiSE+mzx89g==
dependencies:
debug "^4.1.0"
json-stringify-safe "^5.0.1"
Expand Down

0 comments on commit 3c28333

Please sign in to comment.