diff --git a/package-lock.json b/package-lock.json index 7ae7d67066..fe7105fb4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "font-finder": "1.1.0", "ios-device-lib": "0.9.5", "ios-mobileprovision-finder": "1.2.1", - "ios-sim-portable": "4.5.1", + "ios-sim-portable": "4.5.2", "jimp": "1.6.1", "lodash": "4.18.1", "log4js": "6.9.1", @@ -4292,13 +4292,13 @@ } }, "node_modules/ios-sim-portable": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/ios-sim-portable/-/ios-sim-portable-4.5.1.tgz", - "integrity": "sha512-g7qWaHXiFw7MuMrbwSQjeBpPl5zoHyhA6xArT2yhYg3U+WsoEy6d7x1Mgf6J77B+tvBJDWMjf2fjpuRBbQZggA==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/ios-sim-portable/-/ios-sim-portable-4.5.2.tgz", + "integrity": "sha512-Rsa1Q1ymg1j2IAjCcSgYV2blaLGmV73ya1g/aTYuzptb4NV83LL4+eACcDM7GFZB4R/LhYhuTLTNE/0NDkFeZQ==", "license": "Apache-2.0", "dependencies": { "bplist-parser": "0.3.2", - "lodash": "4.17.21", + "lodash": "^4.18.1", "plist": "3.0.6", "shelljs": "~0.9.2", "yargs": "17.7.1" @@ -4372,12 +4372,6 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "license": "ISC" }, - "node_modules/ios-sim-portable/node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "license": "MIT" - }, "node_modules/ios-sim-portable/node_modules/path-key": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", diff --git a/package.json b/package.json index 13a3efa40f..0fffeb5f1f 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "font-finder": "1.1.0", "ios-device-lib": "0.9.5", "ios-mobileprovision-finder": "1.2.1", - "ios-sim-portable": "4.5.1", + "ios-sim-portable": "4.5.2", "jimp": "1.6.1", "lodash": "4.18.1", "log4js": "6.9.1",