From 8815242c3b7f2c547a3b0d625908668fdaa27ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 11:33:53 +0000 Subject: [PATCH] Bump request from 2.46.0 to 2.88.2 in /customer-chat Bumps [request](https://github.com/request/request) from 2.46.0 to 2.88.2. - [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) Signed-off-by: dependabot[bot] --- customer-chat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer-chat/package.json b/customer-chat/package.json index 85e757b..f09d488 100644 --- a/customer-chat/package.json +++ b/customer-chat/package.json @@ -12,7 +12,7 @@ "morgan": "~1.3.0", "debug": "3.1.0", "ejs": "~>2.5.5", - "request": "~2.46.0", + "request": "~2.88.2", "express-xml-bodyparser": "~0.0.4", "minimist": "~1.1.0" }