From 6baec3d5b94b33ade508ded7cde1a7f750a87e1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 06:25:48 +0000 Subject: [PATCH] Bump request from 2.11.4 to 2.88.0 Bumps [request](https://github.com/request/request) from 2.11.4 to 2.88.0. - [Release notes](https://github.com/request/request/releases) - [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md) - [Commits](https://github.com/request/request/commits/v2.88.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36e581f..b5b1be5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "express": "3.0.0rc5", - "request": "2.11.4", + "request": "2.88.0", "geoip": "*", "mocha": "1.6.0", "supertest": "0.4.0",