Skip to content

Commit 427f041

Browse files
fix(deps): bump chalk from 5.4.1 to 5.5.0
Bumps [chalk](https://github.com/chalk/chalk) from 5.4.1 to 5.5.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v5.4.1...v5.5.0) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7de3926 commit 427f041

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
@@ -10,7 +10,7 @@
1010
"@salesforce/kit": "^3.2.3",
1111
"@salesforce/packaging": "^4.11.0",
1212
"@salesforce/sf-plugins-core": "^12.2.3",
13-
"chalk": "^5.4.1"
13+
"chalk": "^5.5.0"
1414
},
1515
"devDependencies": {
1616
"@oclif/plugin-command-snapshot": "^5.3.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3124,10 +3124,10 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
31243124
ansi-styles "^4.1.0"
31253125
supports-color "^7.1.0"
31263126

3127-
chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.1:
3128-
version "5.4.1"
3129-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
3130-
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
3127+
chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.1, chalk@^5.5.0:
3128+
version "5.5.0"
3129+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.5.0.tgz#67ada1df5ca809dc84c9b819d76418ddcf128428"
3130+
integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==
31313131

31323132
change-case@^4, change-case@^4.1.2:
31333133
version "4.1.2"

0 commit comments

Comments
 (0)