diff --git a/contact/pubspec.lock b/contact/pubspec.lock index 4632d56ff..06ca7df6f 100644 --- a/contact/pubspec.lock +++ b/contact/pubspec.lock @@ -101,10 +101,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "3ac61a79bfb6f6cc11f693591063a7f19a7af628dc52f141743edac5c16e8c22" + sha256: "1414d6d733a85d8ad2f1dfcb3ea7945759e35a123cb99ccfac75d0758f75edfa" url: "https://pub.dev" source: hosted - version: "2.4.9" + version: "2.4.10" build_runner_core: dependency: transitive description: @@ -196,10 +196,10 @@ packages: dependency: transitive description: name: cross_file - sha256: fedaadfa3a6996f75211d835aaeb8fede285dae94262485698afd832371b9a5e + sha256: "7caf6a750a0c04effbb52a676dce9a4a592e10ad35c34d6d2d0e4811160d5670" url: "https://pub.dev" source: hosted - version: "0.3.3+8" + version: "0.3.4+2" crypto: dependency: transitive description: @@ -418,18 +418,18 @@ packages: dependency: transitive description: name: flutter_inappwebview - sha256: "3e9a443a18ecef966fb930c3a76ca5ab6a7aafc0c7b5e14a4a850cf107b09959" + sha256: e5caf1649d082e333e22031c84a24d345d2e76e136345481d7ab495c2069d8ec url: "https://pub.dev" source: hosted - version: "6.0.0" + version: "6.1.0" flutter_inappwebview_android: dependency: transitive description: name: flutter_inappwebview_android - sha256: d247f6ed417f1f8c364612fa05a2ecba7f775c8d0c044c1d3b9ee33a6515c421 + sha256: "62557c15a5c2db5d195cb3892aab74fcaec266d7b86d59a6f0027abd672cddba" url: "https://pub.dev" source: hosted - version: "1.0.13" + version: "1.1.3" flutter_inappwebview_internal_annotations: dependency: transitive description: @@ -442,34 +442,42 @@ packages: dependency: transitive description: name: flutter_inappwebview_ios - sha256: f363577208b97b10b319cd0c428555cd8493e88b468019a8c5635a0e4312bd0f + sha256: "5818cf9b26cf0cbb0f62ff50772217d41ea8d3d9cc00279c45f8aabaa1b4025d" url: "https://pub.dev" source: hosted - version: "1.0.13" + version: "1.1.2" flutter_inappwebview_macos: dependency: transitive description: name: flutter_inappwebview_macos - sha256: b55b9e506c549ce88e26580351d2c71d54f4825901666bd6cfa4be9415bb2636 + sha256: c1fbb86af1a3738e3541364d7d1866315ffb0468a1a77e34198c9be571287da1 url: "https://pub.dev" source: hosted - version: "1.0.11" + version: "1.1.2" flutter_inappwebview_platform_interface: dependency: transitive description: name: flutter_inappwebview_platform_interface - sha256: "545fd4c25a07d2775f7d5af05a979b2cac4fbf79393b0a7f5d33ba39ba4f6187" + sha256: cf5323e194096b6ede7a1ca808c3e0a078e4b33cc3f6338977d75b4024ba2500 url: "https://pub.dev" source: hosted - version: "1.0.10" + version: "1.3.0+1" flutter_inappwebview_web: dependency: transitive description: name: flutter_inappwebview_web - sha256: d8c680abfb6fec71609a700199635d38a744df0febd5544c5a020bd73de8ee07 + sha256: "55f89c83b0a0d3b7893306b3bb545ba4770a4df018204917148ebb42dc14a598" url: "https://pub.dev" source: hosted - version: "1.0.8" + version: "1.1.2" + flutter_inappwebview_windows: + dependency: transitive + description: + name: flutter_inappwebview_windows + sha256: "2c1c13c32835c4a0afa49aabc207cd5cf80967c00bfdfe49259d082182d7c81f" + url: "https://pub.dev" + source: hosted + version: "0.1.0" flutter_keyboard_visibility: dependency: transitive description: @@ -661,10 +669,10 @@ packages: description: path: "." ref: main - resolved-ref: "131bdbb2fb5ed268b8c8469d532f70b42ac4e15a" + resolved-ref: ad588c18cec7630bd8a85a312b7811037af93d12 url: "https://github.com/linagora/jmap-dart-client.git" source: git - version: "0.3.4" + version: "0.3.5" js: dependency: transitive description: @@ -940,10 +948,10 @@ packages: dependency: transitive description: name: pointer_interceptor_web - sha256: dfd32b9c6e01a18f80535e7791e9d3add009a3395645d6db2f1e22b2642bfab4 + sha256: "7a7087782110f8c1827170660b09f8aa893e0e9a61431dbbe2ac3fc482e8c044" url: "https://pub.dev" source: hosted - version: "0.10.1" + version: "0.10.2+1" pool: dependency: transitive description: @@ -1266,10 +1274,10 @@ packages: dependency: transitive description: name: web - sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152 + sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a" url: "https://pub.dev" source: hosted - version: "0.3.0" + version: "1.1.1" web_socket_channel: dependency: transitive description: diff --git a/contact/pubspec.yaml b/contact/pubspec.yaml index a810439a5..8014f649f 100644 --- a/contact/pubspec.yaml +++ b/contact/pubspec.yaml @@ -35,7 +35,7 @@ dev_dependencies: flutter_lints: 2.0.1 - build_runner: 2.4.9 + build_runner: 2.4.10 json_serializable: 6.6.1 diff --git a/core/pubspec.lock b/core/pubspec.lock index 64532506e..fd2dc5f7f 100644 --- a/core/pubspec.lock +++ b/core/pubspec.lock @@ -101,10 +101,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "3ac61a79bfb6f6cc11f693591063a7f19a7af628dc52f141743edac5c16e8c22" + sha256: "1414d6d733a85d8ad2f1dfcb3ea7945759e35a123cb99ccfac75d0758f75edfa" url: "https://pub.dev" source: hosted - version: "2.4.9" + version: "2.4.10" build_runner_core: dependency: transitive description: @@ -411,18 +411,18 @@ packages: dependency: "direct main" description: name: flutter_inappwebview - sha256: "3e9a443a18ecef966fb930c3a76ca5ab6a7aafc0c7b5e14a4a850cf107b09959" + sha256: e5caf1649d082e333e22031c84a24d345d2e76e136345481d7ab495c2069d8ec url: "https://pub.dev" source: hosted - version: "6.0.0" + version: "6.1.0" flutter_inappwebview_android: dependency: transitive description: name: flutter_inappwebview_android - sha256: d247f6ed417f1f8c364612fa05a2ecba7f775c8d0c044c1d3b9ee33a6515c421 + sha256: "62557c15a5c2db5d195cb3892aab74fcaec266d7b86d59a6f0027abd672cddba" url: "https://pub.dev" source: hosted - version: "1.0.13" + version: "1.1.3" flutter_inappwebview_internal_annotations: dependency: transitive description: @@ -435,34 +435,42 @@ packages: dependency: transitive description: name: flutter_inappwebview_ios - sha256: f363577208b97b10b319cd0c428555cd8493e88b468019a8c5635a0e4312bd0f + sha256: "5818cf9b26cf0cbb0f62ff50772217d41ea8d3d9cc00279c45f8aabaa1b4025d" url: "https://pub.dev" source: hosted - version: "1.0.13" + version: "1.1.2" flutter_inappwebview_macos: dependency: transitive description: name: flutter_inappwebview_macos - sha256: b55b9e506c549ce88e26580351d2c71d54f4825901666bd6cfa4be9415bb2636 + sha256: c1fbb86af1a3738e3541364d7d1866315ffb0468a1a77e34198c9be571287da1 url: "https://pub.dev" source: hosted - version: "1.0.11" + version: "1.1.2" flutter_inappwebview_platform_interface: dependency: transitive description: name: flutter_inappwebview_platform_interface - sha256: "545fd4c25a07d2775f7d5af05a979b2cac4fbf79393b0a7f5d33ba39ba4f6187" + sha256: cf5323e194096b6ede7a1ca808c3e0a078e4b33cc3f6338977d75b4024ba2500 url: "https://pub.dev" source: hosted - version: "1.0.10" + version: "1.3.0+1" flutter_inappwebview_web: dependency: transitive description: name: flutter_inappwebview_web - sha256: d8c680abfb6fec71609a700199635d38a744df0febd5544c5a020bd73de8ee07 + sha256: "55f89c83b0a0d3b7893306b3bb545ba4770a4df018204917148ebb42dc14a598" url: "https://pub.dev" source: hosted - version: "1.0.8" + version: "1.1.2" + flutter_inappwebview_windows: + dependency: transitive + description: + name: flutter_inappwebview_windows + sha256: "2c1c13c32835c4a0afa49aabc207cd5cf80967c00bfdfe49259d082182d7c81f" + url: "https://pub.dev" + source: hosted + version: "0.1.0" flutter_keyboard_visibility: dependency: "direct main" description: @@ -901,10 +909,10 @@ packages: dependency: transitive description: name: pointer_interceptor_web - sha256: "9386e064097fd16419e935c23f08f35b58e6aaec155dd39bd6a003b88f9c14b4" + sha256: "7a7087782110f8c1827170660b09f8aa893e0e9a61431dbbe2ac3fc482e8c044" url: "https://pub.dev" source: hosted - version: "0.10.1+2" + version: "0.10.2+1" pool: dependency: transitive description: @@ -1203,10 +1211,10 @@ packages: dependency: transitive description: name: web - sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152 + sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a" url: "https://pub.dev" source: hosted - version: "0.3.0" + version: "1.1.1" web_socket_channel: dependency: transitive description: diff --git a/core/pubspec.yaml b/core/pubspec.yaml index 871f458b6..83db4a792 100644 --- a/core/pubspec.yaml +++ b/core/pubspec.yaml @@ -55,7 +55,7 @@ dependencies: device_info_plus: 9.0.1 - flutter_inappwebview: 6.0.0 + flutter_inappwebview: 6.1.0 url_launcher: 6.3.1 @@ -116,7 +116,7 @@ dev_dependencies: plugin_platform_interface: 2.1.8 - build_runner: 2.4.9 + build_runner: 2.4.10 mockito: 5.4.4 # For information on the generic Dart part of this file, see the diff --git a/email_recovery/pubspec.lock b/email_recovery/pubspec.lock index 2d165bc68..655c57d82 100644 --- a/email_recovery/pubspec.lock +++ b/email_recovery/pubspec.lock @@ -77,10 +77,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "3ac61a79bfb6f6cc11f693591063a7f19a7af628dc52f141743edac5c16e8c22" + sha256: "1414d6d733a85d8ad2f1dfcb3ea7945759e35a123cb99ccfac75d0758f75edfa" url: "https://pub.dev" source: hosted - version: "2.4.9" + version: "2.4.10" build_runner_core: dependency: transitive description: @@ -296,10 +296,10 @@ packages: description: path: "." ref: main - resolved-ref: "131bdbb2fb5ed268b8c8469d532f70b42ac4e15a" + resolved-ref: ad588c18cec7630bd8a85a312b7811037af93d12 url: "https://github.com/linagora/jmap-dart-client.git" source: git - version: "0.3.4" + version: "0.3.5" js: dependency: transitive description: diff --git a/email_recovery/pubspec.yaml b/email_recovery/pubspec.yaml index 9e19a75a8..4755dffa3 100644 --- a/email_recovery/pubspec.yaml +++ b/email_recovery/pubspec.yaml @@ -32,7 +32,7 @@ dev_dependencies: flutter_lints: 2.0.1 - build_runner: 2.4.9 + build_runner: 2.4.10 json_serializable: 6.6.1 diff --git a/fcm/pubspec.lock b/fcm/pubspec.lock index 88fcb00f9..efbcdbd06 100644 --- a/fcm/pubspec.lock +++ b/fcm/pubspec.lock @@ -77,10 +77,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "3ac61a79bfb6f6cc11f693591063a7f19a7af628dc52f141743edac5c16e8c22" + sha256: "1414d6d733a85d8ad2f1dfcb3ea7945759e35a123cb99ccfac75d0758f75edfa" url: "https://pub.dev" source: hosted - version: "2.4.9" + version: "2.4.10" build_runner_core: dependency: transitive description: @@ -296,10 +296,10 @@ packages: description: path: "." ref: main - resolved-ref: "131bdbb2fb5ed268b8c8469d532f70b42ac4e15a" + resolved-ref: ad588c18cec7630bd8a85a312b7811037af93d12 url: "https://github.com/linagora/jmap-dart-client.git" source: git - version: "0.3.4" + version: "0.3.5" js: dependency: transitive description: diff --git a/fcm/pubspec.yaml b/fcm/pubspec.yaml index 1271712d9..e90697be6 100644 --- a/fcm/pubspec.yaml +++ b/fcm/pubspec.yaml @@ -32,7 +32,7 @@ dev_dependencies: flutter_lints: 2.0.1 - build_runner: 2.4.9 + build_runner: 2.4.10 json_serializable: 6.6.1 diff --git a/forward/pubspec.lock b/forward/pubspec.lock index 88fcb00f9..efbcdbd06 100644 --- a/forward/pubspec.lock +++ b/forward/pubspec.lock @@ -77,10 +77,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "3ac61a79bfb6f6cc11f693591063a7f19a7af628dc52f141743edac5c16e8c22" + sha256: "1414d6d733a85d8ad2f1dfcb3ea7945759e35a123cb99ccfac75d0758f75edfa" url: "https://pub.dev" source: hosted - version: "2.4.9" + version: "2.4.10" build_runner_core: dependency: transitive description: @@ -296,10 +296,10 @@ packages: description: path: "." ref: main - resolved-ref: "131bdbb2fb5ed268b8c8469d532f70b42ac4e15a" + resolved-ref: ad588c18cec7630bd8a85a312b7811037af93d12 url: "https://github.com/linagora/jmap-dart-client.git" source: git - version: "0.3.4" + version: "0.3.5" js: dependency: transitive description: diff --git a/forward/pubspec.yaml b/forward/pubspec.yaml index 36559142c..81bfdce8c 100644 --- a/forward/pubspec.yaml +++ b/forward/pubspec.yaml @@ -32,7 +32,7 @@ dev_dependencies: flutter_lints: 2.0.1 - build_runner: 2.4.9 + build_runner: 2.4.10 json_serializable: 6.6.1 diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 8bb5d8503..64df0a040 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -19,35 +19,35 @@ PODS: - Flutter - device_info_plus (0.0.1): - Flutter - - DKImagePickerController/Core (4.3.4): + - DKImagePickerController/Core (4.3.9): - DKImagePickerController/ImageDataManager - DKImagePickerController/Resource - - DKImagePickerController/ImageDataManager (4.3.4) - - DKImagePickerController/PhotoGallery (4.3.4): + - DKImagePickerController/ImageDataManager (4.3.9) + - DKImagePickerController/PhotoGallery (4.3.9): - DKImagePickerController/Core - DKPhotoGallery - - DKImagePickerController/Resource (4.3.4) - - DKPhotoGallery (0.0.17): - - DKPhotoGallery/Core (= 0.0.17) - - DKPhotoGallery/Model (= 0.0.17) - - DKPhotoGallery/Preview (= 0.0.17) - - DKPhotoGallery/Resource (= 0.0.17) + - DKImagePickerController/Resource (4.3.9) + - DKPhotoGallery (0.0.19): + - DKPhotoGallery/Core (= 0.0.19) + - DKPhotoGallery/Model (= 0.0.19) + - DKPhotoGallery/Preview (= 0.0.19) + - DKPhotoGallery/Resource (= 0.0.19) - SDWebImage - SwiftyGif - - DKPhotoGallery/Core (0.0.17): + - DKPhotoGallery/Core (0.0.19): - DKPhotoGallery/Model - DKPhotoGallery/Preview - SDWebImage - SwiftyGif - - DKPhotoGallery/Model (0.0.17): + - DKPhotoGallery/Model (0.0.19): - SDWebImage - SwiftyGif - - DKPhotoGallery/Preview (0.0.17): + - DKPhotoGallery/Preview (0.0.19): - DKPhotoGallery/Model - DKPhotoGallery/Resource - SDWebImage - SwiftyGif - - DKPhotoGallery/Resource (0.0.17): + - DKPhotoGallery/Resource (0.0.19): - SDWebImage - SwiftyGif - external_app_launcher (0.0.1): @@ -71,9 +71,9 @@ PODS: - FirebaseCoreInternal (~> 10.0) - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/Logger (~> 7.8) - - FirebaseCoreInternal (10.20.0): + - FirebaseCoreInternal (10.29.0): - "GoogleUtilities/NSData+zlib (~> 7.8)" - - FirebaseInstallations (10.20.0): + - FirebaseInstallations (10.29.0): - FirebaseCore (~> 10.0) - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/UserDefaults (~> 7.8) @@ -105,10 +105,10 @@ PODS: - flutter_inappwebview_ios (0.0.1): - Flutter - flutter_inappwebview_ios/Core (= 0.0.1) - - OrderedSet (~> 5.0) + - OrderedSet (~> 6.0.3) - flutter_inappwebview_ios/Core (0.0.1): - Flutter - - OrderedSet (~> 5.0) + - OrderedSet (~> 6.0.3) - flutter_keyboard_visibility (0.0.1): - Flutter - flutter_local_notifications (0.0.1): @@ -119,38 +119,46 @@ PODS: - Flutter - flutter_web_auth_2 (3.0.0): - Flutter - - GoogleDataTransport (9.3.0): + - GoogleDataTransport (9.4.1): - GoogleUtilities/Environment (~> 7.7) - - nanopb (< 2.30910.0, >= 2.30908.0) + - nanopb (< 2.30911.0, >= 2.30908.0) - PromisesObjC (< 3.0, >= 1.2) - - GoogleUtilities/AppDelegateSwizzler (7.12.0): + - GoogleUtilities/AppDelegateSwizzler (7.13.3): - GoogleUtilities/Environment - GoogleUtilities/Logger - GoogleUtilities/Network - - GoogleUtilities/Environment (7.12.0): + - GoogleUtilities/Privacy + - GoogleUtilities/Environment (7.13.3): + - GoogleUtilities/Privacy - PromisesObjC (< 3.0, >= 1.2) - - GoogleUtilities/Logger (7.12.0): + - GoogleUtilities/Logger (7.13.3): - GoogleUtilities/Environment - - GoogleUtilities/Network (7.12.0): + - GoogleUtilities/Privacy + - GoogleUtilities/Network (7.13.3): - GoogleUtilities/Logger - "GoogleUtilities/NSData+zlib" + - GoogleUtilities/Privacy - GoogleUtilities/Reachability - - "GoogleUtilities/NSData+zlib (7.12.0)" - - GoogleUtilities/Reachability (7.12.0): + - "GoogleUtilities/NSData+zlib (7.13.3)": + - GoogleUtilities/Privacy + - GoogleUtilities/Privacy (7.13.3) + - GoogleUtilities/Reachability (7.13.3): - GoogleUtilities/Logger - - GoogleUtilities/UserDefaults (7.12.0): + - GoogleUtilities/Privacy + - GoogleUtilities/UserDefaults (7.13.3): - GoogleUtilities/Logger - - libwebp (1.3.2): - - libwebp/demux (= 1.3.2) - - libwebp/mux (= 1.3.2) - - libwebp/sharpyuv (= 1.3.2) - - libwebp/webp (= 1.3.2) - - libwebp/demux (1.3.2): + - GoogleUtilities/Privacy + - libwebp (1.5.0): + - libwebp/demux (= 1.5.0) + - libwebp/mux (= 1.5.0) + - libwebp/sharpyuv (= 1.5.0) + - libwebp/webp (= 1.5.0) + - libwebp/demux (1.5.0): - libwebp/webp - - libwebp/mux (1.3.2): + - libwebp/mux (1.5.0): - libwebp/demux - - libwebp/sharpyuv (1.3.2) - - libwebp/webp (1.3.2): + - libwebp/sharpyuv (1.5.0) + - libwebp/webp (1.5.0): - libwebp/sharpyuv - Mantle (2.2.0): - Mantle/extobjc (= 2.2.0) @@ -160,7 +168,7 @@ PODS: - nanopb/encode (= 2.30909.1) - nanopb/decode (2.30909.1) - nanopb/encode (2.30909.1) - - OrderedSet (5.0.0) + - OrderedSet (6.0.3) - package_info_plus (0.4.5): - Flutter - path_provider_foundation (0.0.1): @@ -170,8 +178,9 @@ PODS: - CocoaAsyncSocket (~> 7.6) - Flutter - FlutterMacOS - - pdf_render (0.0.1): + - pdfrx (0.0.3): - Flutter + - FlutterMacOS - permission_handler_apple (9.1.1): - Flutter - photo_manager (2.0.0): @@ -181,14 +190,14 @@ PODS: - Flutter - printing (1.0.0): - Flutter - - PromisesObjC (2.3.1) - - ReachabilitySwift (5.0.0) + - PromisesObjC (2.4.0) + - ReachabilitySwift (5.2.4) - receive_sharing_intent (1.8.1): - Flutter - - SDWebImage (5.18.10): - - SDWebImage/Core (= 5.18.10) - - SDWebImage/Core (5.18.10) - - SDWebImageWebPCoder (0.14.2): + - SDWebImage (5.21.0): + - SDWebImage/Core (= 5.21.0) + - SDWebImage/Core (5.21.0) + - SDWebImageWebPCoder (0.14.6): - libwebp (~> 1.0) - SDWebImage/Core (~> 5.17) - share_plus (0.0.1): @@ -196,7 +205,7 @@ PODS: - shared_preferences_foundation (0.0.1): - Flutter - FlutterMacOS - - SwiftyGif (5.4.4) + - SwiftyGif (5.4.5) - url_launcher_ios (0.0.1): - Flutter - workmanager (0.0.1): @@ -228,7 +237,7 @@ DEPENDENCIES: - package_info_plus (from `.symlinks/plugins/package_info_plus/ios`) - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) - patrol (from `.symlinks/plugins/patrol/darwin`) - - pdf_render (from `.symlinks/plugins/pdf_render/ios`) + - pdfrx (from `.symlinks/plugins/pdfrx/darwin`) - permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`) - photo_manager (from `.symlinks/plugins/photo_manager/ios`) - pointer_interceptor_ios (from `.symlinks/plugins/pointer_interceptor_ios/ios`) @@ -313,8 +322,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/path_provider_foundation/darwin" patrol: :path: ".symlinks/plugins/patrol/darwin" - pdf_render: - :path: ".symlinks/plugins/pdf_render/ios" + pdfrx: + :path: ".symlinks/plugins/pdfrx/darwin" permission_handler_apple: :path: ".symlinks/plugins/permission_handler_apple/ios" photo_manager: @@ -343,16 +352,16 @@ SPEC CHECKSUMS: connectivity_plus: 413a8857dd5d9f1c399a39130850d02fe0feaf7e contacts_service: 849e1f84281804c8bfbec1b4c3eedcb23c5d3eca device_info_plus: 7545d84d8d1b896cb16a4ff98c19f07ec4b298ea - DKImagePickerController: b512c28220a2b8ac7419f21c491fc8534b7601ac - DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179 + DKImagePickerController: 946cec48c7873164274ecc4624d19e3da4c1ef3c + DKPhotoGallery: b3834fecb755ee09a593d7c9e389d8b5d6deed60 external_app_launcher: ad55ac844aa21f2d2197d7cec58ff0d0dc40bbc0 file_picker: 09aa5ec1ab24135ccd7a1621c46c84134bfd6655 Firebase: f92fc551ead69c94168d36c2b26188263860acd9 firebase_core: 128d8c43c3a453a4a67463314fc3761bedff860b firebase_messaging: 8ac28baba96e69a58ad26b4bb5f9ee67c3e5efe2 FirebaseCore: 988754646ab3bd4bdcb740f1bfe26b9f6c0d5f2a - FirebaseCoreInternal: efeeb171ac02d623bdaefe121539939821e10811 - FirebaseInstallations: 558b1da7d65afeb996fd5c814332f013234ece4e + FirebaseCoreInternal: df84dd300b561c27d5571684f389bf60b0a5c934 + FirebaseInstallations: 913cf60d0400ebd5d6b63a28b290372ab44590dd FirebaseMessaging: e345b219fd15d325f0cf2fef28cb8ce00d851b3f fk_user_agent: 1f47ec39291e8372b1d692b50084b0d54103c545 Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 @@ -360,35 +369,35 @@ SPEC CHECKSUMS: flutter_downloader: b7301ae057deadd4b1650dc7c05375f10ff12c39 flutter_file_dialog: 4c014a45b105709a27391e266c277d7e588e9299 flutter_image_compress_common: ec1d45c362c9d30a3f6a0426c297f47c52007e3e - flutter_inappwebview_ios: 97215cf7d4677db55df76782dbd2930c5e1c1ea0 + flutter_inappwebview_ios: 6f63631e2c62a7c350263b13fa5427aedefe81d4 flutter_keyboard_visibility: 0339d06371254c3eb25eeb90ba8d17dca8f9c069 flutter_local_notifications: 4cde75091f6327eb8517fa068a0a5950212d2086 flutter_native_splash: 52501b97d1c0a5f898d687f1646226c1f93c56ef flutter_secure_storage: 23fc622d89d073675f2eaa109381aefbcf5a49be flutter_web_auth_2: 051cf9f5dc366f31b5dcc4e2952c2b954767be8a - GoogleDataTransport: 57c22343ab29bc686febbf7cbb13bad167c2d8fe - GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34 - libwebp: 1786c9f4ff8a279e4dac1e8f385004d5fc253009 + GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a + GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15 + libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8 Mantle: c5aa8794a29a022dfbbfc9799af95f477a69b62d nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5 - OrderedSet: aaeb196f7fef5a9edf55d89760da9176ad40b93c + OrderedSet: e539b66b644ff081c73a262d24ad552a69be3a94 package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85 - path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943 + path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46 patrol: 0564cee315ff6c86fb802b3647db05cc2d3d0624 - pdf_render: 0b4e1a615aab83ce88b26c57753049424908a755 + pdfrx: 07fc287c47ea8d027c4ed56457f8a1aa74d73594 permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6 photo_manager: ff695c7a1dd5bc379974953a2b5c0a293f7c4c8a pointer_interceptor_ios: 9280618c0b2eeb80081a343924aa8ad756c21375 printing: 233e1b73bd1f4a05615548e9b5a324c98588640b - PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4 - ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825 + PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47 + ReachabilitySwift: 32793e867593cfc1177f5d16491e3a197d2fccda receive_sharing_intent: 79c848f5b045674ad60b9fea3bafea59962ad2c1 - SDWebImage: fc8f2d48bbfd72ef39d70e981bd24a3f3be53fec - SDWebImageWebPCoder: 633b813fca24f1de5e076bcd7f720c038b23892b + SDWebImage: f84b0feeb08d2d11e6a9b843cb06d75ebf5b8868 + SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380 share_plus: c3fef564749587fc939ef86ffb283ceac0baf9f5 shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126 - SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f - url_launcher_ios: 68d46cc9766d0c41dbdc884310529557e3cd7a86 + SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4 + url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe workmanager: 0afdcf5628bbde6924c21af7836fed07b42e30e6 PODFILE CHECKSUM: f2eb8f5a17c320a935d112236893d073c572e17e diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index ed11008cf..070238bf9 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -957,6 +957,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; APP_GROUP_ID = group.com.linagora.teammail; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; @@ -1095,6 +1096,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; APP_GROUP_ID = group.com.linagora.teammail; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; @@ -1125,6 +1127,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; APP_GROUP_ID = group.com.linagora.teammail; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Distribution"; diff --git a/model/pubspec.lock b/model/pubspec.lock index ca9e853b2..2e7601f94 100644 --- a/model/pubspec.lock +++ b/model/pubspec.lock @@ -101,10 +101,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "3ac61a79bfb6f6cc11f693591063a7f19a7af628dc52f141743edac5c16e8c22" + sha256: "1414d6d733a85d8ad2f1dfcb3ea7945759e35a123cb99ccfac75d0758f75edfa" url: "https://pub.dev" source: hosted - version: "2.4.9" + version: "2.4.10" build_runner_core: dependency: transitive description: @@ -196,10 +196,10 @@ packages: dependency: transitive description: name: cross_file - sha256: fedaadfa3a6996f75211d835aaeb8fede285dae94262485698afd832371b9a5e + sha256: "7caf6a750a0c04effbb52a676dce9a4a592e10ad35c34d6d2d0e4811160d5670" url: "https://pub.dev" source: hosted - version: "0.3.3+8" + version: "0.3.4+2" crypto: dependency: transitive description: @@ -418,18 +418,18 @@ packages: dependency: transitive description: name: flutter_inappwebview - sha256: "3e9a443a18ecef966fb930c3a76ca5ab6a7aafc0c7b5e14a4a850cf107b09959" + sha256: e5caf1649d082e333e22031c84a24d345d2e76e136345481d7ab495c2069d8ec url: "https://pub.dev" source: hosted - version: "6.0.0" + version: "6.1.0" flutter_inappwebview_android: dependency: transitive description: name: flutter_inappwebview_android - sha256: d247f6ed417f1f8c364612fa05a2ecba7f775c8d0c044c1d3b9ee33a6515c421 + sha256: "62557c15a5c2db5d195cb3892aab74fcaec266d7b86d59a6f0027abd672cddba" url: "https://pub.dev" source: hosted - version: "1.0.13" + version: "1.1.3" flutter_inappwebview_internal_annotations: dependency: transitive description: @@ -442,34 +442,42 @@ packages: dependency: transitive description: name: flutter_inappwebview_ios - sha256: f363577208b97b10b319cd0c428555cd8493e88b468019a8c5635a0e4312bd0f + sha256: "5818cf9b26cf0cbb0f62ff50772217d41ea8d3d9cc00279c45f8aabaa1b4025d" url: "https://pub.dev" source: hosted - version: "1.0.13" + version: "1.1.2" flutter_inappwebview_macos: dependency: transitive description: name: flutter_inappwebview_macos - sha256: b55b9e506c549ce88e26580351d2c71d54f4825901666bd6cfa4be9415bb2636 + sha256: c1fbb86af1a3738e3541364d7d1866315ffb0468a1a77e34198c9be571287da1 url: "https://pub.dev" source: hosted - version: "1.0.11" + version: "1.1.2" flutter_inappwebview_platform_interface: dependency: transitive description: name: flutter_inappwebview_platform_interface - sha256: "545fd4c25a07d2775f7d5af05a979b2cac4fbf79393b0a7f5d33ba39ba4f6187" + sha256: cf5323e194096b6ede7a1ca808c3e0a078e4b33cc3f6338977d75b4024ba2500 url: "https://pub.dev" source: hosted - version: "1.0.10" + version: "1.3.0+1" flutter_inappwebview_web: dependency: transitive description: name: flutter_inappwebview_web - sha256: d8c680abfb6fec71609a700199635d38a744df0febd5544c5a020bd73de8ee07 + sha256: "55f89c83b0a0d3b7893306b3bb545ba4770a4df018204917148ebb42dc14a598" url: "https://pub.dev" source: hosted - version: "1.0.8" + version: "1.1.2" + flutter_inappwebview_windows: + dependency: transitive + description: + name: flutter_inappwebview_windows + sha256: "2c1c13c32835c4a0afa49aabc207cd5cf80967c00bfdfe49259d082182d7c81f" + url: "https://pub.dev" + source: hosted + version: "0.1.0" flutter_keyboard_visibility: dependency: transitive description: @@ -653,10 +661,10 @@ packages: description: path: "." ref: main - resolved-ref: "131bdbb2fb5ed268b8c8469d532f70b42ac4e15a" + resolved-ref: ad588c18cec7630bd8a85a312b7811037af93d12 url: "https://github.com/linagora/jmap-dart-client.git" source: git - version: "0.3.4" + version: "0.3.5" js: dependency: transitive description: @@ -917,10 +925,10 @@ packages: dependency: transitive description: name: pointer_interceptor_web - sha256: dfd32b9c6e01a18f80535e7791e9d3add009a3395645d6db2f1e22b2642bfab4 + sha256: "7a7087782110f8c1827170660b09f8aa893e0e9a61431dbbe2ac3fc482e8c044" url: "https://pub.dev" source: hosted - version: "0.10.1" + version: "0.10.2+1" pool: dependency: transitive description: @@ -1243,10 +1251,10 @@ packages: dependency: transitive description: name: web - sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152 + sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a" url: "https://pub.dev" source: hosted - version: "0.3.0" + version: "1.1.1" web_socket_channel: dependency: transitive description: diff --git a/model/pubspec.yaml b/model/pubspec.yaml index a7c7b25b0..d5688c8be 100644 --- a/model/pubspec.yaml +++ b/model/pubspec.yaml @@ -64,7 +64,7 @@ dev_dependencies: flutter_lints: 2.0.1 - build_runner: 2.4.9 + build_runner: 2.4.10 json_serializable: 6.6.1 # For information on the generic Dart part of this file, see the diff --git a/pubspec.lock b/pubspec.lock index 425db15fc..238fd6d9f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -173,10 +173,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "3ac61a79bfb6f6cc11f693591063a7f19a7af628dc52f141743edac5c16e8c22" + sha256: "1414d6d733a85d8ad2f1dfcb3ea7945759e35a123cb99ccfac75d0758f75edfa" url: "https://pub.dev" source: hosted - version: "2.4.9" + version: "2.4.10" build_runner_core: dependency: transitive description: @@ -493,10 +493,10 @@ packages: description: path: "." ref: master - resolved-ref: b95d69a865f17575924868159bca43ef47b67fcd + resolved-ref: "6c08edd506019917a878dcd26fcc29018b8d48e5" url: "https://github.com/linagora/enough_html_editor.git" source: git - version: "0.1.2" + version: "0.1.3" enough_platform_widgets: dependency: transitive description: @@ -589,8 +589,8 @@ packages: dependency: "direct main" description: path: "." - ref: "fixbug/tmail-0.15.12-memory-leak" - resolved-ref: b9a5bf750554ca1b0cb98ae2b57167e5b0310582 + ref: "v0.8.5-twake-mail" + resolved-ref: "2e8591e4be956f7fe025f7dfc92b963e92821d64" url: "https://github.com/linagora/flutter_file_picker.git" source: git version: "8.0.5" @@ -830,18 +830,18 @@ packages: dependency: transitive description: name: flutter_inappwebview - sha256: "3e9a443a18ecef966fb930c3a76ca5ab6a7aafc0c7b5e14a4a850cf107b09959" + sha256: e5caf1649d082e333e22031c84a24d345d2e76e136345481d7ab495c2069d8ec url: "https://pub.dev" source: hosted - version: "6.0.0" + version: "6.1.0" flutter_inappwebview_android: dependency: transitive description: name: flutter_inappwebview_android - sha256: d247f6ed417f1f8c364612fa05a2ecba7f775c8d0c044c1d3b9ee33a6515c421 + sha256: "62557c15a5c2db5d195cb3892aab74fcaec266d7b86d59a6f0027abd672cddba" url: "https://pub.dev" source: hosted - version: "1.0.13" + version: "1.1.3" flutter_inappwebview_internal_annotations: dependency: transitive description: @@ -854,34 +854,42 @@ packages: dependency: transitive description: name: flutter_inappwebview_ios - sha256: f363577208b97b10b319cd0c428555cd8493e88b468019a8c5635a0e4312bd0f + sha256: "5818cf9b26cf0cbb0f62ff50772217d41ea8d3d9cc00279c45f8aabaa1b4025d" url: "https://pub.dev" source: hosted - version: "1.0.13" + version: "1.1.2" flutter_inappwebview_macos: dependency: transitive description: name: flutter_inappwebview_macos - sha256: b55b9e506c549ce88e26580351d2c71d54f4825901666bd6cfa4be9415bb2636 + sha256: c1fbb86af1a3738e3541364d7d1866315ffb0468a1a77e34198c9be571287da1 url: "https://pub.dev" source: hosted - version: "1.0.11" + version: "1.1.2" flutter_inappwebview_platform_interface: dependency: transitive description: name: flutter_inappwebview_platform_interface - sha256: "545fd4c25a07d2775f7d5af05a979b2cac4fbf79393b0a7f5d33ba39ba4f6187" + sha256: cf5323e194096b6ede7a1ca808c3e0a078e4b33cc3f6338977d75b4024ba2500 url: "https://pub.dev" source: hosted - version: "1.0.10" + version: "1.3.0+1" flutter_inappwebview_web: dependency: transitive description: name: flutter_inappwebview_web - sha256: d8c680abfb6fec71609a700199635d38a744df0febd5544c5a020bd73de8ee07 + sha256: "55f89c83b0a0d3b7893306b3bb545ba4770a4df018204917148ebb42dc14a598" url: "https://pub.dev" source: hosted - version: "1.0.8" + version: "1.1.2" + flutter_inappwebview_windows: + dependency: transitive + description: + name: flutter_inappwebview_windows + sha256: "2c1c13c32835c4a0afa49aabc207cd5cf80967c00bfdfe49259d082182d7c81f" + url: "https://pub.dev" + source: hosted + version: "0.1.0" flutter_keyboard_visibility: dependency: "direct main" description: @@ -1237,10 +1245,10 @@ packages: description: path: "." ref: main - resolved-ref: ff9af2b54e89ddc4e1047e271632aaf92e16b116 + resolved-ref: "3279b9d164723ca349ca3d030abc27efbadd0d34" url: "https://github.com/linagora/html-editor-enhanced.git" source: git - version: "3.1.6" + version: "3.1.7" html_unescape: dependency: transitive description: @@ -1334,10 +1342,10 @@ packages: description: path: "." ref: main - resolved-ref: "131bdbb2fb5ed268b8c8469d532f70b42ac4e15a" + resolved-ref: ad588c18cec7630bd8a85a312b7811037af93d12 url: "https://github.com/linagora/jmap-dart-client.git" source: git - version: "0.3.4" + version: "0.3.5" js: dependency: transitive description: @@ -1959,10 +1967,10 @@ packages: dependency: transitive description: name: shelf_web_socket - sha256: "9ca081be41c60190ebcb4766b2486a7d50261db7bd0f5d9615f2d653637a84c1" + sha256: cc36c297b52866d203dbf9332263c94becc2fe0ceaa9681d07b6ef9807023b67 url: "https://pub.dev" source: hosted - version: "1.0.4" + version: "2.0.1" simple_observable: dependency: transitive description: @@ -2293,18 +2301,26 @@ packages: dependency: transitive description: name: web - sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27" + sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a" url: "https://pub.dev" source: hosted - version: "0.5.1" + version: "1.1.1" + web_socket: + dependency: transitive + description: + name: web_socket + sha256: bfe6f435f6ec49cb6c01da1e275ae4228719e59a6b067048c51e72d9d63bcc4b + url: "https://pub.dev" + source: hosted + version: "1.0.0" web_socket_channel: dependency: "direct main" description: name: web_socket_channel - sha256: "1d8e795e2a8b3730c41b8a98a2dff2e0fb57ae6f0764a1c46ec5915387d257b2" + sha256: d645757fb0f4773d602444000a8131ff5d48c9e47adfe9772652dd1a4f2d45c8 url: "https://pub.dev" source: hosted - version: "2.4.4" + version: "3.0.3" win32: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ebf5315a1..ccdf43d4c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -243,7 +243,7 @@ dependencies: app_settings: 5.1.1 - web_socket_channel: 2.4.4 + web_socket_channel: 3.0.3 flutter_web_auth_2: 3.1.1 @@ -266,7 +266,7 @@ dev_dependencies: flutter_test: sdk: flutter - build_runner: 2.4.9 + build_runner: 2.4.10 mockito: 5.4.4 @@ -302,7 +302,7 @@ dependency_overrides: file_picker: git: url: https://github.com/linagora/flutter_file_picker.git - ref: fixbug/tmail-0.15.12-memory-leak + ref: v0.8.5-twake-mail # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/rule_filter/pubspec.lock b/rule_filter/pubspec.lock index 88fcb00f9..efbcdbd06 100644 --- a/rule_filter/pubspec.lock +++ b/rule_filter/pubspec.lock @@ -77,10 +77,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "3ac61a79bfb6f6cc11f693591063a7f19a7af628dc52f141743edac5c16e8c22" + sha256: "1414d6d733a85d8ad2f1dfcb3ea7945759e35a123cb99ccfac75d0758f75edfa" url: "https://pub.dev" source: hosted - version: "2.4.9" + version: "2.4.10" build_runner_core: dependency: transitive description: @@ -296,10 +296,10 @@ packages: description: path: "." ref: main - resolved-ref: "131bdbb2fb5ed268b8c8469d532f70b42ac4e15a" + resolved-ref: ad588c18cec7630bd8a85a312b7811037af93d12 url: "https://github.com/linagora/jmap-dart-client.git" source: git - version: "0.3.4" + version: "0.3.5" js: dependency: transitive description: diff --git a/rule_filter/pubspec.yaml b/rule_filter/pubspec.yaml index 701331815..500e6edc5 100644 --- a/rule_filter/pubspec.yaml +++ b/rule_filter/pubspec.yaml @@ -32,7 +32,7 @@ dev_dependencies: flutter_lints: 2.0.1 - build_runner: 2.4.9 + build_runner: 2.4.10 json_serializable: 6.6.1 diff --git a/server_settings/pubspec.lock b/server_settings/pubspec.lock index 2e887cb09..1d2cfc86f 100644 --- a/server_settings/pubspec.lock +++ b/server_settings/pubspec.lock @@ -77,10 +77,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "3ac61a79bfb6f6cc11f693591063a7f19a7af628dc52f141743edac5c16e8c22" + sha256: "1414d6d733a85d8ad2f1dfcb3ea7945759e35a123cb99ccfac75d0758f75edfa" url: "https://pub.dev" source: hosted - version: "2.4.9" + version: "2.4.10" build_runner_core: dependency: transitive description: @@ -288,10 +288,10 @@ packages: description: path: "." ref: main - resolved-ref: "131bdbb2fb5ed268b8c8469d532f70b42ac4e15a" + resolved-ref: ad588c18cec7630bd8a85a312b7811037af93d12 url: "https://github.com/linagora/jmap-dart-client.git" source: git - version: "0.3.4" + version: "0.3.5" js: dependency: transitive description: diff --git a/server_settings/pubspec.yaml b/server_settings/pubspec.yaml index c20904006..18af869f9 100644 --- a/server_settings/pubspec.yaml +++ b/server_settings/pubspec.yaml @@ -29,7 +29,7 @@ dev_dependencies: flutter_test: sdk: flutter - build_runner: 2.4.9 + build_runner: 2.4.10 json_serializable: 6.6.1