From ae84337a6b5302d96d03d63833dbb0c41b020b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:46:31 +0000 Subject: [PATCH] Bump minimist from 1.2.0 to 1.2.6 in /crawler 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] --- crawler/package.json | 2 +- crawler/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crawler/package.json b/crawler/package.json index efecd58a5..d9cb1237c 100644 --- a/crawler/package.json +++ b/crawler/package.json @@ -10,7 +10,7 @@ "dependencies": { "graphql-request": "^1.8.2", "lodash": "^4.17.11", - "minimist": "^1.2.0", + "minimist": "^1.2.6", "ora": "^3.4.0", "p-queue": "^6.0.2" }, diff --git a/crawler/yarn.lock b/crawler/yarn.lock index 57dcbe4fb..fff6c7e73 100644 --- a/crawler/yarn.lock +++ b/crawler/yarn.lock @@ -1346,10 +1346,10 @@ minimist@0.0.8: resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= -minimist@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" - integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= +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== mkdirp@^0.5.1: version "0.5.1"