Skip to content

Commit 844d20e

Browse files
dependabot[bot]cloud-sdk-js
andauthored
chore(deps): bump fs-extra from 11.3.2 to 11.3.3 (#6219)
* chore(deps): bump fs-extra from 11.3.2 to 11.3.3 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.3.2 to 11.3.3. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.3.2...11.3.3) --- updated-dependencies: - dependency-name: fs-extra dependency-version: 11.3.3 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 dc89b79 commit 844d20e

File tree

5 files changed

+33
-23
lines changed

5 files changed

+33
-23
lines changed

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

Lines changed: 26 additions & 16 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
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@sap-cloud-sdk/util": "^4.2.0",
4444
"fast-levenshtein": "~3.0.0",
45-
"fs-extra": "^11.3.2",
45+
"fs-extra": "^11.3.3",
4646
"glob": "^13.0.0",
4747
"typescript": "~5.9.3",
4848
"prettier": "^3.7.4",

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@sap-cloud-sdk/util": "^4.2.0",
5151
"@types/fs-extra": "^11.0.4",
5252
"fast-xml-parser": "^5.3.3",
53-
"fs-extra": "^11.3.2",
53+
"fs-extra": "^11.3.3",
5454
"ts-morph": "^27.0.2",
5555
"typescript": "~5.9.3",
5656
"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.13.2",
3737
"execa": "^5.0.0",
3838
"express": "^4.22.1",
39-
"fs-extra": "^11.3.2",
39+
"fs-extra": "^11.3.3",
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
@@ -4534,10 +4534,10 @@ fs-constants@^1.0.0:
45344534
resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
45354535
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
45364536

4537-
fs-extra@^11.3.2:
4538-
version "11.3.2"
4539-
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz#c838aeddc6f4a8c74dd15f85e11fe5511bfe02a4"
4540-
integrity sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==
4537+
fs-extra@^11.3.3:
4538+
version "11.3.3"
4539+
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz#a27da23b72524e81ac6c3815cc0179b8c74c59ee"
4540+
integrity sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==
45414541
dependencies:
45424542
graceful-fs "^4.2.0"
45434543
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)