Skip to content

Commit 02da5b0

Browse files
fix(deps): bump chalk from 5.3.0 to 5.4.1 (#614)
Bumps [chalk](https://github.com/chalk/chalk) from 5.3.0 to 5.4.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v5.3.0...v5.4.1) --- updated-dependencies: - dependency-name: chalk 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 96cda45 commit 02da5b0

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.3.0",
14+
"chalk": "^5.4.1",
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
@@ -3631,10 +3631,10 @@ chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
36313631
ansi-styles "^4.1.0"
36323632
supports-color "^7.1.0"
36333633

3634-
chalk@^5.0.0, chalk@^5.3.0:
3635-
version "5.3.0"
3636-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
3637-
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
3634+
chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.1:
3635+
version "5.4.1"
3636+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
3637+
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
36383638

36393639
change-case@^4, change-case@^4.1.2:
36403640
version "4.1.2"

0 commit comments

Comments
 (0)