From 8687f4d739050ad6da7ac3ba7192592276b31e5a Mon Sep 17 00:00:00 2001 From: Thomas Johnson Date: Wed, 20 Jul 2016 17:19:48 -0400 Subject: [PATCH] Updated ip-address dependency due to dependency security vulnerabilities with 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9bd74c..86d07cd 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "big-integer": ">=1.1.5", - "ip-address": "4.0.0" + "ip-address": "5.8.0" }, "devDependencies": { "istanbul": "^0.3.13",