From 9aadf4d600db773021bf8ce45bd10124e51c5780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 23:24:09 +0000 Subject: [PATCH] Bump minimist from 0.2.1 to 1.2.5 in /msl-server-node Bumps [minimist](https://github.com/substack/minimist) from 0.2.1 to 1.2.5. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/0.2.1...1.2.5) Signed-off-by: dependabot[bot] --- msl-server-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msl-server-node/package.json b/msl-server-node/package.json index 55b1ef5..7fc6fed 100644 --- a/msl-server-node/package.json +++ b/msl-server-node/package.json @@ -11,7 +11,7 @@ "express": "~4.5.1", "md5": "^2.1.0", "mustache": "~0.8.2", - "minimist": "~0.2.0", + "minimist": "~1.2.5", "resolve": "~0.5.1", "body-parser": "~1.10.0", "multer": "~0.1.6"