Skip to content

Commit

Permalink
update dependencies (#3358)
Browse files Browse the repository at this point in the history
- commander@2.20.0
- semver@6.0.0
  • Loading branch information
alexlamsl committed Apr 9, 2019
1 parent fa43768 commit 4454656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -23,12 +23,12 @@
"LICENSE"
],
"dependencies": {
"commander": "~2.19.0",
"commander": "~2.20.0",
"source-map": "~0.6.1"
},
"devDependencies": {
"acorn": "~6.1.1",
"semver": "~5.6.0"
"semver": "~6.0.0"
},
"scripts": {
"test": "node test/run-tests.js"
Expand Down

0 comments on commit 4454656

Please sign in to comment.