Fixes a punycode deprecating issue

This commit is contained in:
Eyal Toledano
2025-03-22 00:10:39 -04:00
parent 306d79fb7c
commit 982c38ac5f
2 changed files with 81 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "claude-task-master",
"version": "1.5.2",
"version": "1.5.4",
"description": "A task management system for AI-driven development with Claude",
"main": "index.js",
"type": "module",
@@ -34,8 +34,7 @@
"figlet": "^1.8.0",
"gradient-string": "^3.0.0",
"openai": "^4.86.1",
"ora": "^8.2.0",
"punycode": "^2.3.1"
"ora": "^8.2.0"
},
"engines": {
"node": ">=14.0.0"
@@ -55,5 +54,9 @@
".cursor/**",
"README-task-master.md",
"index.js"
]
],
"overrides": {
"node-fetch": "^3.3.2",
"whatwg-url": "^11.0.0"
}
}