File tree 5 files changed +14
-5
lines changed
5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 43
43
"@types/lodash.merge" : " ^4.6.7" ,
44
44
"@types/node" : " ^14.0.0" ,
45
45
"@types/yargs" : " ^17.0.0" ,
46
- "fs-extra" : " ^10 .0.0" ,
46
+ "fs-extra" : " ^11 .0.0" ,
47
47
"lodash.merge" : " ^4.6.2"
48
48
},
49
49
"dependencies" : {
Original file line number Diff line number Diff line change 45
45
"dependencies" : {
46
46
"@commitlint/top-level" : " ^17.0.0" ,
47
47
"@commitlint/types" : " ^17.0.0" ,
48
- "fs-extra" : " ^10 .0.0" ,
48
+ "fs-extra" : " ^11 .0.0" ,
49
49
"git-raw-commits" : " ^2.0.0" ,
50
50
"minimist" : " ^1.2.6"
51
51
},
Original file line number Diff line number Diff line change 34
34
"@types/fs-extra" : " ^9.0.1" ,
35
35
"@types/tmp" : " ^0.2.0" ,
36
36
"execa" : " ^5.0.0" ,
37
- "fs-extra" : " ^10 .0.0" ,
37
+ "fs-extra" : " ^11 .0.0" ,
38
38
"pkg-dir" : " 5.0.0" ,
39
39
"resolve-pkg" : " 2.0.0" ,
40
40
"tmp" : " 0.2.1"
Original file line number Diff line number Diff line change 42
42
},
43
43
"dependencies" : {
44
44
"execa" : " ^5.0.0" ,
45
- "fs-extra" : " ^10 .0.0" ,
45
+ "fs-extra" : " ^11 .0.0" ,
46
46
"read-pkg" : " 7.1.0" ,
47
47
"require-from-string" : " 2.0.2" ,
48
48
"tar-fs" : " 2.1.1" ,
Original file line number Diff line number Diff line change @@ -5821,7 +5821,7 @@ fs-constants@^1.0.0:
5821
5821
resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
5822
5822
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
5823
5823
5824
- fs-extra@10.1.0, fs-extra@^10.0.0, fs-extra@^10. 1.0 :
5824
+ fs-extra@10.1.0, fs-extra@^10.1.0 :
5825
5825
version "10.1.0"
5826
5826
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
5827
5827
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
@@ -5840,6 +5840,15 @@ fs-extra@9.1.0, fs-extra@^9.1.0:
5840
5840
jsonfile "^6.0.1"
5841
5841
universalify "^2.0.0"
5842
5842
5843
+ fs-extra@^11.0.0 :
5844
+ version "11.1.0"
5845
+ resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
5846
+ integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
5847
+ dependencies :
5848
+ graceful-fs "^4.2.0"
5849
+ jsonfile "^6.0.1"
5850
+ universalify "^2.0.0"
5851
+
5843
5852
fs-extra@^7.0.1 :
5844
5853
version "7.0.1"
5845
5854
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
You can’t perform that action at this time.
0 commit comments