From 1f36b3d350615836d27cfd56905a1186c7df4bb3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 12 Jan 2023 02:21:51 +0000
Subject: [PATCH] build(deps): bump minimatch from 3.0.4 to 3.0.5 in /cli

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 cli/package-lock.json | 14 +++++++-------
 cli/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/cli/package-lock.json b/cli/package-lock.json
index 3a73bbf..890342d 100644
--- a/cli/package-lock.json
+++ b/cli/package-lock.json
@@ -11,7 +11,7 @@
             "dependencies": {
                 "axios": "^0.21.2",
                 "chalk": "^4.1.0",
-                "minimatch": "^3.0.4",
+                "minimatch": "^3.0.5",
                 "nocamel": "^1.0.2",
                 "semver": "^7.3.5",
                 "ws": "^7.5.3",
@@ -170,9 +170,9 @@
             }
         },
         "node_modules/minimatch": {
-            "version": "3.0.4",
-            "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
-            "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+            "version": "3.0.5",
+            "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz",
+            "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==",
             "dependencies": {
                 "brace-expansion": "^1.1.7"
             },
@@ -426,9 +426,9 @@
             }
         },
         "minimatch": {
-            "version": "3.0.4",
-            "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
-            "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+            "version": "3.0.5",
+            "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz",
+            "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==",
             "requires": {
                 "brace-expansion": "^1.1.7"
             }
diff --git a/cli/package.json b/cli/package.json
index ef1103e..1461740 100644
--- a/cli/package.json
+++ b/cli/package.json
@@ -7,7 +7,7 @@
     "dependencies": {
         "axios": "^0.21.2",
         "chalk": "^4.1.0",
-        "minimatch": "^3.0.4",
+        "minimatch": "^3.0.5",
         "nocamel": "^1.0.2",
         "semver": "^7.3.5",
         "ws": "^7.5.3",