From 1e7e839b5d92c765decc1b314180652212a1556a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 02:48:44 +0000 Subject: [PATCH] chore: flutter: bump flutter_lints in /applications/rpg_table_helper Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/flutter_lints-v6.0.0/packages) --- updated-dependencies: - dependency-name: flutter_lints dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- applications/rpg_table_helper/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/rpg_table_helper/pubspec.yaml b/applications/rpg_table_helper/pubspec.yaml index f03c8f3f..bac73d61 100644 --- a/applications/rpg_table_helper/pubspec.yaml +++ b/applications/rpg_table_helper/pubspec.yaml @@ -54,7 +54,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^5.0.0 + flutter_lints: ^6.0.0 golden_toolkit: ^0.15.0 custom_lint: ^0.7.0 json_serializable: ^6.8.0