Skip to content

Commit

Permalink
Merge pull request #311 from lelylan/feature/update-nock-12
Browse files Browse the repository at this point in the history
[update-nock-12] Update nock library to v12
  • Loading branch information
jonathansamines authored Apr 1, 2020
2 parents 012e749 + 17f90c8 commit 990129b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Upgrade @hapi/hoek to v9 (requires Node 12)
* Upgrade @hapi/joi to v17 (requires Node 12)
* Upgrade @hapi/wreck to v17 (requires Node 12)
* Upgrade nock dev library to v12

## 3.3.0
* [#299](https://github.com/lelylan/simple-oauth2/pull/299) Add support to verify for token expiration with a custom expiration window
Expand Down
7 changes: 3 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 @@ -61,7 +61,7 @@
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"nock": "^11.9.1",
"nock": "^12.0.3",
"nyc": "^15.0.0"
}
}

0 comments on commit 990129b

Please sign in to comment.