Skip to content

Commit 5460c66

Browse files
chore(deps): bump fs-extra from 11.2.0 to 11.3.0 (#5380)
1 parent 5119580 commit 5460c66

File tree

5 files changed

+43
-22
lines changed

5 files changed

+43
-22
lines changed

.github/actions/check-public-api/index.js

Lines changed: 36 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/generator-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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",

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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",

test-packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)