Skip to content

Commit

Permalink
Update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Dec 14, 2017
1 parent a16f5bd commit 59a9101
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"micromatch": "^2.1.5",
"normalize-path": "^2.0.0"
"micromatch": "^3.1.4",
"normalize-path": "^2.1.1"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.13",
"mocha": "^2.2.4"
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^4.0.1"
}
}

0 comments on commit 59a9101

Please sign in to comment.