From c785a430c6f9796247a1d5e4299a2312142a0806 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Wed, 10 Feb 2016 14:36:45 -0800 Subject: [PATCH] node-triton#90 Update sshpk and smartdc-auth to attempt to deal with multiple package inter-deps --- CHANGES.md | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f7e8fb0..3a673e0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,8 @@ ## 4.4.4 (not yet released) -(nothing yet) +- #90 Update sshpk and smartdc-auth to attempt to deal with multiple package + inter-deps. ## 4.4.3 diff --git a/package.json b/package.json index f953199..81f3759 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "restify-clients": "1.1.0", "restify-errors": "3.0.0", "rimraf": "2.4.4", - "sshpk": "1.6.x >=1.6.2", - "smartdc-auth": "2.2.3", + "sshpk": "1.7.x", + "smartdc-auth": "2.3.1", "strsplit": "1.0.0", "tabula": "1.7.0", "vasync": "1.6.3",