diff --git a/Gemfile.lock b/Gemfile.lock index 41f83be84..9668ef748 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,17 +24,17 @@ GEM artifactory (3.0.17) atomos (0.1.3) aws-eventstream (1.3.0) - aws-partitions (1.970.0) - aws-sdk-core (3.202.2) + aws-partitions (1.973.0) + aws-sdk-core (3.204.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.9) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.88.0) - aws-sdk-core (~> 3, >= 3.201.0) + aws-sdk-kms (1.90.0) + aws-sdk-core (~> 3, >= 3.203.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.159.0) - aws-sdk-core (~> 3, >= 3.201.0) + aws-sdk-s3 (1.161.0) + aws-sdk-core (~> 3, >= 3.203.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) aws-sigv4 (1.9.1) @@ -223,7 +223,7 @@ GEM logger (1.6.1) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0820) + mime-types-data (3.2024.0903) mini_magick (4.13.2) mini_mime (1.1.5) minitest (5.25.1) @@ -250,8 +250,7 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) retriable (3.1.2) - rexml (3.3.6) - strscan + rexml (3.3.7) rouge (2.0.7) ruby-macho (2.5.1) ruby2_keywords (0.0.5) @@ -266,7 +265,6 @@ GEM simctl (1.6.10) CFPropertyList naturally - strscan (3.1.0) terminal-notifier (2.0.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 834cf5b01..ded9a60b5 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1323,7 +1323,7 @@ PODS: - React - react-native-randombytes (3.6.1): - React-Core - - react-native-safe-area-context (4.10.9): + - react-native-safe-area-context (4.11.0): - React-Core - react-native-secure-key-store (2.0.10): - React-Core @@ -2170,7 +2170,7 @@ SPEC CHECKSUMS: react-native-menu: d32728a357dfb360cf01cd5979cf7713c5acbb95 react-native-qrcode-local-image: 35ccb306e4265bc5545f813e54cc830b5d75bcfc react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846 - react-native-safe-area-context: ab8f4a3d8180913bd78ae75dd599c94cce3d5e9a + react-native-safe-area-context: 851c62c48dce80ccaa5637b6aa5991a1bc36eca9 react-native-secure-key-store: 910e6df6bc33cb790aba6ee24bc7818df1fe5898 react-native-tcp-socket: 8c3e8bef909ab06c557eeb95363fe029391ff09d React-nativeconfig: 57781b79e11d5af7573e6f77cbf1143b71802a6d diff --git a/ios/ci_scripts/ci_post_clone.sh b/ios/ci_scripts/ci_post_clone.sh index 9814d97fe..5797a290b 100755 --- a/ios/ci_scripts/ci_post_clone.sh +++ b/ios/ci_scripts/ci_post_clone.sh @@ -22,9 +22,9 @@ export CPPFLAGS="-I/usr/local/opt/node@20/include" echo "Configuration complete." # Install dependencies using npm -echo "===== Running npm install =====" -npm install -y | tee npm-install-log.txt -echo "npm install complete. Full log output in npm-install-log.txt" +echo "===== Running npm ci =====" +npm ci | tee npm-ci-log.txt +echo "npm ci complete. Full log output in npm-ci-log.txt" echo "===== Running pod install =====" cd ios diff --git a/package-lock.json b/package-lock.json index eac58ab07..0fb01160b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@react-native-async-storage/async-storage": "1.24.0", "@react-native-clipboard/clipboard": "1.14.1", "@react-native-community/push-notification-ios": "1.11.0", - "@react-native-menu/menu": "https://github.com/BlueWallet/menu.git#958fac3d40811f38b53042ada9168175e321b99f", + "@react-native-menu/menu": "https://github.com/BlueWallet/menu.git#a149bbf", "@react-native/gradle-plugin": "^0.75.2", "@react-native/metro-config": "0.75.2", "@react-navigation/drawer": "6.7.2", @@ -3577,7 +3577,7 @@ }, "node_modules/@react-native-menu/menu": { "version": "1.1.2", - "resolved": "git+ssh://git@github.com/BlueWallet/menu.git#958fac3d40811f38b53042ada9168175e321b99f", + "resolved": "git+ssh://git@github.com/BlueWallet/menu.git#a149bbf", "integrity": "sha512-0j8qsd04s36qSLQIFZ0mfpgzikZU0A0lriq4OFaUvCFfDTDgc5iVKnVr0MzxkFa66qX4NuCbhiQ82Fsdar5RHA==", "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 5a83c4717..f339d56b7 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@react-native-async-storage/async-storage": "1.24.0", "@react-native-clipboard/clipboard": "1.14.1", "@react-native-community/push-notification-ios": "1.11.0", - "@react-native-menu/menu": "https://github.com/BlueWallet/menu.git#958fac3d40811f38b53042ada9168175e321b99f", + "@react-native-menu/menu": "https://github.com/BlueWallet/menu.git#a149bbf", "@react-native/gradle-plugin": "^0.75.2", "@react-navigation/drawer": "6.7.2", "@react-navigation/native": "6.1.18",