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 @@ -1289,14 +1289,22 @@ shell-quote@^1.6.1:
1289
1289
array-reduce "~0.0.0"
1290
1290
jsonify "~0.0.0"
1291
1291
1292
- shelljs@^0.7.0, shelljs@^0.7.3, shelljs@^0.7.8 :
1292
+ shelljs@^0.7.0, shelljs@^0.7.3 :
1293
1293
version "0.7.8"
1294
1294
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
1295
1295
dependencies :
1296
1296
glob "^7.0.0"
1297
1297
interpret "^1.0.0"
1298
1298
rechoir "^0.6.2"
1299
1299
1300
+ shelljs@^0.8.1 :
1301
+ version "0.8.1"
1302
+ resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.1.tgz#729e038c413a2254c4078b95ed46e0397154a9f1"
1303
+ dependencies :
1304
+ glob "^7.0.0"
1305
+ interpret "^1.0.0"
1306
+ rechoir "^0.6.2"
1307
+
1300
1308
shx@^0.2.2 :
1301
1309
version "0.2.2"
1302
1310
resolved "https://registry.yarnpkg.com/shx/-/shx-0.2.2.tgz#0a304d020b0edf1306ad81570e80f0346df58a39"
You can’t perform that action at this time.
0 commit comments