File tree Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 13
13
},
14
14
"devDependencies" : {
15
15
"@sourcegraph/prettierrc" : " 3.0.3" ,
16
- "@types/fs-extra" : " ^9 .0.11 " ,
16
+ "@types/fs-extra" : " ^11 .0.0 " ,
17
17
"@types/node" : " latest" ,
18
18
"opn-cli" : " 4.1.0" ,
19
19
"prettier" : " 2.0.4" ,
24
24
"@pulumi/gcp" : " 5.2.0" ,
25
25
"@pulumi/kubernetes" : " 3.1.1" ,
26
26
"@pulumi/pulumi" : " 3.2.1" ,
27
- "fs-extra" : " ^10 .0.0" ,
27
+ "fs-extra" : " ^11 .0.0" ,
28
28
"simple-git" : " ^2.38.0"
29
29
}
30
30
}
Original file line number Diff line number Diff line change 194
194
" @types/qs" " *"
195
195
" @types/serve-static" " *"
196
196
197
- " @types/fs-extra@^9 .0.11 " :
198
- version "9 .0.11 "
199
- resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9 .0.11 .tgz#8cc99e103499eab9f347dbc6ca4e99fb8d2c2b87 "
200
- integrity sha512-mZsifGG4QeQ7hlkhO56u7zt/ycBgGxSVsFI/6lGTU34VtwkiqrrSDgw0+ygs8kFGWcXnFQWMrzF2h7TtDFNixA ==
197
+ " @types/fs-extra@^11 .0.0 " :
198
+ version "11 .0.4 "
199
+ resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11 .0.4 .tgz#e16a863bb8843fba8c5004362b5a73e17becca45 "
200
+ integrity sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ ==
201
201
dependencies :
202
+ " @types/jsonfile" " *"
202
203
" @types/node" " *"
203
204
204
205
" @types/glob@^5.0.35 " :
210
211
" @types/minimatch" " *"
211
212
" @types/node" " *"
212
213
214
+ " @types/jsonfile@* " :
215
+ version "6.1.4"
216
+ resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.4.tgz#614afec1a1164e7d670b4a7ad64df3e7beb7b702"
217
+ integrity sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==
218
+ dependencies :
219
+ " @types/node" " *"
220
+
213
221
" @types/long@^4.0.1 " :
214
222
version "4.0.1"
215
223
resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.1.tgz#459c65fa1867dafe6a8f322c4c51695663cc55e9"
@@ -509,10 +517,10 @@ form-data@^3.0.0:
509
517
combined-stream "^1.0.8"
510
518
mime-types "^2.1.12"
511
519
512
- fs-extra@^10 .0.0 :
513
- version "10.0.0 "
514
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0 .tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1 "
515
- integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ ==
520
+ fs-extra@^11 .0.0 :
521
+ version "11.3.1 "
522
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.1 .tgz#ba7a1f97a85f94c6db2e52ff69570db3671d5a74 "
523
+ integrity sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g ==
516
524
dependencies :
517
525
graceful-fs "^4.2.0"
518
526
jsonfile "^6.0.1"
You can’t perform that action at this time.
0 commit comments