From 868ad2279fe39c0775a444ef5edc86c9ca8e169b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2020 10:39:17 +0000 Subject: [PATCH] Bump minimist from 1.2.0 to 1.2.3 in /app 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] --- app/package-lock.json | 13 +++++++------ app/package.json | 2 +- app/yarn.lock | 8 ++++---- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index ea3f867..b7fcadf 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "hcgui", - "version": "2.1.7", + "version": "2.1.10", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1043,9 +1043,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==" }, "nan": { "version": "2.11.1", @@ -1186,7 +1186,7 @@ }, "win32ipc": { "version": "0.1.0", - "resolved": "D:\\szpWork\\servers2\\hcGUI\\app\\modules\\win32ipc", + "resolved": "/home/dependabot/dependabot-updater/tmp/dependabot_20200404-73-13lgrv5/modules/win32ipc", "optional": true, "requires": { "bindings": "~1.2.1" @@ -1194,7 +1194,8 @@ "dependencies": { "bindings": { "version": "1.2.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz", + "integrity": "sha1-FK1hE4EtLTfXLme0ystLtyZQXxE=", "optional": true } } diff --git a/app/package.json b/app/package.json index 8652c6b..ab3d853 100644 --- a/app/package.json +++ b/app/package.json @@ -15,7 +15,7 @@ "electron-store": "1.2.0", "fs-extra": "^5.0.0", "grpc": "1.8.0", - "minimist": "^1.2.0" + "minimist": "^1.2.3" }, "resolutions": { "conf": "1.1.2" diff --git a/app/yarn.lock b/app/yarn.lock index 490689d..65ffdc8 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -626,10 +626,10 @@ minimist@0.0.8: resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= -minimist@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" - integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= +minimist@^1.2.0, minimist@^1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f" + integrity sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw== "mkdirp@>=0.5 0", mkdirp@^0.5.1: version "0.5.1"