Add missing colors
dependency
MaxCtrl seems to have relied on an implicit dependency which, for whatever reason, broke only recently. Since we require() it, we should declare it as a dependency.
This commit is contained in:
13
maxctrl/package-lock.json
generated
13
maxctrl/package-lock.json
generated
@ -673,6 +673,13 @@
|
|||||||
"integrity": "sha1-9TsFJmqLGguTSz0IIebi3FkUriM=",
|
"integrity": "sha1-9TsFJmqLGguTSz0IIebi3FkUriM=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"colors": "1.0.3"
|
"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": {
|
"cli-width": {
|
||||||
@ -751,9 +758,9 @@
|
|||||||
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
|
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
|
||||||
},
|
},
|
||||||
"colors": {
|
"colors": {
|
||||||
"version": "1.0.3",
|
"version": "1.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
|
||||||
"integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs="
|
"integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA=="
|
||||||
},
|
},
|
||||||
"combined-stream": {
|
"combined-stream": {
|
||||||
"version": "1.0.7",
|
"version": "1.0.7",
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
"license": "SEE LICENSE IN ../LICENSE.TXT",
|
"license": "SEE LICENSE IN ../LICENSE.TXT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cli-table": "^0.3.1",
|
"cli-table": "^0.3.1",
|
||||||
|
"colors": "^1.4.0",
|
||||||
"globby": "^8.0.2",
|
"globby": "^8.0.2",
|
||||||
"inquirer": "^6.2.1",
|
"inquirer": "^6.2.1",
|
||||||
"inquirer-command-prompt": "0.0.8",
|
"inquirer-command-prompt": "0.0.8",
|
||||||
|
Reference in New Issue
Block a user