File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 72
72
"codecov" : " ^3.6.5" ,
73
73
"deepmerge" : " ^4.2.2" ,
74
74
"eslint" : " 7.32.0" ,
75
+ "fs-extra" : " ^10.1.0" ,
75
76
"jest" : " ^27.5.1" ,
76
77
"jest-environment-node" : " ^27.5.1" ,
77
78
"jsdom" : " ^19.0.0" ,
Original file line number Diff line number Diff line change @@ -13030,6 +13030,15 @@ fs-extra@^10.0.0:
13030
13030
jsonfile "^6.0.1"
13031
13031
universalify "^2.0.0"
13032
13032
13033
+ fs-extra@^10.1.0:
13034
+ version "10.1.0"
13035
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
13036
+ integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
13037
+ dependencies:
13038
+ graceful-fs "^4.2.0"
13039
+ jsonfile "^6.0.1"
13040
+ universalify "^2.0.0"
13041
+
13033
13042
fs-extra@^4.0.2, fs-extra@^4.0.3:
13034
13043
version "4.0.3"
13035
13044
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
You can’t perform that action at this time.
0 commit comments