From 631294553dc37a6910b7db7e9148502d0105f6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 23:03:27 +0000 Subject: [PATCH] chore(deps): bump ios-sim-portable from 4.5.1 to 4.5.2 Bumps [ios-sim-portable](https://github.com/NativeScript/ios-sim-portable) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/NativeScript/ios-sim-portable/releases) - [Commits](https://github.com/NativeScript/ios-sim-portable/compare/4.5.1...v4.5.2) --- updated-dependencies: - dependency-name: ios-sim-portable dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++----------- package.json | 2 +- 2 files changed, 6 insertions(+), 12 deletions(-) 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",