From 9cceea16d497a1efea876c304a5c9e56e7744684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 17:52:12 +1000 Subject: [PATCH] Bump json_serializable from 6.1.6 to 6.2.0 in /form_app (#1161) --- form_app/pubspec.lock | 4 ++-- form_app/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/form_app/pubspec.lock b/form_app/pubspec.lock index 6861edfb8..4acdd5e57 100644 --- a/form_app/pubspec.lock +++ b/form_app/pubspec.lock @@ -276,14 +276,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/form_app/pubspec.yaml b/form_app/pubspec.yaml index d2546d9f9..55a5c2f1d 100644 --- a/form_app/pubspec.yaml +++ b/form_app/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - json_serializable: ^6.1.5 + json_serializable: ^6.2.0 build_runner: ^2.1.8 flutter_lints: ^1.0.0