diff --git a/package-lock.json b/package-lock.json index fb98cba54..d258d631e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12353,7 +12353,7 @@ "license": "MIT", "dependencies": { "@kuai/docker-node": "0.0.1", - "chalk": "4.1.2", + "chalk": "5.2.0", "enquirer": "2.3.6", "find-up": "5.0.0", "lodash": "4.17.21" @@ -12362,6 +12362,17 @@ "@types/lodash": "4.14.191" } }, + "packages/core/node_modules/chalk": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz", + "integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "packages/docker-node": { "name": "@kuai/docker-node", "version": "0.0.1", @@ -13327,10 +13338,17 @@ "requires": { "@kuai/docker-node": "0.0.1", "@types/lodash": "4.14.191", - "chalk": "4.1.2", + "chalk": "5.2.0", "enquirer": "2.3.6", "find-up": "5.0.0", "lodash": "4.17.21" + }, + "dependencies": { + "chalk": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz", + "integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==" + } } }, "@kuai/docker-node": { diff --git a/packages/core/package.json b/packages/core/package.json index 56dd3d499..b01c02e82 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@kuai/docker-node": "0.0.1", - "chalk": "4.1.2", + "chalk": "5.2.0", "enquirer": "2.3.6", "find-up": "5.0.0", "lodash": "4.17.21"