From 4af9a70f489500d453df16fb4602f4a290256e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 03:57:55 +0000 Subject: [PATCH] Bump minimist from 1.2.3 to 1.2.6 in /project-2/scripts/bench Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.3 to 1.2.6. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.3...v1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- project-2/scripts/bench/package.json | 2 +- project-2/scripts/bench/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/project-2/scripts/bench/package.json b/project-2/scripts/bench/package.json index 5372942c..cb5fab67 100644 --- a/project-2/scripts/bench/package.json +++ b/project-2/scripts/bench/package.json @@ -13,7 +13,7 @@ "http2": "^3.3.6", "lighthouse": "^3.2.1", "mime": "^1.3.6", - "minimist": "^1.2.3", + "minimist": "^1.2.6", "ncp": "^2.0.0", "nodegit": "^0.18.3", "rimraf": "^2.6.1", diff --git a/project-2/scripts/bench/yarn.lock b/project-2/scripts/bench/yarn.lock index 3890ea26..d4447909 100644 --- a/project-2/scripts/bench/yarn.lock +++ b/project-2/scripts/bench/yarn.lock @@ -1006,10 +1006,10 @@ minimist@0.0.8: version "0.0.8" resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" -minimist@^1.1.0, minimist@^1.2.0, minimist@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f" - integrity sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw== +minimist@^1.1.0, minimist@^1.2.0, minimist@^1.2.6: + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== minimist@~0.0.1: version "0.0.10"