From 01e2790de7fed992120eeb0aef4f29a018281cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 01:00:05 +0000 Subject: [PATCH] Bump json_annotation from 4.6.0 to 4.7.0 Bumps [json_annotation](https://github.com/google/json_serializable.dart) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_annotation-v4.6.0...json_annotation-v4.7.0) --- updated-dependencies: - dependency-name: json_annotation dependency-type: direct:production update-type: version-update:semver-minor ... 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 c36665f2..09d6373e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -545,14 +545,14 @@ packages: name: json_annotation url: "https://pub.dartlang.org" source: hosted - version: "4.6.0" + version: "4.7.0" json_serializable: dependency: "direct dev" description: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "6.3.2" + version: "6.4.0" klizma: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 31f3890f..9eef35ab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -44,7 +44,7 @@ dependencies: http: ^0.13.5 image_picker: ^0.8.4+9 intl: ^0.17.0 - json_annotation: ^4.5.0 + json_annotation: ^4.7.0 version: ^3.0.2 package_info: ^2.0.2 provider: ^6.0.3