File tree Expand file tree Collapse file tree 5 files changed +43
-22
lines changed
.github/actions/check-public-api Expand file tree Collapse file tree 5 files changed +43
-22
lines changed Original file line number Diff line number Diff line change 3838 "dependencies" : {
3939 "@sap-cloud-sdk/util" : " ^3.24.0" ,
4040 "fast-levenshtein" : " ~3.0.0" ,
41- "fs-extra" : " ^11.2 .0" ,
41+ "fs-extra" : " ^11.3 .0" ,
4242 "glob" : " ^11.0.1" ,
4343 "typescript" : " ~5.7.3" ,
4444 "prettier" : " ^3.4.2" ,
Original file line number Diff line number Diff line change 4646 "@sap-cloud-sdk/util" : " ^3.24.0" ,
4747 "@types/fs-extra" : " ^11.0.4" ,
4848 "fast-xml-parser" : " ^4.5.1" ,
49- "fs-extra" : " ^11.2 .0" ,
49+ "fs-extra" : " ^11.3 .0" ,
5050 "ts-morph" : " ^25.0.0" ,
5151 "typescript" : " ~5.7.3" ,
5252 "voca" : " ^1.4.1" ,
Original file line number Diff line number Diff line change 3939 "axios" : " ^1.7.9" ,
4040 "execa" : " ^5.0.0" ,
4141 "express" : " ^4.21.2" ,
42- "fs-extra" : " ^11.2 .0" ,
42+ "fs-extra" : " ^11.3 .0" ,
4343 "http-proxy-middleware" : " ^3.0.3" ,
4444 "json-schema-faker" : " ^0.5.8" ,
4545 "mock-fs" : " ^5.3.0" ,
Original file line number Diff line number Diff line change @@ -4832,10 +4832,10 @@ fs-constants@^1.0.0:
48324832 resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
48334833 integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
48344834
4835- fs-extra@^11.2.0 :
4836- version "11.2 .0"
4837- resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2 .0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b "
4838- integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw ==
4835+ fs-extra@^11.2.0, fs-extra@^11.3.0 :
4836+ version "11.3 .0"
4837+ resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3 .0.tgz#0daced136bbaf65a555a326719af931adc7a314d "
4838+ integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew ==
48394839 dependencies :
48404840 graceful-fs "^4.2.0"
48414841 jsonfile "^6.0.1"
You can’t perform that action at this time.
0 commit comments