From 06dd86c16e7ccf9387cef323a9ea820e1bbb845f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 21:46:13 +0000 Subject: [PATCH] Bump minimist from 1.2.3 to 1.2.6 in /test/sas 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] --- test/sas/package-lock.json | 14 +++++++------- test/sas/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/sas/package-lock.json b/test/sas/package-lock.json index afd7c6a..0ced851 100644 --- a/test/sas/package-lock.json +++ b/test/sas/package-lock.json @@ -13,7 +13,7 @@ "cli-color": "^1.1.0", "inquirer": "^8.2.0", "lodash": ">=4.17.21", - "minimist": "^1.2.3", + "minimist": "^1.2.6", "suspend": "^0.7.0" } }, @@ -457,9 +457,9 @@ } }, "node_modules/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==" }, "node_modules/mute-stream": { "version": "0.0.8", @@ -1028,9 +1028,9 @@ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" }, "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==" }, "mute-stream": { "version": "0.0.8", diff --git a/test/sas/package.json b/test/sas/package.json index cc4dc0a..943f9fb 100644 --- a/test/sas/package.json +++ b/test/sas/package.json @@ -16,7 +16,7 @@ "cli-color": "^1.1.0", "inquirer": "^8.2.0", "lodash": ">=4.17.21", - "minimist": "^1.2.3", + "minimist": "^1.2.6", "suspend": "^0.7.0" } }