From 8d56b66e36881d1a2e04f07bed0f7ea0f22af073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 21:42:03 +0000 Subject: [PATCH] chore(deps): bump build_runner from 2.3.0 to 2.3.2 Bumps [build_runner](https://github.com/dart-lang/build) from 2.3.0 to 2.3.2. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build-v2.3.0...build_runner-v2.3.2) --- 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 f5aa4a7..98b636a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -77,7 +77,7 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.3.0" + version: "2.3.2" build_runner_core: dependency: transitive description: @@ -234,7 +234,7 @@ packages: name: frontend_server_client url: "https://pub.dartlang.org" source: hosted - version: "2.1.3" + version: "3.1.0" get: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index a4c1a05..7d5a6ee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -54,7 +54,7 @@ dev_dependencies: # package. See that file for information about deactivating specific lint # rules and activating additional ones. flutter_lints: ^2.0.0 - build_runner: ^2.3.0 + build_runner: ^2.3.2 freezed: ^2.2.0 json_serializable: ^6.5.2