From 2a922814ddeb6f3b85251fc76e8018e562f35f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 14:43:49 +0000 Subject: [PATCH 1/2] chore(deps): bump equatable from 2.1.0 to 3.0.0 Bumps [equatable](https://github.com/felangel/equatable) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/felangel/equatable/releases) - [Changelog](https://github.com/felangel/equatable/blob/master/CHANGELOG.md) - [Commits](https://github.com/felangel/equatable/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: equatable dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index f5090f8..cf5c1c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ environment: dependencies: args: ^2.5.0 - equatable: ^2.0.5 + equatable: ">=2.0.5 <4.0.0" mason_logger: ^0.3.0 meta: ^1.15.0 path: ^1.9.0 From 753116449a4f0a64b2dcb73e6cdf7fd565472e81 Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:03:11 +0200 Subject: [PATCH 2/2] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index cf5c1c7..b3c4d4d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ environment: dependencies: args: ^2.5.0 - equatable: ">=2.0.5 <4.0.0" + equatable: ^3.0.0 mason_logger: ^0.3.0 meta: ^1.15.0 path: ^1.9.0