diff --git a/pubspec.lock b/pubspec.lock index f016b8d8..a5533413 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -747,10 +747,10 @@ packages: dependency: "direct main" description: name: linkable - sha256: "3cb3ccc83da8b23d27dc66b1421d5b42ed9e6e56ace045121e02a1235ee7a7e0" + sha256: "9a9f9b6806e5af7cf46f121caf6faac365813c33c4be07ed972e4198e4417c49" url: "https://pub.dev" source: hosted - version: "3.0.2" + version: "4.0.0" linkify: dependency: "direct main" description: @@ -803,10 +803,10 @@ packages: dependency: transitive description: name: meta - sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c + sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394" url: "https://pub.dev" source: hosted - version: "1.16.0" + version: "1.17.0" mime: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index c350c1d7..d23116e0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -40,7 +40,7 @@ dependencies: url_launcher: ^6.0.9 # For memes action_cable: ^1.2.0 # For messaging infinite_scroll_pagination: ^5.0.0 # For messaging - linkable: ^3.0.1 # For making numbers, emails and links clickable + linkable: ">=3.0.1 <5.0.0" # For making numbers, emails and links clickable flutter_html: ^3.0.0-beta.2 # For rendering HTMLq pull_to_refresh: ^2.0.0 # this already exists in flutter flutter_local_notifications: ^19.0.0 # For handling local notifications