diff --git a/maxctrl/package-lock.json b/maxctrl/package-lock.json index 5e40ccae9..824beca55 100644 --- a/maxctrl/package-lock.json +++ b/maxctrl/package-lock.json @@ -673,6 +673,13 @@ "integrity": "sha1-9TsFJmqLGguTSz0IIebi3FkUriM=", "requires": { "colors": "1.0.3" + }, + "dependencies": { + "colors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz", + "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=" + } } }, "cli-width": { @@ -751,9 +758,9 @@ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" }, "colors": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz", - "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==" }, "combined-stream": { "version": "1.0.7", diff --git a/maxctrl/package.json b/maxctrl/package.json index 92b0c7daf..5a08eca3c 100644 --- a/maxctrl/package.json +++ b/maxctrl/package.json @@ -18,6 +18,7 @@ "license": "SEE LICENSE IN ../LICENSE.TXT", "dependencies": { "cli-table": "^0.3.1", + "colors": "^1.4.0", "globby": "^8.0.2", "inquirer": "^6.2.1", "inquirer-command-prompt": "0.0.8",