From 6a0944b76e8e94723d8404ede50efa23de1146a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 18:30:05 +1000 Subject: [PATCH] Bump json_serializable from 6.1.6 to 6.2.0 in /experimental/linting_tool (#1174) Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.1.6 to 6.2.0. - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.1.6...json_serializable-v6.2.0) --- updated-dependencies: - dependency-name: json_serializable dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimental/linting_tool/pubspec.lock | 4 ++-- experimental/linting_tool/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/experimental/linting_tool/pubspec.lock b/experimental/linting_tool/pubspec.lock index 13998a67b..379ef98a5 100644 --- a/experimental/linting_tool/pubspec.lock +++ b/experimental/linting_tool/pubspec.lock @@ -386,14 +386,14 @@ packages: name: json_annotation url: "https://pub.dartlang.org" source: hosted - version: "4.4.0" + version: "4.5.0" json_serializable: dependency: "direct dev" description: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "6.1.6" + version: "6.2.0" lints: dependency: transitive description: diff --git a/experimental/linting_tool/pubspec.yaml b/experimental/linting_tool/pubspec.yaml index a37b7e56d..4dd23402b 100644 --- a/experimental/linting_tool/pubspec.yaml +++ b/experimental/linting_tool/pubspec.yaml @@ -41,7 +41,7 @@ dev_dependencies: build_runner: ^2.0.6 flutter_lints: ^1.0.3 hive_generator: ^1.1.0 - json_serializable: ^6.1.3 + json_serializable: ^6.2.0 flutter: uses-material-design: true