From 28b3dc9117a35008fa4d54896aa5df9cf870a7c9 Mon Sep 17 00:00:00 2001 From: Quentin RIBIERRE Date: Fri, 22 Sep 2017 11:44:20 +0200 Subject: [PATCH] Updating request due to security fix of the tough-cookie dependecy. [tough-cookie vulnerability](https://nodesecurity.io/advisories/525) [request update](https://github.com/request/request/pull/2776) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c78dc08..97ca571 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "loopback-phase": "^1.3.0", "mux-demux": "^3.7.9", "qs": "^6.2.1", - "request": "^2.55.0", + "request": "~2.82.0", "sse": "0.0.6", "strong-error-handler": "^1.0.0", "strong-globalize": "^2.6.6",