diff --git a/History.md b/History.md index 3f4c1f8..c422320 100644 --- a/History.md +++ b/History.md @@ -7,6 +7,7 @@ HEAD * fix: overwriting of `content-type` w/ `HEAD` requests * refactor: use statuses * refactor: use escape-html + * bump dev deps 0.5.1 / 2014-03-06 ================== diff --git a/package.json b/package.json index e20679a..75e4f82 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,9 @@ "only": "0.0.2" }, "devDependencies": { - "should": "~3.1.0", - "mocha": "~1.17.0", - "supertest": "~0.9.0" + "should": "^3.1.0", + "mocha": "^1.17.0", + "supertest": "~0.10.0" }, "engines": { "node": ">= 0.11.9"