From cdf705cb8a6db01cb1128f2f10b7e236585c230d Mon Sep 17 00:00:00 2001 From: Christoph Witzko Date: Mon, 28 Nov 2016 16:26:28 +0100 Subject: [PATCH] chore: update dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index abb6308d..689ac5c2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "path": "node_modules/cz-conventional-changelog/" }, "dependencies": { - "parse-github-repo-url": "^1.3.0", "@semantic-release/commit-analyzer": "^2.0.0", "@semantic-release/condition-travis": "^5.0.2", "@semantic-release/error": "^1.0.0", @@ -27,6 +26,7 @@ "normalize-package-data": "^2.3.4", "npmconf": "^2.1.2", "npmlog": "^4.0.0", + "parse-github-repo-url": "^1.3.0", "require-relative": "^0.8.7", "run-auto": "^2.0.0", "run-series": "^1.1.3", @@ -38,13 +38,13 @@ "mkdirp": "^0.5.1", "mock-spawn": "^0.2.6", "nixt": "^0.5.0", - "nock": "^8.0.0", + "nock": "^9.0.2", "npm-registry-couchapp": "^2.6.12", - "nyc": "^7.0.0", + "nyc": "^10.0.0", "proxyquire": "^1.7.3", "rimraf": "^2.5.0", - "standard": "^7.0.1", - "tap": "^6.2.0" + "standard": "^8.6.0", + "tap": "^8.0.1" }, "engines": { "node": ">=0.10",