From f314e3dba15dad850a312863d4236f0019b936ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 00:49:08 +0000 Subject: [PATCH] Bump json_annotation from 4.4.0 to 4.5.0 Bumps [json_annotation](https://github.com/google/json_serializable.dart) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_annotation-v4.4.0...json_annotation-v4.5.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 b739e41f..f8db3000 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -531,14 +531,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" klizma: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 68c69e13..995de5c8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -44,7 +44,7 @@ dependencies: http: ^0.13.3 image_picker: ^0.8.4+9 intl: ^0.17.0 - json_annotation: ^4.3.0 + json_annotation: ^4.5.0 version: ^2.0.0 package_info: ^2.0.2 provider: ^6.0.1