From 6ad46524a5e959295ef0742769368e9132fd3829 Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Sun, 30 Sep 2018 12:56:23 +0100 Subject: [PATCH] fix: update dependencies --- package.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 978040a..a85c92d 100644 --- a/package.json +++ b/package.json @@ -6,43 +6,43 @@ }, "bin": "./dist/bin/index.js", "dependencies": { - "bluebird": "^3.5.1", + "bluebird": "^3.5.2", "deadlink": "^1.1.3", - "eslint": "^5.4.0", + "eslint": "^5.6.1", "filesize": "^3.6.1", "gitinfo": "^2.2.0", "glob": "^7.1.3", - "jsonfile": "^4.0.0", - "lodash": "^4.17.10", + "jsonfile": "^5.0.0", + "lodash": "^4.17.11", "markdown-contents": "^1.0.11", - "marked": "^0.5.0", + "marked": "^0.5.1", "moment": "^2.22.2", "stack-trace": "^0.0.10", "url-extractor": "^2.0.2", - "yargs": "^12.0.1" + "yargs": "^12.0.2" }, "description": "Github markdown preprocessor.", "devDependencies": { - "@babel/cli": "^7.0.0", - "@babel/core": "^7.0.0", + "@babel/cli": "^7.1.2", + "@babel/core": "^7.1.2", "@babel/node": "^7.0.0", "@babel/plugin-transform-flow-strip-types": "^7.0.0", - "@babel/preset-env": "^7.0.0", + "@babel/preset-env": "^7.1.0", "@babel/register": "^7.0.0", "ava": "^1.0.0-beta.8", - "babel-plugin-istanbul": "^5.0.1", - "chai": "^4.1.2", + "babel-plugin-istanbul": "^5.1.0", + "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "coveralls": "^3.0.2", - "eslint": "^5.4.0", - "eslint-config-canonical": "^12.0.0", - "husky": "^1.0.0-rc.13", + "eslint": "^5.6.1", + "eslint-config-canonical": "^13.0.0", + "husky": "^1.0.1", "mocha": "^5.2.0", - "nock": "^9.6.1", - "nyc": "^13.0.1", + "nock": "^10.0.0", + "nyc": "^13.1.0", "require-uncached": "^1", - "semantic-release": "^15.9.12", - "sinon": "^6.1.5" + "semantic-release": "^15.9.16", + "sinon": "^6.3.4" }, "keywords": [ "github",