Skip to content

Commit

Permalink
chore(deps): update dependency nock to v13 (#302)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 16, 2020
1 parent 74bebc0 commit 13c3b26
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ava": "3.13.0",
"clear-module": "4.1.1",
"codecov": "3.8.1",
"nock": "12.0.3",
"nock": "13.0.5",
"nyc": "15.1.0",
"proxy": "1.0.2",
"proxyquire": "2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion test/integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ test.serial('Publish a release with release information in assets', async (t) =>
.reply(200, {permissions: {push: true}})
.post(`/repos/${owner}/${repo}/releases`, {
tag_name: nextRelease.gitTag,
target_commitish: options.branch,
name: nextRelease.gitTag,
body: nextRelease.notes,
draft: true,
prerelease: true,
})
.reply(200, {upload_url: uploadUrl, html_url: releaseUrl, id: releaseId})
.patch(`/repos/${owner}/${repo}/releases/${releaseId}`, {
Expand Down

0 comments on commit 13c3b26

Please sign in to comment.