From 53cb0c3ad4e1ea9a598fdf6891aa6e207f7775fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 00:38:07 +0000 Subject: [PATCH] Bump minimist from 0.0.10 to 1.2.6 in /Dashboard Bumps [minimist](https://github.com/substack/minimist) from 0.0.10 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/0.0.10...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dashboard/package-lock.json | 13 ++++++++++--- Dashboard/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Dashboard/package-lock.json b/Dashboard/package-lock.json index dceefd8..6da3e86 100644 --- a/Dashboard/package-lock.json +++ b/Dashboard/package-lock.json @@ -336,9 +336,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.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" }, "ms": { "version": "2.0.0", @@ -394,6 +394,13 @@ "requires": { "minimist": "~0.0.1", "wordwrap": "~0.0.2" + }, + "dependencies": { + "minimist": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", + "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=" + } } }, "parseurl": { diff --git a/Dashboard/package.json b/Dashboard/package.json index b7c97cc..e57eb12 100644 --- a/Dashboard/package.json +++ b/Dashboard/package.json @@ -37,7 +37,7 @@ "mime-db": "^1.43.0", "mime-types": "^2.1.26", "minimatch": "^3.0.4", - "minimist": "^0.0.10", + "minimist": "^1.2.6", "ms": "^2.0.0", "negotiator": "^0.6.2", "neo-async": "^2.6.1",