Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
- acorn@6.1.1
- commander@2.19.0
- semver@5.6.0
  • Loading branch information
alexlamsl authored Mar 15, 2019
1 parent 8d2e6f3 commit b66f47b
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 @@ -23,12 +23,12 @@
"LICENSE"
],
"dependencies": {
"commander": "~2.17.1",
"commander": "~2.19.0",
"source-map": "~0.6.1"
},
"devDependencies": {
"acorn": "~5.7.1",
"semver": "~5.5.0"
"acorn": "~6.1.1",
"semver": "~5.6.0"
},
"scripts": {
"test": "node test/run-tests.js"
Expand Down

0 comments on commit b66f47b

Please sign in to comment.