From adeb79f691b7d1f395b6e99a6f542ec048b592a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 01:02:19 +0000 Subject: [PATCH] Bump equatable from 2.0.3 to 2.0.5 Bumps [equatable](https://github.com/felangel/equatable) from 2.0.3 to 2.0.5. - [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.0.3...v2.0.5) --- updated-dependencies: - dependency-name: equatable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 107005671..e959df888 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -280,7 +280,7 @@ packages: name: equatable url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "2.0.5" fake_async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index af9e0a384..0a9859511 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: charts_flutter: ^0.12.0 collection: ^1.15.0-nullsafety.4 cupertino_icons: ^1.0.5 - equatable: ^2.0.3 + equatable: ^2.0.5 flutter_calendar_carousel: ^2.4.0 flutter_html: ^2.1.2 flutter_typeahead: ^4.0.0