From 98e52bda105769658606bd7deaa5c0c012bf4e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 21:08:17 +0000 Subject: [PATCH] chore(deps): bump build_runner from 2.3.0 to 2.3.3 Bumps [build_runner](https://github.com/dart-lang/build) from 2.3.0 to 2.3.3. - [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.3) --- 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 7c4c231..9cccd69 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.3" build_runner_core: dependency: transitive description: @@ -241,7 +241,7 @@ packages: name: frontend_server_client url: "https://pub.dartlang.org" source: hosted - version: "2.1.3" + version: "3.2.0" get: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index d4c6ef8..0c0aec5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -55,7 +55,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.3 freezed: ^2.2.0 json_serializable: ^6.5.2