diff --git a/package.json b/package.json index d24f0b4..52b5a2d 100644 --- a/package.json +++ b/package.json @@ -5,18 +5,18 @@ "url": "http://gajus.com" }, "dependencies": { - "ajv": "^6.5.3", - "lodash": "^4.17.10", - "slice-ansi": "1.0.0", + "ajv": "^6.6.1", + "lodash": "^4.17.11", + "slice-ansi": "2.0.0", "string-width": "^2.1.1" }, "description": "Formats data into a string table.", "devDependencies": { - "@babel/cli": "^7.1.2", - "@babel/core": "^7.1.2", + "@babel/cli": "^7.1.5", + "@babel/core": "^7.1.6", "@babel/node": "^7.0.0", - "@babel/plugin-transform-flow-strip-types": "^7.0.0", - "@babel/preset-env": "^7.1.0", + "@babel/plugin-transform-flow-strip-types": "^7.1.6", + "@babel/preset-env": "^7.1.6", "@babel/register": "^7.0.0", "ajv-cli": "^3.0.0", "ajv-keywords": "^3.2.0", @@ -25,16 +25,16 @@ "chai": "^4.2.0", "chalk": "^2.4.1", "coveralls": "^3.0.2", - "eslint": "^5.6.1", + "eslint": "^5.9.0", "eslint-config-canonical": "^13.0.0", - "flow-bin": "^0.81.0", + "flow-bin": "^0.87.0", "flow-copy-source": "^2.0.2", - "gitdown": "^2.5.4", - "husky": "^1.0.1", + "gitdown": "^2.5.5", + "husky": "^1.2.0", "mocha": "^5.2.0", "nyc": "^13.1.0", - "semantic-release": "^15.9.16", - "sinon": "^6.3.4" + "semantic-release": "^15.12.3", + "sinon": "^7.1.1" }, "engines": { "node": ">=6.0.0"