From 18af437fac767addd937533b26e44b68e0c17544 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 14 Oct 2014 18:55:12 +0100 Subject: [PATCH] fix(deps): upgrade jquery and uri.js --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 90f739a..7607d68 100644 --- a/bower.json +++ b/bower.json @@ -4,8 +4,8 @@ "main": "./dist/hyperagent.js", "dependencies": { "q": "~1.0.0", - "jquery": "~2.0.0", - "uri.js": "~1.13.0" + "jquery": "~2.1.0", + "uri.js": "~1.14.0" }, "devDependencies": { "mocha": "~1.18.0",