From a900c28f7c0c5ba4e62047790501dc47f7ffb7d4 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 27 Feb 2015 14:46:03 +0000 Subject: [PATCH] Version bumps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 959553fb..e99f8083 100644 --- a/package.json +++ b/package.json @@ -36,15 +36,15 @@ "vips" ], "dependencies": { - "bluebird": "^2.9.9", + "bluebird": "^2.9.12", "color": "^0.7.3", "nan": "^1.6.2", - "semver": "^4.3.0" + "semver": "^4.3.1" }, "devDependencies": { "mocha": "^2.1.0", "mocha-jshint": "^0.0.9", - "istanbul": "^0.3.5", + "istanbul": "^0.3.6", "coveralls": "^2.11.2", "node-cpplint": "^0.4.0" },