diff --git a/ios/Podfile.lock b/ios/Podfile.lock index e0adefe2..ce38b9fd 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -207,6 +207,8 @@ PODS: - React-jsinspector (0.64.1) - react-native-aes (1.3.9): - React-Core + - react-native-document-picker (5.0.4): + - React-Core - react-native-fingerprint-scanner (5.0.0): - React-Core - react-native-mail (4.1.0): @@ -340,6 +342,7 @@ DEPENDENCIES: - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`) - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`) - react-native-aes (from `../node_modules/react-native-aes-crypto`) + - react-native-document-picker (from `../node_modules/react-native-document-picker`) - react-native-fingerprint-scanner (from `../node_modules/react-native-fingerprint-scanner`) - react-native-mail (from `../node_modules/react-native-mail`) - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`) @@ -418,6 +421,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/jsinspector" react-native-aes: :path: "../node_modules/react-native-aes-crypto" + react-native-document-picker: + :path: "../node_modules/react-native-document-picker" react-native-fingerprint-scanner: :path: "../node_modules/react-native-fingerprint-scanner" react-native-mail: @@ -494,10 +499,10 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c BugsnagReactNative: 1ac1129bdf95273df07cfe4d89750dc3d9d888a3 - DoubleConversion: cde416483dac037923206447da6e1454df403714 + DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de FBLazyVector: 7b423f9e248eae65987838148c36eec1dbfe0b53 - FBReactNativeSpec: 016334cbf24e61c86998bb3d8550a3742040247d - glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3 + FBReactNativeSpec: 893650afcc5d434b48a5b9162db9b89b816bb89a + glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62 RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c RCTRequired: ec2ebc96b7bfba3ca5c32740f5a0c6a014a274d2 RCTTypeSafety: 22567f31e67c3e088c7ac23ea46ab6d4779c0ea5 @@ -510,6 +515,7 @@ SPEC CHECKSUMS: React-jsiexecutor: 124e8f99992490d0d13e0649d950d3e1aae06fe9 React-jsinspector: 500a59626037be5b3b3d89c5151bc3baa9abf1a9 react-native-aes: a13199300208e4eda1df14506a276415561e02bd + react-native-document-picker: 1a7518132d4a06b67f459be9bb1464a567d2b3b4 react-native-fingerprint-scanner: be63e626b31fb951780a5fac5328b065a61a3d6e react-native-mail: 5fe7239a5b5c1e858d425501c03d1ab977434122 react-native-safe-area-context: b6e0e284002381d2ff29fa4fff42b4d8282e3c94 diff --git a/package.json b/package.json index 9ed37b0b..6256a5b2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "StandardNotes", - "version": "3.6.10", - "user-version": "3.6.10", + "version": "3.6.11", + "user-version": "3.6.11", "private": true, "license": "AGPL-3.0-or-later", "scripts": { @@ -26,7 +26,7 @@ "@react-navigation/native": "^5.9.3", "@react-navigation/stack": "^5.14.3", "@standardnotes/sncrypto-common": "1.2.9", - "@standardnotes/snjs": "2.5.0", + "@standardnotes/snjs": "2.7.1", "js-base64": "^3.5.2", "moment": "^2.29.1", "react": "17.0.1", diff --git a/yarn.lock b/yarn.lock index fef5010a..99798b26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1630,10 +1630,10 @@ resolved "https://registry.yarnpkg.com/@standardnotes/sncrypto-common/-/sncrypto-common-1.2.9.tgz#5212a959e4ec563584e42480bfd39ef129c3cbdf" integrity sha512-xJ5IUGOZztjSgNP/6XL+Ut5+q9UgSTv6xMtKkcQC5aJxCOkJy9u6RamPLdF00WQgwibxx2tu0e43bKUjTgzMig== -"@standardnotes/snjs@2.5.0": - version "2.5.0" - resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.5.0.tgz#fcd45f8c6884fcc204633be33366b59ede71c5b1" - integrity sha512-VWThoZhymoCOqRkZjXj3vDhQGAPMt+KUrB/FyYZkl+9jVCMX6NIGziLb8fThFaZzoyC/qp5BuoceZlbyrggOnw== +"@standardnotes/snjs@2.7.1": + version "2.7.1" + resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.7.1.tgz#e8073942fe9a8f762989ab75df94407b9934ea3e" + integrity sha512-kCZU4Tx6vNYcEeh22ax8Vfr/LYEbgAqI9nSC6jB8MTg6nJzCuh4b/nngW+yVUz91phu156XN0YeMyj7HJ3DWVw== dependencies: "@standardnotes/auth" "^2.0.0" "@standardnotes/sncrypto-common" "^1.2.9"