From 904b56c92828bbe314581480e1f1b81152fc891a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 19:02:13 +0000 Subject: [PATCH] build(deps): bump build_runner from 2.4.2 to 2.4.4 Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.2 to 2.4.4. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.2...build_runner-v2.4.4) --- updated-dependencies: - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 65f4d5d..f7a950c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -85,10 +85,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "87e06c939450b9b94e3e1bb2d46e0e9780adbff5500d3969f2ba2de6bbb860cb" + sha256: "220ae4553e50d7c21a17c051afc7b183d28a24a420502e842f303f8e4e6edced" url: "https://pub.dev" source: hosted - version: "2.4.2" + version: "2.4.4" build_runner_core: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d4babae..ecee72a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: hooks_riverpod: ^2.2.0 dev_dependencies: - build_runner: ^2.4.2 + build_runner: ^2.4.4 flutter_lints: ^2.0.1 flutter_test: sdk: flutter