From e48156c840072499a420bc0247256d2373ed16e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:10:43 +0000 Subject: [PATCH] [geolocator_linux]: Bump flutter_lints in /geolocator_linux Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 1.0.4 to 3.0.1. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/flutter_lints-v3.0.1/packages) --- updated-dependencies: - dependency-name: flutter_lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- geolocator_linux/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geolocator_linux/pubspec.yaml b/geolocator_linux/pubspec.yaml index 2a905869..c64b07b1 100644 --- a/geolocator_linux/pubspec.yaml +++ b/geolocator_linux/pubspec.yaml @@ -27,7 +27,7 @@ dependencies: dev_dependencies: build_runner: ^2.1.8 - flutter_lints: ^1.0.4 + flutter_lints: ">=1.0.4 <4.0.0" flutter_test: sdk: flutter mockito: ^5.0.17