From 66761658c48af9e7ef483fb30d19d98bd66eb68a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 04:33:58 +0000 Subject: [PATCH] Bump minimist from 1.2.0 to 1.2.2 Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.2) 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..d6a64aa3 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.2", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.2.tgz", + "integrity": "sha512-rIqbOrKb8GJmx/5bc2M0QchhUouMXSpd1RTclXsB41JdL+VtnojfaJR+h7F9k18/4kHUsBFgk80Uk+q569vjPA==" }, "mkdirp": { "version": "0.5.1", diff --git a/package.json b/package.json index f00aa78c..fc7c8378 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.2" }, "devDependencies": { "asar": "^0.14.0",