Skip to content

Commit 1fdc429

Browse files
authored
Merge pull request #984 from salesforcecli/dependabot-npm_and_yarn-chalk-5.5.0
fix(deps): bump chalk from 5.4.1 to 5.5.0
2 parents b3c1368 + aa9bfac commit 1fdc429

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.4.1",
14+
"chalk": "^5.5.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
@@ -3323,10 +3323,10 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
33233323
ansi-styles "^4.1.0"
33243324
supports-color "^7.1.0"
33253325

3326-
chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.1:
3327-
version "5.4.1"
3328-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
3329-
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
3326+
chalk@^5.0.0, chalk@^5.3.0, chalk@^5.5.0:
3327+
version "5.5.0"
3328+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.5.0.tgz#67ada1df5ca809dc84c9b819d76418ddcf128428"
3329+
integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==
33303330

33313331
change-case@^4, change-case@^4.1.2:
33323332
version "4.1.2"

0 commit comments

Comments
 (0)