This repository was archived by the owner on Jun 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -1205,11 +1205,11 @@ create-error-class@^3.0.0:
1205
1205
dependencies :
1206
1206
capture-stack-trace "^1.0.0"
1207
1207
1208
- cross-env@^5.1.5 :
1209
- version "5.1.5 "
1210
- resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.1.5 .tgz#31daf7f3a52ef337c8ddda585f08175cce5d1fa5 "
1208
+ cross-env@^5.2.0 :
1209
+ version "5.2.0 "
1210
+ resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.0 .tgz#6ecd4c015d5773e614039ee529076669b9d126f2 "
1211
1211
dependencies :
1212
- cross-spawn "^5.1.0 "
1212
+ cross-spawn "^6.0.5 "
1213
1213
is-windows "^1.0.0"
1214
1214
1215
1215
cross-spawn@^3.0.0 :
@@ -1234,6 +1234,16 @@ cross-spawn@^5.0.1, cross-spawn@^5.1.0:
1234
1234
shebang-command "^1.2.0"
1235
1235
which "^1.2.9"
1236
1236
1237
+ cross-spawn@^6.0.5 :
1238
+ version "6.0.5"
1239
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
1240
+ dependencies :
1241
+ nice-try "^1.0.4"
1242
+ path-key "^2.0.1"
1243
+ semver "^5.5.0"
1244
+ shebang-command "^1.2.0"
1245
+ which "^1.2.9"
1246
+
1237
1247
crypt@~0.0.1 :
1238
1248
version "0.0.2"
1239
1249
resolved "https://registry.yarnpkg.com/crypt/-/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b"
3882
3892
version "0.6.1"
3883
3893
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9"
3884
3894
3895
+ nice-try@^1.0.4 :
3896
+ version "1.0.4"
3897
+ resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.4.tgz#d93962f6c52f2c1558c0fbda6d512819f1efe1c4"
3898
+
3885
3899
3886
3900
version "2.0.0"
3887
3901
resolved "https://registry.yarnpkg.com/nocache/-/nocache-2.0.0.tgz#202b48021a0c4cbde2df80de15a17443c8b43980"
@@ -4284,7 +4298,7 @@ path-is-inside@^1.0.1, path-is-inside@^1.0.2:
4284
4298
version "1.0.2"
4285
4299
resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
4286
4300
4287
- path-key@^2.0.0 :
4301
+ path-key@^2.0.0, path-key@^2.0.1 :
4288
4302
version "2.0.1"
4289
4303
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
4290
4304
You can’t perform that action at this time.
0 commit comments