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",