From 66dca2e004bd6a701254be4f30cbc2a9afcf4f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 10:09:27 +0000 Subject: [PATCH] Bump request from 2.55.0 to 2.88.0 Bumps [request](https://github.com/request/request) from 2.55.0 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/compare/v2.55.0...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 60d45b8..1a55180 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "jshint-stylish": "~1.0.1", "lodash": "~3.8.0", "matchdep": "^0.3.0", - "request": "~2.55.0" + "request": "~2.88.0" } }