Skip to content

Commit

Permalink
Merge pull request #389 from stianjensen/bump-chalk
Browse files Browse the repository at this point in the history
Bump Chalk to 4.x
  • Loading branch information
orta committed Sep 28, 2022
2 parents 5c2c92b + 300f471 commit 896827d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -7,6 +7,7 @@
"author": "David Sheldrick",
"license": "MIT",
"engines": {
"node": ">=10",
"npm": ">5"
},
"bin": {
Expand Down Expand Up @@ -72,7 +73,7 @@
},
"dependencies": {
"@yarnpkg/lockfile": "^1.1.0",
"chalk": "^2.4.2",
"chalk": "^4.1.2",
"cross-spawn": "^6.0.5",
"find-yarn-workspace-root": "^2.0.0",
"fs-extra": "^7.0.1",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Expand Up @@ -1085,6 +1085,14 @@ chalk@^4.0.0, chalk@^4.1.0:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chardet@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
Expand Down

0 comments on commit 896827d

Please sign in to comment.