From 9ad16aa921d19756211b22cc430ec66e1e0a53b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2020 03:15:13 +0000 Subject: [PATCH] Bump minimist from 1.2.0 to 1.2.3 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] --- package-lock.json | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf72c80c..73e83d19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -416,7 +416,8 @@ } }, "browser-serialport": { - "version": "git+https://github.com/noopkat/browser-serialport.git#a1cecbee1276bfe78b0491f8d13544c70859ff36" + "version": "git+https://github.com/noopkat/browser-serialport.git#a1cecbee1276bfe78b0491f8d13544c70859ff36", + "from": "git+https://github.com/noopkat/browser-serialport.git#a1cecbee1276bfe78b0491f8d13544c70859ff36" }, "graceful-fs": { "version": "4.1.11", @@ -430,6 +431,7 @@ }, "stk500": { "version": "git+https://github.com/noopkat/js-stk500v1.git#e116a1f72abdafc7d57eb0ee58221556d2b5def4", + "from": "git+https://github.com/noopkat/js-stk500v1.git#e116a1f72abdafc7d57eb0ee58221556d2b5def4", "requires": { "async": "0.9.2", "buffer-equal": "0.0.1" @@ -7680,9 +7682,9 @@ } }, "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.3.tgz", + "integrity": "sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==" }, "mkdirp": { "version": "0.5.1", diff --git a/package.json b/package.json index f00aa78c..6ec81c42 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "isomorphic-fetch": "^2.2.1", "jszip": "^3.1.5", "localforage": "^1.5.0", - "minimist": "^1.2.0" + "minimist": "^1.2.3" }, "devDependencies": { "asar": "^0.14.0",