diff --git a/package-lock.json b/package-lock.json index 371585e..aeb143a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -428,9 +428,9 @@ "dev": true }, "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz", + "integrity": "sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==", "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" diff --git a/package.json b/package.json index 22d3fe3..7989c31 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "lib": "./lib" }, "dependencies": { - "chalk": "^3.0.0", + "chalk": "^4.0.0", "cli-progress": "^3.7.0", "cliff": "~0.1.8", "commander": "^4.0.1",