From 945dd49084af9f224e40aec3b2fbcf0578251ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2020 12:55:59 +0000 Subject: [PATCH] Bump minimist from 0.0.10 to 1.2.3 in /node Bumps [minimist](https://github.com/substack/minimist) from 0.0.10 to 1.2.3. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/0.0.10...1.2.3) Signed-off-by: dependabot[bot] --- node/package-lock.json | 6 +++--- node/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/node/package-lock.json b/node/package-lock.json index de62042..532a901 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -63,9 +63,9 @@ } }, "minimist": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", - "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=" + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.3.tgz", + "integrity": "sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==" }, "nan": { "version": "2.12.1", diff --git a/node/package.json b/node/package.json index 85780ac..2ee7a16 100644 --- a/node/package.json +++ b/node/package.json @@ -4,7 +4,7 @@ "flags": "~0.1.1", "mathjs": "~5.5.0", "midi": "~0.9.5", - "minimist": "~0.0.8", + "minimist": "~1.2.3", "simplex-noise": "~2.1.1" }, "private": true