File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
.github/actions/check-public-api Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 38
38
"dependencies" : {
39
39
"@sap-cloud-sdk/util" : " ^4.1.1" ,
40
40
"fast-levenshtein" : " ~3.0.0" ,
41
- "fs-extra" : " ^11.3.0 " ,
41
+ "fs-extra" : " ^11.3.1 " ,
42
42
"glob" : " ^11.0.3" ,
43
43
"typescript" : " ~5.8.3" ,
44
44
"prettier" : " ^3.6.2" ,
Original file line number Diff line number Diff line change 46
46
"@sap-cloud-sdk/util" : " ^4.1.1" ,
47
47
"@types/fs-extra" : " ^11.0.4" ,
48
48
"fast-xml-parser" : " ^5.2.5" ,
49
- "fs-extra" : " ^11.3.0 " ,
49
+ "fs-extra" : " ^11.3.1 " ,
50
50
"ts-morph" : " ^26.0.0" ,
51
51
"typescript" : " ~5.8.3" ,
52
52
"voca" : " ^1.4.1" ,
Original file line number Diff line number Diff line change 36
36
"axios" : " ^1.11.0" ,
37
37
"execa" : " ^5.0.0" ,
38
38
"express" : " ^4.21.2" ,
39
- "fs-extra" : " ^11.3.0 " ,
39
+ "fs-extra" : " ^11.3.1 " ,
40
40
"http-proxy-middleware" : " ^3.0.5" ,
41
41
"json-schema-faker" : " ^0.5.9" ,
42
42
"mock-fs" : " ^5.5.0" ,
Original file line number Diff line number Diff line change @@ -4488,10 +4488,10 @@ fs-constants@^1.0.0:
4488
4488
resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
4489
4489
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
4490
4490
4491
- fs-extra@^11.3.0 :
4492
- version "11.3.0 "
4493
- resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0 .tgz#0daced136bbaf65a555a326719af931adc7a314d "
4494
- integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew ==
4491
+ fs-extra@^11.3.1 :
4492
+ version "11.3.1 "
4493
+ resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.1 .tgz#ba7a1f97a85f94c6db2e52ff69570db3671d5a74 "
4494
+ integrity sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g ==
4495
4495
dependencies :
4496
4496
graceful-fs "^4.2.0"
4497
4497
jsonfile "^6.0.1"
You can’t perform that action at this time.
0 commit comments