From d3da52db65755d6125dbaea9747a05ddd290f779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 08:08:46 +0000 Subject: [PATCH] chore(deps): bump build_runner from 2.2.1 to 2.3.3 Bumps [build_runner](https://github.com/dart-lang/build) from 2.2.1 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.1...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 | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index bedb716..00ea31f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -70,7 +70,7 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.2.1" + version: "2.3.3" build_runner_core: dependency: transitive description: @@ -112,7 +112,7 @@ packages: name: code_builder url: "https://pub.dartlang.org" source: hosted - version: "4.1.0" + version: "4.3.0" collection: dependency: transitive description: @@ -175,7 +175,7 @@ packages: name: frontend_server_client url: "https://pub.dartlang.org" source: hosted - version: "2.1.2" + version: "3.2.0" glob: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d7da837..a3a45a2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: retry: ^3.1.0 dev_dependencies: - build_runner: ^2.2.1 + build_runner: ^2.3.3 json_serializable: ^6.4.1 mocktail: ^0.3.0 test: ^1.21.6