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",