File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 38
38
"npm-run-all" : " ^4.1.1" ,
39
39
"open" : " ^0.0.5" ,
40
40
"readline-sync" : " ^1.4.7" ,
41
- "shelljs" : " ^0.7.8 " ,
41
+ "shelljs" : " ^0.8.1 " ,
42
42
"shx" : " ^0.2.2" ,
43
43
"tmp" : " ^0.0.33" ,
44
44
"tweak-sourcemap-paths" : " 0.0.3" ,
Original file line number Diff line number Diff line change @@ -1173,14 +1173,22 @@ shell-quote@^1.6.1:
1173
1173
array-reduce "~0.0.0"
1174
1174
jsonify "~0.0.0"
1175
1175
1176
- shelljs@^0.7.0, shelljs@^0.7.3, shelljs@^0.7.8 :
1176
+ shelljs@^0.7.0, shelljs@^0.7.3 :
1177
1177
version "0.7.8"
1178
1178
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
1179
1179
dependencies :
1180
1180
glob "^7.0.0"
1181
1181
interpret "^1.0.0"
1182
1182
rechoir "^0.6.2"
1183
1183
1184
+ shelljs@^0.8.1 :
1185
+ version "0.8.1"
1186
+ resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.1.tgz#729e038c413a2254c4078b95ed46e0397154a9f1"
1187
+ dependencies :
1188
+ glob "^7.0.0"
1189
+ interpret "^1.0.0"
1190
+ rechoir "^0.6.2"
1191
+
1184
1192
shx@^0.2.2 :
1185
1193
version "0.2.2"
1186
1194
resolved "https://registry.yarnpkg.com/shx/-/shx-0.2.2.tgz#0a304d020b0edf1306ad81570e80f0346df58a39"
You can’t perform that action at this time.
0 commit comments