File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 77 "author" : " David Sheldrick" ,
88 "license" : " MIT" ,
99 "engines" : {
10+ "node" : " >=10" ,
1011 "npm" : " >5"
1112 },
1213 "bin" : {
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" ,
Original file line number Diff line number Diff 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+
10881096chardet@^0.7.0 :
10891097 version "0.7.0"
10901098 resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
You can’t perform that action at this time.
0 commit comments