Skip to content

Commit 19036c2

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

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

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

Lines changed: 2 additions & 1 deletion
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.0",
41+
"fs-extra": "^11.3.1",
4242
"glob": "^11.0.3",
4343
"typescript": "~5.8.3",
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.0",
49+
"fs-extra": "^11.3.1",
5050
"ts-morph": "^26.0.0",
5151
"typescript": "~5.8.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
@@ -36,7 +36,7 @@
3636
"axios": "^1.11.0",
3737
"execa": "^5.0.0",
3838
"express": "^4.21.2",
39-
"fs-extra": "^11.3.0",
39+
"fs-extra": "^11.3.1",
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
@@ -4488,10 +4488,10 @@ fs-constants@^1.0.0:
44884488
resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
44894489
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
44904490

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==
44954495
dependencies:
44964496
graceful-fs "^4.2.0"
44974497
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)