Skip to content

Commit

Permalink
Upgrade sinon (#165)
Browse files Browse the repository at this point in the history
* Fix package-lock.json

There was a merge conflict marker committed to the `package-lock.json`
in  cc0de4b, which coincidentally
upgraded the project to use `lockfileVersion` of `2`.

* Upgrade Sinon to latest
  • Loading branch information
mroderick authored Oct 19, 2021
1 parent 674fd00 commit 2026c4f
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 86 deletions.
148 changes: 63 additions & 85 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 @@ -43,6 +43,6 @@
"mockery": "^2.1.0",
"npm-check-updates": "^4.1.1",
"should": "^13.2.3",
"sinon": "^9.0.1"
"sinon": "^11.1.2"
}
}

0 comments on commit 2026c4f

Please sign in to comment.