From 5b4cfb67abd825f8a8e19cb6f26d433781ef2992 Mon Sep 17 00:00:00 2001 From: Caitlin Potter Date: Thu, 6 Feb 2014 17:06:03 -0500 Subject: [PATCH] chore(dependencies): upgrade q to (hopefully) prevent process.nextTick error spam CI builds on travis occasionally freak out because of the recursive use of process.nextTick, which has been deprecated in Node relatively recently, to be replaced with setImmediate. As this issue is somewhat flakey, it's difficult to tell whether or not this will completely resolve the issue, but the hope is that it will. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 828dd45ea00c..aacdbce74493 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "load-grunt-tasks": "~0.3.0", "bower": "~1.2.2", "jasmine-node": "~1.11.0", - "q": "~0.9.2", + "q": "~1.0.0", "q-io": "~1.10.6", "qq": "~0.3.5", "shelljs": "~0.2.6",