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 @@ -2834,12 +2834,19 @@ ret@~0.1.10:
2834
2834
version "0.1.15"
2835
2835
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
2836
2836
2837
- rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3 :
2837
+ rimraf@^2.5.4, rimraf@^2.6.2 :
2838
2838
version "2.6.3"
2839
2839
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
2840
2840
dependencies :
2841
2841
glob "^7.1.3"
2842
2842
2843
+ rimraf@^3.0.0 :
2844
+ version "3.0.2"
2845
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
2846
+ integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
2847
+ dependencies :
2848
+ glob "^7.1.3"
2849
+
2843
2850
rsvp@^4.8.4 :
2844
2851
version "4.8.4"
2845
2852
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.4.tgz#b50e6b34583f3dd89329a2f23a8a2be072845911"
@@ -3149,11 +3156,12 @@ throat@^4.0.0:
3149
3156
version "4.1.0"
3150
3157
resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a"
3151
3158
3152
- tmp@^0.1.0 :
3153
- version "0.1.0"
3154
- resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877"
3159
+ tmp@^0.2.1 :
3160
+ version "0.2.1"
3161
+ resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
3162
+ integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
3155
3163
dependencies :
3156
- rimraf "^2.6.3 "
3164
+ rimraf "^3.0.0 "
3157
3165
3158
3166
3159
3167
version "1.0.4"
You can’t perform that action at this time.
0 commit comments