File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 7
7
"author" : " David Sheldrick" ,
8
8
"license" : " MIT" ,
9
9
"engines" : {
10
+ "node" : " >=10" ,
10
11
"npm" : " >5"
11
12
},
12
13
"bin" : {
72
73
},
73
74
"dependencies" : {
74
75
"@yarnpkg/lockfile" : " ^1.1.0" ,
75
- "chalk" : " ^2.4 .2" ,
76
+ "chalk" : " ^4.1 .2" ,
76
77
"cross-spawn" : " ^6.0.5" ,
77
78
"find-yarn-workspace-root" : " ^2.0.0" ,
78
79
"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:
1085
1085
ansi-styles "^4.1.0"
1086
1086
supports-color "^7.1.0"
1087
1087
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
+
1088
1096
chardet@^0.7.0 :
1089
1097
version "0.7.0"
1090
1098
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
You can’t perform that action at this time.
0 commit comments