File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 103
103
"rimraf" : " ^3.0.2" ,
104
104
"sudo-prompt" : " ^8.2.0" ,
105
105
"systeminformation" : " ^5.3.1" ,
106
- "tmp" : " ^0.0.33 " ,
106
+ "tmp" : " ^0.2.1 " ,
107
107
"yargs" : " ^16.2.0"
108
108
},
109
109
"optionalDependencies" : {},
Original file line number Diff line number Diff line change @@ -3264,7 +3264,7 @@ rimraf@^2.5.2:
3264
3264
dependencies :
3265
3265
glob "^7.1.3"
3266
3266
3267
- rimraf@^3.0.2 :
3267
+ rimraf@^3.0.0, rimraf@^3.0. 2 :
3268
3268
version "3.0.2"
3269
3269
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
3270
3270
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
@@ -3696,6 +3696,13 @@ tmp@^0.0.33:
3696
3696
dependencies :
3697
3697
os-tmpdir "~1.0.2"
3698
3698
3699
+ tmp@^0.2.1 :
3700
+ version "0.2.1"
3701
+ resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
3702
+ integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
3703
+ dependencies :
3704
+ rimraf "^3.0.0"
3705
+
3699
3706
3700
3707
version "1.0.0"
3701
3708
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
You can’t perform that action at this time.
0 commit comments