From a31c789abde90f27dc1e9e82d6064d78b22f1719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 15:17:49 +0000 Subject: [PATCH] Bump build_runner from 2.2.0 to 2.3.3 Bumps [build_runner](https://github.com/dart-lang/build) from 2.2.0 to 2.3.3. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.2.0...build_runner-v2.3.3) --- updated-dependencies: - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-minor ... 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 4dedc5f..3412a66 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -84,7 +84,7 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.2.0" + version: "2.3.3" build_runner_core: dependency: transitive description: @@ -330,7 +330,7 @@ packages: name: frontend_server_client url: "https://pub.dartlang.org" source: hosted - version: "2.1.3" + version: "3.2.0" glob: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e791353..4ca73b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -74,7 +74,7 @@ dependencies: dev_dependencies: - build_runner: ^2.2.0 + build_runner: ^2.3.3 hive_generator: ^1.1.3 lint: ^1.10.0