diff --git a/package.json b/package.json index e5072cc43..a67cc5804 100644 --- a/package.json +++ b/package.json @@ -5,29 +5,29 @@ "url": "http://gajus.com" }, "dependencies": { - "comment-parser": "^0.5.1", + "comment-parser": "^0.5.4", "jsdoctypeparser": "^2.0.0-alpha-8", "lodash": "^4.17.11" }, "description": "JSDoc linting rules for ESLint.", "devDependencies": { - "@babel/cli": "^7.2.0", - "@babel/core": "^7.2.0", - "@babel/node": "^7.2.0", - "@babel/plugin-transform-flow-strip-types": "^7.2.0", - "@babel/preset-env": "^7.2.0", + "@babel/cli": "^7.2.3", + "@babel/core": "^7.3.3", + "@babel/node": "^7.2.2", + "@babel/plugin-transform-flow-strip-types": "^7.2.3", + "@babel/preset-env": "^7.3.1", "@babel/register": "^7.0.0", "babel-plugin-add-module-exports": "^1.0.0", "chai": "^4.2.0", - "eslint": "^5.10.0", - "eslint-config-canonical": "^15.0.0", - "gitdown": "^2.5.5", + "eslint": "^5.14.1", + "eslint-config-canonical": "^16.1.0", + "gitdown": "^2.5.7", "glob": "^7.1.3", - "globby": "^8.0.1", - "husky": "^1.2.0", - "marked": "^0.5.2", - "mocha": "^5.2.0", - "semantic-release": "^15.12.4" + "globby": "^9.0.0", + "husky": "^1.3.1", + "marked": "^0.6.1", + "mocha": "^6.0.1", + "semantic-release": "^15.13.3" }, "engines": { "node": ">=4"