diff --git a/ios/Podfile.lock b/ios/Podfile.lock index f4895e7961..3be0d5999c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -232,7 +232,7 @@ PODS: - libwebp/sharpyuv (1.5.0) - libwebp/webp (1.5.0): - libwebp/sharpyuv - - MobileCrypto (0.2.1): + - MobileCrypto (0.2.2): - DoubleConversion - glog - hermes-engine @@ -3082,7 +3082,7 @@ SPEC CHECKSUMS: libavif: 84bbb62fb232c3018d6f1bab79beea87e35de7b7 libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8 - MobileCrypto: a424494b2f45bec9dbe60e3f6d16a40aedefe7b7 + MobileCrypto: badd466d89e6fb166575c8a5cb74606ee3eec0fe nanopb: fad817b59e0457d11a5dfbde799381cd727c1275 PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47 PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851 diff --git a/package.json b/package.json index 5ec673c552..a940c9575b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@react-navigation/native": "^7.1.16", "@react-navigation/native-stack": "^7.3.23", "@rocket.chat/message-parser": "^0.31.31", - "@rocket.chat/mobile-crypto": "RocketChat/rocket.chat-mobile-crypto", + "@rocket.chat/mobile-crypto": "RocketChat/rocket.chat-mobile-crypto#513c4674346f1f89bad05b679081da20122b735f", "@rocket.chat/sdk": "RocketChat/Rocket.Chat.js.SDK#mobile", "@rocket.chat/ui-kit": "0.31.19", "axios": "~0.28.1", diff --git a/tsconfig.json b/tsconfig.json index b8e5a9b4bd..bb3f37edb4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ /* Basic Options */ // "incremental": true, /* Enable incremental compilation */ - "target": "esnext" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', 'ES2021', or 'ESNEXT'. */, + "target": "esnext" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', 'ES2021', or 'ESNEXT'. */, "module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */, // "lib": [], /* Specify library files to be included in the compilation. */ "allowJs": true /* Allow javascript files to be compiled. */, @@ -35,8 +35,8 @@ // "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */ /* Additional Checks */ - "noUnusedLocals": true, /* Report errors on unused locals. */ - "noUnusedParameters": true, /* Report errors on unused parameters. */ + "noUnusedLocals": true /* Report errors on unused locals. */, + "noUnusedParameters": true /* Report errors on unused parameters. */, // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ // "noUncheckedIndexedAccess": true, /* Include 'undefined' in index signature results */ diff --git a/yarn.lock b/yarn.lock index d22e7fa0b8..230f94487c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4619,9 +4619,9 @@ dependencies: tldts "~5.7.112" -"@rocket.chat/mobile-crypto@RocketChat/rocket.chat-mobile-crypto": - version "0.2.1" - resolved "https://codeload.github.com/RocketChat/rocket.chat-mobile-crypto/tar.gz/b75e261282bc0c25a3b8fde3230d1c1e01809e00" +"@rocket.chat/mobile-crypto@RocketChat/rocket.chat-mobile-crypto#513c4674346f1f89bad05b679081da20122b735f": + version "0.2.2" + resolved "https://codeload.github.com/RocketChat/rocket.chat-mobile-crypto/tar.gz/513c4674346f1f89bad05b679081da20122b735f" "@rocket.chat/sdk@RocketChat/Rocket.Chat.js.SDK#mobile": version "1.3.3-mobile"