From cc171cdbea7ac40194f8bbfaf26dec99afdec686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 00:51:10 +0000 Subject: [PATCH] fix(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] --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 499937d..c66125c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@salesforce/core": "^5.3.12", "@salesforce/lwc-dev-mobile-core": "^3.3.1", "@salesforce/sf-plugins-core": "^4.0.0", - "chalk": "^4.1.2" + "chalk": "^5.3.0" }, "devDependencies": { "@types/cli-progress": "^3.11.6", diff --git a/yarn.lock b/yarn.lock index db444a3..ef42075 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2827,7 +2827,7 @@ chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: ansi-styles "^4.1.0" supports-color "^7.1.0" -chalk@~5.3.0: +chalk@^5.3.0, chalk@~5.3.0: version "5.3.0" resolved "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz" integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==