From 8086a19ed4828bebe2ed5ecbebbc07ef75702601 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 14 Nov 2022 07:52:22 +0000
Subject: [PATCH] chore(deps): bump minimist

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.0 to 1.2.7.
- [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.0...v1.2.7)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

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

diff --git a/06-test-react-components-with-jest-and-react-testing-library/package-lock.json b/06-test-react-components-with-jest-and-react-testing-library/package-lock.json
index 46d3ea1..680031e 100644
--- a/06-test-react-components-with-jest-and-react-testing-library/package-lock.json
+++ b/06-test-react-components-with-jest-and-react-testing-library/package-lock.json
@@ -5280,14 +5280,6 @@
       "dev": true,
       "requires": {
         "minimist": "^1.2.0"
-      },
-      "dependencies": {
-        "minimist": {
-          "version": "1.2.0",
-          "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
-          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
-          "dev": true
-        }
       }
     },
     "kleur": {
@@ -5403,6 +5395,12 @@
         "brace-expansion": "^1.1.7"
       }
     },
+    "minimist": {
+      "version": "1.2.7",
+      "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz",
+      "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==",
+      "dev": true
+    },
     "ms": {
       "version": "2.1.2",
       "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",