Skip to content

Commit d12a2c8

Browse files
fix(deps): bump chalk from 5.5.0 to 5.6.0 (#717)
Bumps [chalk](https://github.com/chalk/chalk) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9faa45a commit d12a2c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@salesforce/kit": "^3.2.0",
1212
"@salesforce/sf-plugins-core": "^7.1.16",
1313
"@salesforce/ts-types": "^2.0.9",
14-
"chalk": "^5.5.0",
14+
"chalk": "^5.6.0",
1515
"lodash.get": "^4.4.2",
1616
"moment": "^2.30.1"
1717
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3556,10 +3556,10 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
35563556
ansi-styles "^4.1.0"
35573557
supports-color "^7.1.0"
35583558

3559-
chalk@^5.0.0, chalk@^5.3.0, chalk@^5.5.0:
3560-
version "5.5.0"
3561-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.5.0.tgz#67ada1df5ca809dc84c9b819d76418ddcf128428"
3562-
integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==
3559+
chalk@^5.0.0, chalk@^5.3.0, chalk@^5.5.0, chalk@^5.6.0:
3560+
version "5.6.0"
3561+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.0.tgz#a1a8d294ea3526dbb77660f12649a08490e33ab8"
3562+
integrity sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==
35633563

35643564
change-case@^4, change-case@^4.1.2:
35653565
version "4.1.2"

0 commit comments

Comments
 (0)