From 14ce65238c6cfcee2f1e7e5831654f365506c67d Mon Sep 17 00:00:00 2001 From: "James (Claude Code)" Date: Wed, 23 Jul 2025 20:55:21 -0400 Subject: [PATCH] fix: Update package.json dependencies to match installer requirements - Update chalk from ^4.1.2 to ^5.4.1 - Update inquirer from ^8.2.6 to ^12.6.3 - Update ora from ^5.4.1 to ^8.2.0 - Ensures compatibility with installer infrastructure - Fixes MODULE_NOT_FOUND and dependency version conflicts --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b978475f..457d4ce7 100644 --- a/package.json +++ b/package.json @@ -41,13 +41,13 @@ "dependencies": { "@kayvan/markdown-tree-parser": "^1.5.0", "bmad-method": "^4.30.3", - "chalk": "^4.1.2", + "chalk": "^5.4.1", "commander": "^14.0.0", "fs-extra": "^11.3.0", "glob": "^11.0.3", - "inquirer": "^8.2.6", + "inquirer": "^12.6.3", "js-yaml": "^4.1.0", - "ora": "^5.4.1" + "ora": "^8.2.0" }, "keywords": [ "agile",