From 9dbdbbff094f25cc587e3146b6e1208fb6c75fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 04:51:16 +0000 Subject: [PATCH] Bump minimist from 1.2.0 to 1.2.5 in /frontend Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.5. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5) Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index e962d5c..503175c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -40,7 +40,7 @@ "invariant": "2.2.4", "ip": "1.1.5", "lodash": "4.17.11", - "minimist": "1.2.0", + "minimist": "1.2.5", "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6",