diff --git a/package.json b/package.json index f2b0fe8..32858b8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "yarn build && ava" }, "dependencies": { - "chalk": "^3.0.0", + "chalk": "^5.0.0", "commander": "^5.0.0", "cordova-config": "^0.7.0", "resolve-from": "^5.0.0" diff --git a/yarn.lock b/yarn.lock index a2eb599..84ee9e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1320,6 +1320,11 @@ chalk@^3.0.0: ansi-styles "^4.1.0" supports-color "^7.1.0" +chalk@^5.0.0: + version "5.6.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea" + integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA== + chardet@^0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"