diff --git a/package.json b/package.json index 7e44837..1d061e6 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "mrodrig", "name": "json-2-csv", "description": "A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading.", - "version": "1.4.0", + "version": "1.5.0", "repository": { "type": "git", "url": "http://github.com/mrodrig/json-2-csv.git" @@ -25,14 +25,14 @@ ], "dependencies": { "underscore": "~1.8.3", - "doc-path": "~1.0.0", - "bluebird": "~2.9.24" + "doc-path": "~1.0.3", + "bluebird": "~2.10.1" }, "devDependencies": { - "mocha": "~2.2.4", - "istanbul": "~0.3.13", - "should": "~5.2.0", - "async": "~0.9.0" + "mocha": "~2.3.3", + "istanbul": "~0.3.20", + "should": "~7.1.0", + "async": "~1.4.2" }, "engines": { "node": "*"