Skip to content

Commit a43df29

Browse files
dependabot[bot]cloud-sdk-js
andauthored
chore(deps): bump fs-extra from 11.3.1 to 11.3.2 (#6054)
* chore(deps): bump fs-extra from 11.3.1 to 11.3.2 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.3.1 to 11.3.2. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.3.1...11.3.2) --- updated-dependencies: - dependency-name: fs-extra dependency-version: 11.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Regenerate check-public-api action --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cloud-sdk-js <[email protected]>
1 parent 546f0a1 commit a43df29

File tree

5 files changed

+56
-26
lines changed

5 files changed

+56
-26
lines changed

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

Lines changed: 49 additions & 19 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": "^4.1.1",
4040
"fast-levenshtein": "~3.0.0",
41-
"fs-extra": "^11.3.1",
41+
"fs-extra": "^11.3.2",
4242
"glob": "^11.0.3",
4343
"typescript": "~5.9.2",
4444
"prettier": "^3.6.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": "^4.1.1",
4747
"@types/fs-extra": "^11.0.4",
4848
"fast-xml-parser": "^5.2.5",
49-
"fs-extra": "^11.3.1",
49+
"fs-extra": "^11.3.2",
5050
"ts-morph": "^27.0.0",
5151
"typescript": "~5.9.2",
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
@@ -36,7 +36,7 @@
3636
"axios": "^1.12.0",
3737
"execa": "^5.0.0",
3838
"express": "^4.21.2",
39-
"fs-extra": "^11.3.1",
39+
"fs-extra": "^11.3.2",
4040
"http-proxy-middleware": "^3.0.5",
4141
"json-schema-faker": "^0.5.9",
4242
"mock-fs": "^5.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4500,10 +4500,10 @@ fs-constants@^1.0.0:
45004500
resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
45014501
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
45024502

4503-
fs-extra@^11.3.1:
4504-
version "11.3.1"
4505-
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.1.tgz#ba7a1f97a85f94c6db2e52ff69570db3671d5a74"
4506-
integrity sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==
4503+
fs-extra@^11.3.2:
4504+
version "11.3.2"
4505+
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz#c838aeddc6f4a8c74dd15f85e11fe5511bfe02a4"
4506+
integrity sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==
45074507
dependencies:
45084508
graceful-fs "^4.2.0"
45094509
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)