From 098e524a8d42275deefb9d164f2fa91825724da2 Mon Sep 17 00:00:00 2001 From: Justin Manus Date: Tue, 25 Jul 2017 13:59:13 -0700 Subject: [PATCH] Bump the version of request so that we don't try to include node-uuid --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51cf7e5d..07219786 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "njwt": "^0.4.0", "properties-parser": "~0.3.1", "redis": "~2.6.2", - "request": "~2.74.0", + "request": "~2.81.0", "stormpath-config": "stormpath/stormpath-node-config#okta", "underscore": "~1.5.2", "underscore.string": "~3.2.3",