From 9e83b961396a8426fc9ba8f34b7e9ebc3ce0016e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:03:48 +0000 Subject: [PATCH] Bump fs-extra and @types/fs-extra Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) and [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra). These dependencies needed to be updated together. Updates `fs-extra` from 11.1.1 to 11.3.2 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.1.1...11.3.2) Updates `@types/fs-extra` from 11.0.1 to 11.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra) --- updated-dependencies: - dependency-name: fs-extra dependency-version: 11.3.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/fs-extra" dependency-version: 11.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++++---------- package.json | 4 ++-- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index bdaf389..ad9b37f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sfdmu-gui-app", - "version": "4.9.0", + "version": "4.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sfdmu-gui-app", - "version": "4.8.1", + "version": "4.11.0", "license": "BSD-3-Clause", "dependencies": { "@electron/remote": "^2.0.10", @@ -19,7 +19,7 @@ "bootstrap": "^5.3.1", "class-transformer": "^0.5.1", "es6-shim": "^0.35.8", - "fs-extra": "^11.1.1", + "fs-extra": "^11.3.2", "jquery": "^3.7.0", "jsforce": "^3.4.1", "lodash": "^4.17.21", @@ -37,7 +37,7 @@ "@types/angular-ui-router": "^1.1.41", "@types/angular-wizard": "^1.1.1", "@types/bootstrap": "^5.2.6", - "@types/fs-extra": "^11.0.1", + "@types/fs-extra": "^11.0.4", "@types/jquery": "^3.5.16", "@types/jsforce": "^1.11.0", "@types/ps-tree": "^1.1.2", @@ -381,10 +381,11 @@ } }, "node_modules/@types/fs-extra": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.1.tgz", - "integrity": "sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.4.tgz", + "integrity": "sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/jsonfile": "*", "@types/node": "*" @@ -2036,9 +2037,10 @@ "integrity": "sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==" }, "node_modules/fs-extra": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", - "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", + "version": "11.3.2", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz", + "integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==", + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", diff --git a/package.json b/package.json index 6b9c86d..d302963 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/angular-ui-router": "^1.1.41", "@types/angular-wizard": "^1.1.1", "@types/bootstrap": "^5.2.6", - "@types/fs-extra": "^11.0.1", + "@types/fs-extra": "^11.0.4", "@types/jquery": "^3.5.16", "@types/jsforce": "^1.11.0", "@types/ps-tree": "^1.1.2", @@ -37,7 +37,7 @@ "bootstrap": "^5.3.1", "class-transformer": "^0.5.1", "es6-shim": "^0.35.8", - "fs-extra": "^11.1.1", + "fs-extra": "^11.3.2", "jquery": "^3.7.0", "jsforce": "^3.4.1", "lodash": "^4.17.21",