Skip to content

Commit

Permalink
fix: remove potential vulnerabilities in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
filipgolonka committed Aug 8, 2019
1 parent c347e17 commit c408ee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"chai": "4.1.0",
"dotenv": "4.0.0",
"istanbul": "0.4.4",
"jshint": "2.8.0",
"mocha": "2.4.5"
"jshint": "2.10.2",
"mocha": "^6.2.0"
},
"dependencies": {
"heroku-client": "2.4.3",
"lodash": "4.17.4"
"lodash": "4.17.15"
}
}

0 comments on commit c408ee9

Please sign in to comment.