Skip to content

Commit 6b1c752

Browse files
build(deps): bump chalk from 4.1.2 to 5.0.1 (#175)
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.0.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v4.1.2...v5.0.1) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20c0f78 commit 6b1c752

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@oclif/config": "^1",
1313
"@oclif/plugin-help": "^5",
1414
"@oclif/plugin-warn-if-update-available": "^1.7.0",
15-
"chalk": "^4.1.0",
15+
"chalk": "^5.0.1",
1616
"decompress": "^4.2.1",
1717
"dotenv": "^10.0.0",
1818
"execa": "^5.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,6 +1660,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
16601660
ansi-styles "^4.1.0"
16611661
supports-color "^7.1.0"
16621662

1663+
chalk@^5.0.1:
1664+
version "5.0.1"
1665+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6"
1666+
integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==
1667+
16631668
char-regex@^1.0.2:
16641669
version "1.0.2"
16651670
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"

0 commit comments

Comments
 (0)