From ddeae628a49db38e06302f6adb46f59736732962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 11:01:15 +0000 Subject: [PATCH] Bump linkable from 3.0.2 to 4.0.0 Bumps [linkable](https://github.com/AnupKumarPanwar/Linkable) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/AnupKumarPanwar/Linkable/releases) - [Changelog](https://github.com/AnupKumarPanwar/Linkable/blob/master/CHANGELOG.md) - [Commits](https://github.com/AnupKumarPanwar/Linkable/commits) --- updated-dependencies: - dependency-name: linkable dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.lock | 8 ++++---- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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