From 45bf5cb70deaf2ae43d2fb69965705550d261616 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Thu, 20 Oct 2016 17:27:12 +0100 Subject: [PATCH] Upgrading restify-clients@1.4.0 The old version had a dependency that linked to git+https://git@github.com/restify/errors.git#master which could cause issues if master of the project makes any breaking changes. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cb6114..eaf62aa 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "node-uuid": "1.4.3", "once": "1.3.2", "read": "1.0.7", - "restify-clients": "1.1.0", + "restify-clients": "1.4.0", "restify-errors": "3.0.0", "rimraf": "2.4.4", "semver": "5.1.0",