From 5bf95f9db88995e1800f34e3bd60a16307102443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 04:31:50 +0000 Subject: [PATCH] Bump minimist from 1.2.0 to 1.2.6 Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e39eb7c..40b07b3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "bufferutil": "^3.0.3", "https-proxy-agent": "^2.1.1", - "minimist": "^1.2.0", + "minimist": "^1.2.6", "ws": "^3.3.3" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 7084e8a..49f28a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -145,9 +145,9 @@ minimist@0.0.8: version "0.0.8" resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" -minimist@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" +minimist@^1.2.0, minimist@^1.2.6: + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" mkdirp@^0.5.1: version "0.5.1"