This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 37
37
"jest" : " ^24.5.0" ,
38
38
"jest-mock-console" : " ^0.4.2" ,
39
39
"jest-mock-process" : " ^1.2.0" ,
40
- "tmp" : " ^0.1.0 " ,
40
+ "tmp" : " ^0.2.1 " ,
41
41
"typescript" : " ^3.4.5"
42
42
},
43
43
"scripts" : {
Original file line number Diff line number Diff line change @@ -2946,12 +2946,19 @@ ret@~0.1.10:
2946
2946
version "0.1.15"
2947
2947
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
2948
2948
2949
- rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3 :
2949
+ rimraf@^2.5.4, rimraf@^2.6.2 :
2950
2950
version "2.6.3"
2951
2951
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
2952
2952
dependencies :
2953
2953
glob "^7.1.3"
2954
2954
2955
+ rimraf@^3.0.0 :
2956
+ version "3.0.2"
2957
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
2958
+ integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
2959
+ dependencies :
2960
+ glob "^7.1.3"
2961
+
2955
2962
rsvp@^4.8.4 :
2956
2963
version "4.8.4"
2957
2964
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.4.tgz#b50e6b34583f3dd89329a2f23a8a2be072845911"
@@ -3268,11 +3275,12 @@ throat@^4.0.0:
3268
3275
version "4.1.0"
3269
3276
resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a"
3270
3277
3271
- tmp@^0.1.0 :
3272
- version "0.1.0"
3273
- resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877"
3278
+ tmp@^0.2.1 :
3279
+ version "0.2.1"
3280
+ resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
3281
+ integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
3274
3282
dependencies :
3275
- rimraf "^2.6.3 "
3283
+ rimraf "^3.0.0 "
3276
3284
3277
3285
3278
3286
version "1.0.4"
You can’t perform that action at this time.
0 commit comments