diff --git a/package-lock.json b/package-lock.json index efb2580..d79cd21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tuyapi/link": "^0.5.0", "@tuyapi/stub": "^0.2.0", "cli-table3": "^0.6.0", - "colors": "^1.4.0", + "colors": "1.4.0", "commander": "^5.1.0", "configstore": "^5.0.1", "debug": "^4.1.1", diff --git a/package.json b/package.json index e513908..6ad6d58 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@tuyapi/link": "^0.5.0", "@tuyapi/stub": "^0.2.0", "cli-table3": "^0.6.0", - "colors": "^1.4.0", + "colors": "1.4.0", "commander": "^5.1.0", "configstore": "^5.0.1", "debug": "^4.1.1",