From b694d9dfb5725c338e6034b78867148206fbff6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 21:37:02 +0000 Subject: [PATCH] build(deps): bump chalk from 4.1.2 to 5.3.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.3.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.3.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- cli/tools-cli/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/tools-cli/package.json b/cli/tools-cli/package.json index 15407a03..6d276ad4 100644 --- a/cli/tools-cli/package.json +++ b/cli/tools-cli/package.json @@ -24,7 +24,7 @@ "@fig/autocomplete-helpers": "workspace:^", "@fig/autocomplete-merge": "workspace:^", "@types/semver": "^7.5.8", - "chalk": "^4.1.2", + "chalk": "^5.3.0", "chokidar": "^3.6.0", "commander": "^11.1.0", "create-completion-spec": "workspace:^", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 56454f56..e6b4eea2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -131,8 +131,8 @@ importers: specifier: ^7.5.8 version: 7.5.8 chalk: - specifier: ^4.1.2 - version: 4.1.2 + specifier: ^5.3.0 + version: 5.3.0 chokidar: specifier: ^3.6.0 version: 3.6.0