From 57c547bdb3ba345ea1a794dcbafb14a946349b17 Mon Sep 17 00:00:00 2001 From: John Brett Date: Tue, 20 Oct 2015 10:30:28 +0100 Subject: [PATCH] updating qs dependency --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f834c1..53ba0aa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "subtext", "description": "HTTP payload parsing", - "version": "2.0.1", + "version": "2.0.2", "repository": "git://github.com/hapijs/subtext", "main": "lib/index.js", "keywords": [ @@ -18,8 +18,8 @@ "boom": "2.x.x", "content": "1.x.x", "hoek": "2.x.x", - "qs": "4.x.x", "pez": "1.x.x", + "qs": "5.x.x", "wreck": "6.x.x" }, "devDependencies": {