From 78faea7030eb0ecdf4e2720c1e49c6abc44a3614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:54:47 -0500 Subject: [PATCH] chore(deps): bump build_runner from 2.4.12 to 2.4.13 in /packages/shorebird_cli in the shorebird_cli-deps group (#2511) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bryan Oltman --- packages/shorebird_cli/pubspec.lock | 4 ++-- packages/shorebird_cli/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/shorebird_cli/pubspec.lock b/packages/shorebird_cli/pubspec.lock index b22626b1..90cb9087 100644 --- a/packages/shorebird_cli/pubspec.lock +++ b/packages/shorebird_cli/pubspec.lock @@ -101,10 +101,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: dd09dd4e2b078992f42aac7f1a622f01882a8492fef08486b27ddde929c19f04 + sha256: "028819cfb90051c6b5440c7e574d1896f8037e3c96cf17aaeb054c9311cfbf4d" url: "https://pub.dev" source: hosted - version: "2.4.12" + version: "2.4.13" build_runner_core: dependency: transitive description: diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 32e6e0ee..7a0c0b6c 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -47,7 +47,7 @@ dependencies: yaml_edit: ^2.2.0 dev_dependencies: - build_runner: ^2.4.11 + build_runner: ^2.4.13 build_verify: ^3.1.0 build_version: ^2.1.1 json_serializable: ^6.7.1