From c8defbb27c5a623c00a9de644d32dfc6f3294e3f Mon Sep 17 00:00:00 2001 From: DimitarTachev Date: Fri, 4 Jan 2019 13:36:06 +0200 Subject: [PATCH] fix: fix stopApplication on Simulator while the app is on a breakpoint --- npm-shrinkwrap.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 57ab93eba3..fd6b5c244f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2932,7 +2932,7 @@ }, "string_decoder": { "version": "0.10.31", - "resolved": "http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" } } @@ -3981,9 +3981,9 @@ } }, "ios-sim-portable": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/ios-sim-portable/-/ios-sim-portable-4.0.5.tgz", - "integrity": "sha512-L/HSJDgR3roQDzKhx04Vpy+40vxTyHC+EbCAVu6OPGc3KK/axov4za2NuPib/0jAAYs83W1DnwEKR/m4Tj38VA==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ios-sim-portable/-/ios-sim-portable-4.0.6.tgz", + "integrity": "sha512-V4f5aiQDnikC/ERM+RD9Kj5gRPoIaXv8zt9Zq6hoe8amQa7PP3lY4zSzvVAp8H+Cfts6rtrAaSKLtGpVzoZRPw==", "requires": { "bplist-parser": "https://github.com/telerik/node-bplist-parser/tarball/master", "colors": "0.6.2", @@ -3996,7 +3996,7 @@ "dependencies": { "colors": { "version": "0.6.2", - "resolved": "http://registry.npmjs.org/colors/-/colors-0.6.2.tgz", + "resolved": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz", "integrity": "sha1-JCP+ZnisDF2uiFLl0OW+CMmXq8w=" }, "is-fullwidth-code-point": { @@ -4029,7 +4029,7 @@ }, "string-width": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "resolved": "http://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "requires": { "code-point-at": "^1.0.0", @@ -6502,7 +6502,7 @@ }, "safe-regex": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "resolved": "http://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", "requires": { "ret": "~0.1.10" diff --git a/package.json b/package.json index 7648f24e6a..b3c6e2f907 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "inquirer": "6.2.0", "ios-device-lib": "0.4.15", "ios-mobileprovision-finder": "1.0.10", - "ios-sim-portable": "4.0.5", + "ios-sim-portable": "4.0.6", "istextorbinary": "2.2.1", "jimp": "0.2.28", "lockfile": "1.0.3",