From 235ac54712cb6a04e2356715789b1e11fca20e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 07:13:58 +0000 Subject: [PATCH] build(deps): bump minimist from 1.2.3 to 1.2.6 Bumps [minimist](https://github.com/substack/minimist) from 1.2.3 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.3...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 35f9867..a72f4a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6912,9 +6912,9 @@ } }, "minimist": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.3.tgz", - "integrity": "sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" }, "minipass": { "version": "2.3.5", diff --git a/package.json b/package.json index 6127f64..57e6ffd 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@angular/router": "~8.1.0", "@mockthat/core": "^0.1.1", "hammerjs": "^2.0.8", - "minimist": "^1.2.3", + "minimist": "^1.2.6", "open": "^6.4.0", "rxjs": "~6.4.0", "tslib": "^1.9.0",