From 51806f8ad32ec8fc3050a58467d5c2ac8742468b Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Tue, 14 Mar 2017 17:01:50 -0400 Subject: [PATCH 1/3] chore(dependencies): har-validator to 5.x [removes babel dep] a simple `npm i request` resulted in a `babel` install due to usage as a `devDependency` in `har-validator`, so `har-validator` is now refactored to remove that dependency entirely, making `request` lighter to install _(if only slightly)_ :) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8f5fd25e..475dd10bd 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "extend": "~3.0.0", "forever-agent": "~0.6.1", "form-data": "~2.1.1", - "har-validator": "~4.2.1", + "har-validator": "~5.0.0", "hawk": "~3.1.3", "http-signature": "~1.1.0", "is-typedarray": "~1.0.0", From 21b1112831702c5e4e8ebd0eb3e5d5bee94b5c9a Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Tue, 14 Mar 2017 17:14:28 -0400 Subject: [PATCH 2/3] chore(dependencies): har-validator -> 5.0.1 addresses browser concerns. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 475dd10bd..68a5e8253 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "extend": "~3.0.0", "forever-agent": "~0.6.1", "form-data": "~2.1.1", - "har-validator": "~5.0.0", + "har-validator": "~5.0.1", "hawk": "~3.1.3", "http-signature": "~1.1.0", "is-typedarray": "~1.0.0", From baf9c1f2a6e3b0a78f017caa0e64259a5ecf40b5 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Tue, 14 Mar 2017 17:36:59 -0400 Subject: [PATCH 3/3] chore(dependencies): har-validator -> 5.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68a5e8253..128595e1d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "extend": "~3.0.0", "forever-agent": "~0.6.1", "form-data": "~2.1.1", - "har-validator": "~5.0.1", + "har-validator": "~5.0.2", "hawk": "~3.1.3", "http-signature": "~1.1.0", "is-typedarray": "~1.0.0",