From 6f15eafae344fc2cf14e3cc5df02f4d9afac8ec7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 00:03:25 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=93=A6=20bump=20dependency=20chalk?= =?UTF-8?q?=20to=20v5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- packages/core/package.json | 2 +- packages/create-nx-payload/package.json | 2 +- yarn.lock | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a45910a2..5fdba0f1 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/tmp": "^0.2.6", "@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/parser": "7.18.0", - "chalk": "^4.1.2", + "chalk": "^5.0.0", "cz-git": "^1.8.0", "czg": "^1.8.0", "docker-cli-js": "^2.10.0", diff --git a/packages/core/package.json b/packages/core/package.json index 2458e50c..b3b1b22e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@clack/prompts": "^0.7.0", - "chalk": "^4.1.2", + "chalk": "^5.0.0", "docker-cli-js": "^2.10.0", "kill-port": "^2.0.1", "npmlog": "^7.0.1", diff --git a/packages/create-nx-payload/package.json b/packages/create-nx-payload/package.json index 7c765329..6731d1b5 100644 --- a/packages/create-nx-payload/package.json +++ b/packages/create-nx-payload/package.json @@ -28,7 +28,7 @@ "access": "public" }, "dependencies": { - "chalk": "^4.1.0", + "chalk": "^5.0.0", "create-nx-workspace": "20.x", "enquirer": "^2.4.1", "tslib": "^2.4.1", diff --git a/yarn.lock b/yarn.lock index a29a304d..8c23aa1b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5922,7 +5922,7 @@ __metadata: languageName: node linkType: hard -"chalk@npm:^5.3.0, chalk@npm:~5.3.0": +"chalk@npm:^5.0.0, chalk@npm:^5.3.0, chalk@npm:~5.3.0": version: 5.3.0 resolution: "chalk@npm:5.3.0" checksum: 10/6373caaab21bd64c405bfc4bd9672b145647fc9482657b5ea1d549b3b2765054e9d3d928870cdf764fb4aad67555f5061538ff247b8310f110c5c888d92397ea @@ -12136,7 +12136,7 @@ __metadata: "@types/tmp": "npm:^0.2.6" "@typescript-eslint/eslint-plugin": "npm:7.18.0" "@typescript-eslint/parser": "npm:7.18.0" - chalk: "npm:^4.1.2" + chalk: "npm:^5.0.0" create-nx-workspace: "npm:20.0.5" cz-git: "npm:^1.8.0" czg: "npm:^1.8.0"