diff --git a/package.json b/package.json index 70b4fce..12d1def 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aicommits", - "version": "0.2.1", + "version": "0.2.2", "description": "Writes your git commit messages for you with AI", "main": "bin/index.js", "bin": { @@ -17,7 +17,7 @@ "build": "tsc" }, "dependencies": { - "chalk": "^5.2.0", + "chalk": "^4.1.2", "inquirer": "^9.1.4", "node-fetch": "^3.3.0" }