From bad059d9f5e13aa28440c6d32f5c73951af7ff7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 05:56:02 +0000 Subject: [PATCH] fix(deps): update dependency chalk to v5 --- package-lock.json | 22 ++++++++++++++++++++-- packages/cli/package.json | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8bd1622f..72ddfc69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9612,7 +9612,7 @@ "@babel/types": "7.20.7", "ajv": "8.12.0", "boxen": "5.1.2", - "chalk": "4.1.2", + "chalk": "5.2.0", "commander": "9.4.1", "execa": "5.1.1", "fs-extra": "11.1.0", @@ -9679,6 +9679,17 @@ "node": ">=14" } }, + "packages/cli/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/template-ts-package": { "name": "@coat/template-ts-package", "version": "0.0.43", @@ -11013,7 +11024,7 @@ "@typescript-eslint/parser": "5.48.0", "ajv": "8.12.0", "boxen": "5.1.2", - "chalk": "4.1.2", + "chalk": "5.2.0", "commander": "9.4.1", "concurrently": "7.6.0", "cross-env": "7.0.3", @@ -11051,6 +11062,13 @@ "unquoted-property-validator": "1.1.0", "which": "3.0.0", "wrap-ansi": "7.0.0" + }, + "dependencies": { + "chalk": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz", + "integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==" + } } }, "@coat/template-ts-package": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 5d65e320..125576c0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -11,7 +11,7 @@ "@babel/types": "7.20.7", "ajv": "8.12.0", "boxen": "5.1.2", - "chalk": "4.1.2", + "chalk": "5.2.0", "commander": "9.4.1", "execa": "5.1.1", "fs-extra": "11.1.0",