From b7710be607cf4e8b85f465eb2d1decf83c89ed21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 04:32:20 +0000 Subject: [PATCH] fix(deps): update dependency chalk to v5 --- package-lock.json | 28 +++++++++++++++++++++++++++- packages/cli/package.json | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 689e5f00..b7672f06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10031,7 +10031,7 @@ "@babel/types": "7.22.5", "ajv": "8.12.0", "boxen": "5.1.2", - "chalk": "4.1.2", + "chalk": "5.3.0", "commander": "10.0.1", "execa": "5.1.1", "fs-extra": "11.1.1", @@ -10123,6 +10123,17 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/cli/node_modules/chalk": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "packages/cli/node_modules/cli-cursor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", @@ -10189,6 +10200,21 @@ "node": ">=12.0.0" } }, + "packages/cli/node_modules/inquirer/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "packages/cli/node_modules/mute-stream": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", diff --git a/packages/cli/package.json b/packages/cli/package.json index 20546e85..83571847 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -11,7 +11,7 @@ "@babel/types": "7.22.5", "ajv": "8.12.0", "boxen": "5.1.2", - "chalk": "4.1.2", + "chalk": "5.3.0", "commander": "10.0.1", "execa": "5.1.1", "fs-extra": "11.1.1",