From dc07b6b36d1c3906597d2f4ce74fa9b2fb637dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2020 08:22:44 +0000 Subject: [PATCH] build(deps): bump minimist from 1.2.0 to 1.2.3 in /the-architect Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.3. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.3) Signed-off-by: dependabot[bot] --- the-architect/package-lock.json | 6 +++--- the-architect/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/the-architect/package-lock.json b/the-architect/package-lock.json index 18e5787..01e7b9b 100644 --- a/the-architect/package-lock.json +++ b/the-architect/package-lock.json @@ -3690,9 +3690,9 @@ } }, "minimist": { - "version": "1.2.0", - "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + "version": "1.2.3", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.3.tgz", + "integrity": "sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==" }, "mixin-deep": { "version": "1.3.2", diff --git a/the-architect/package.json b/the-architect/package.json index 0507b44..c1dac53 100644 --- a/the-architect/package.json +++ b/the-architect/package.json @@ -31,7 +31,7 @@ "express": "^4.16.3", "figlet": "^1.2.0", "inquirer": "^6.2.0", - "minimist": "^1.2.0", + "minimist": "^1.2.3", "nodemon": "^1.18.4" } }