Skip to content

Commit

Permalink
Upgrade mockery dependency to ^2.1.0
Browse files Browse the repository at this point in the history
This fixes potential memory leak
  • Loading branch information
watson committed Mar 15, 2018
1 parent cbcaae5 commit 5e31e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"emitter-listener": "^1.0.1",
"is-ci": "^1.0.8",
"mockery": "^1.4.0"
"mockery": "^2.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down

0 comments on commit 5e31e5e

Please sign in to comment.