From e54d22393b8a24b65ebe59d00d6dbbb89edc2e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 11:33:54 +0000 Subject: [PATCH] Bump minimist from 1.1.3 to 1.2.5 in /customer-chat Bumps [minimist](https://github.com/substack/minimist) from 1.1.3 to 1.2.5. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.1.3...1.2.5) 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..19af7e2 100644 --- a/customer-chat/package.json +++ b/customer-chat/package.json @@ -14,6 +14,6 @@ "ejs": "~>2.5.5", "request": "~2.46.0", "express-xml-bodyparser": "~0.0.4", - "minimist": "~1.1.0" + "minimist": "~1.2.5" } }