Skip to content

Commit 896827d

Browse files
authored
Merge pull request #389 from stianjensen/bump-chalk
Bump Chalk to 4.x
2 parents 5c2c92b + 300f471 commit 896827d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"author": "David Sheldrick",
88
"license": "MIT",
99
"engines": {
10+
"node": ">=10",
1011
"npm": ">5"
1112
},
1213
"bin": {
@@ -72,7 +73,7 @@
7273
},
7374
"dependencies": {
7475
"@yarnpkg/lockfile": "^1.1.0",
75-
"chalk": "^2.4.2",
76+
"chalk": "^4.1.2",
7677
"cross-spawn": "^6.0.5",
7778
"find-yarn-workspace-root": "^2.0.0",
7879
"fs-extra": "^7.0.1",

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,14 @@ chalk@^4.0.0, chalk@^4.1.0:
10851085
ansi-styles "^4.1.0"
10861086
supports-color "^7.1.0"
10871087

1088+
chalk@^4.1.2:
1089+
version "4.1.2"
1090+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1091+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1092+
dependencies:
1093+
ansi-styles "^4.1.0"
1094+
supports-color "^7.1.0"
1095+
10881096
chardet@^0.7.0:
10891097
version "0.7.0"
10901098
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"

0 commit comments

Comments
 (0)