diff --git a/package-lock.json b/package-lock.json index 4d37a1e..f2bb6d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@inquirer/confirm": "^5.1.9", "@inquirer/input": "^4.1.9", "@inquirer/select": "^4.2.0", - "chalk": "^5.6.2", + "chalk": "^6.0.0", "commander": "^14.0.2", "yaml": "^2.8.3" }, @@ -1486,12 +1486,12 @@ } }, "node_modules/chalk": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", - "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-6.0.0.tgz", + "integrity": "sha512-2uNTXIuTTxk7ciZgAU1BQcgnchcG0xXnrs6jzkQfj9SsRa9M2s5zE8WT96hS6KmG4MzWHSrvH43DF1m4XRkrFg==", "license": "MIT", "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" + "node": ">=22" }, "funding": { "url": "https://github.com/chalk/chalk?sponsor=1" diff --git a/package.json b/package.json index 01fb105..ebe8330 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@inquirer/confirm": "^5.1.9", "@inquirer/input": "^4.1.9", "@inquirer/select": "^4.2.0", - "chalk": "^5.6.2", + "chalk": "^6.0.0", "commander": "^14.0.2", "yaml": "^2.8.3" },