From 0c00a4eab855185cf5ceafa29554021a8c1a127b Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Thu, 10 Sep 2015 00:27:26 +0200 Subject: [PATCH] bump dependencies --- .travis.yml | 8 ++++---- package.json | 26 ++++++++++++++------------ 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e490fa0..acb8cdf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ sudo: false language: node_js node_js: - - "0.8" - - "0.10" - - "0.12" - - 'iojs-v2.5.0' + - '0.8' + - '0.10' + - '0.12' + - '4.0' addons: apt: diff --git a/package.json b/package.json index fc20107a..bb8a725f 100644 --- a/package.json +++ b/package.json @@ -34,19 +34,21 @@ "license": "MIT", "engine": "node", "devDependencies": { - "sax": "~1.1.1", - "node-expat": "~2.3.0", + "sax": "^1.1.1", + "node-expat": "^2.3.10", "Strophe.js": "https://github.com/metajack/strophejs/tarball/master", - "easysax": ">=0.1.7", - "grunt": "~0.4.2", - "grunt-browserify": "~4.0.0", - "grunt-cli": "~0.1.13", - "grunt-contrib-clean": "~0.6.0", - "grunt-contrib-jshint": "~0.11.2", - "grunt-vows": "~0.4.0", - "node-xml": ">=1.0.1", - "request-animation-frame": ">=0.1.0", - "vows": "~0.8.1" + "easysax": "^0.1.14", + "grunt": "^0.4.5", + "grunt-browserify": "^4.0.1", + "grunt-cli": "^0.1.13", + "grunt-contrib-clean": "^0.6.0", + "grunt-contrib-jshint": "^0.11.3", + "grunt-vows": "^0.4.2", + "node-expat": "^2.3.9", + "node-xml": "^1.0.2", + "request-animation-frame": "^0.1.1", + "sax": "^1.1.2", + "vows": "^0.8.1" }, "scripts": { "test": "./node_modules/.bin/grunt test"