From a360d688e845fbb708ecf58c02ba8d92123323cd Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Sun, 27 Oct 2013 12:51:54 -0700 Subject: [PATCH] updated dependencies --- package.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 74406e45..3a7e7cd2 100644 --- a/package.json +++ b/package.json @@ -19,22 +19,21 @@ "dependencies": { "srp": "git://github.com/dannycoates/node-srp.git#b95b9528ec", "uuid": "1.4.1", - "hapi": "1.9.4", - "hawk": "1.0.0", + "hapi": "1.14.0", + "hawk": "1.1.2", "hkdf": "0.0.1", "sjcl": "git://github.com/bitwiseshiftleft/sjcl.git#961316282a", "compute-cluster": "0.0.7", - "jwcrypto": "0.4.3", + "jwcrypto": "0.4.4", "handlebars": "1.0.10", - "convict": "0.4.0", + "convict": "0.4.1", "p-promise": "0.2.5", - "bunyan": "0.21.4", + "bunyan": "0.22.0", "toobusy": "0.2.4", - "nodemailer": "0.5.2", - "lout": "0.4.1", + "nodemailer": "0.5.3", "node-scrypt-js": "git://github.com/vladikoff/node-scrypt-js.git#512f37884ff9", "sjcl-codec-bytes": "git://github.com/zaach/sjcl-codec-bytes.git#0ddc7744", - "request": "2.21.x" + "request": "2.27.0" }, "devDependencies": { "awsbox": "0.6.x",