diff --git a/package.json b/package.json index 466d6e3..250042e 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "testx-xlsx-parser", - "version": "0.6.0", + "version": "0.6.1", "description": "Simple XLSX file parser for use with the testx library. Converts an XLSX sheet to testx test script (JSON)", "main": "index.coffee", "dependencies": { "coffee-errors": "^0.8.6", - "formulajs": "^1.0.6", + "formulajs": "^1.0.7", "lodash": "^3.10.1", "moment": "^2.10.6", "q": "^1.4.1",