Skip to content

Commit 45ae3ec

Browse files
authored
Merge pull request #992 from salesforcecli/dependabot-npm_and_yarn-chalk-5.6.0
fix(deps): bump chalk from 5.5.0 to 5.6.0
2 parents 69b68b1 + 9424e3e commit 45ae3ec

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.3",
1212
"@salesforce/sf-plugins-core": "^11.3.12",
1313
"@salesforce/ts-types": "^2.0.11",
14-
"chalk": "^5.5.0",
14+
"chalk": "^5.6.0",
1515
"debug": "^4.4.1",
1616
"handlebars": "^4.7.8"
1717
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3697,10 +3697,10 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
36973697
ansi-styles "^4.1.0"
36983698
supports-color "^7.1.0"
36993699

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

37053705
change-case@^4, change-case@^4.1.2:
37063706
version "4.1.2"

0 commit comments

Comments
 (0)