From cc493b3a7d09d0f2e4df03b0c172cefee21f1ded Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Fri, 10 Apr 2015 23:12:49 -0400 Subject: [PATCH] ensure the latest version of har-validator is included --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e410da7c..edf8edadb 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "stringstream": "~0.0.4", "combined-stream": "~0.0.5", "isstream": "~0.1.1", - "har-validator": "^1.4.0" + "har-validator": "^1.6.1" }, "scripts": { "test": "npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser",