From 95a032eca4afacc8f04934460786007b663e80aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 12:28:06 +0000 Subject: [PATCH] fix(deps): update dependency analyzer to v6 --- packages/builder/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/builder/pubspec.yaml b/packages/builder/pubspec.yaml index 61a18a7fd..b3928456e 100644 --- a/packages/builder/pubspec.yaml +++ b/packages/builder/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: ">=2.12.0 <3.0.0" dependencies: - analyzer: ^5.13.0 + analyzer: ^6.0.0 appainter_annotations: path: ../annotations/ build: ^2.2.1