Skip to content

Commit

Permalink
chore(deps): bump fs-extra from 11.2.0 to 11.3.0 (#5380)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent 5119580 commit 5460c66
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 22 deletions.
51 changes: 36 additions & 15 deletions .github/actions/check-public-api/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/generator-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@sap-cloud-sdk/util": "^3.24.0",
"fast-levenshtein": "~3.0.0",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"glob": "^11.0.1",
"typescript": "~5.7.3",
"prettier": "^3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@sap-cloud-sdk/util": "^3.24.0",
"@types/fs-extra": "^11.0.4",
"fast-xml-parser": "^4.5.1",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"ts-morph": "^25.0.0",
"typescript": "~5.7.3",
"voca": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"axios": "^1.7.9",
"execa": "^5.0.0",
"express": "^4.21.2",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"http-proxy-middleware": "^3.0.3",
"json-schema-faker": "^0.5.8",
"mock-fs": "^5.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4832,10 +4832,10 @@ fs-constants@^1.0.0:
resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==

fs-extra@^11.2.0:
version "11.2.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
fs-extra@^11.2.0, fs-extra@^11.3.0:
version "11.3.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz#0daced136bbaf65a555a326719af931adc7a314d"
integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
Expand Down

0 comments on commit 5460c66

Please sign in to comment.