File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 34
34
"electron-builder" : " ^22.2.0" ,
35
35
"execa" : " ^5.0.0" ,
36
36
"friendly-errors-webpack-plugin" : " ^1.7.0" ,
37
- "fs-extra" : " ^9 .0.1 " ,
37
+ "fs-extra" : " ^10 .0.0 " ,
38
38
"lodash.merge" : " ^4.6.1" ,
39
39
"portfinder" : " ^1.0.16" ,
40
40
"pumpify" : " ^2.0.1" ,
Original file line number Diff line number Diff line change @@ -7257,6 +7257,15 @@ fs-exists-sync@^0.1.0:
7257
7257
resolved "https://registry.yarnpkg.com/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz#982d6893af918e72d08dec9e8673ff2b5a8d6add"
7258
7258
integrity sha1-mC1ok6+RjnLQjeyehnP/K1qNat0=
7259
7259
7260
+ fs-extra@^10.0.0:
7261
+ version "10.0.0"
7262
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
7263
+ integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
7264
+ dependencies:
7265
+ graceful-fs "^4.2.0"
7266
+ jsonfile "^6.0.1"
7267
+ universalify "^2.0.0"
7268
+
7260
7269
fs-extra@^7.0.1:
7261
7270
version "7.0.1"
7262
7271
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
You can’t perform that action at this time.
0 commit comments