From c1a5126c38ff662d9d5bd8e50a03dffdd28e882a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 08:32:38 +0000 Subject: [PATCH] chore(deps): bump json_serializable from 6.4.1 to 6.5.0 Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.4.1 to 6.5.0. - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.4.1...json_serializable-v6.5.0) --- updated-dependencies: - dependency-name: json_serializable dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index bedb716..c2d40d9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -238,7 +238,7 @@ packages: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "6.4.1" + version: "6.5.0" logging: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index abc7b11..f5d6154 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: dev_dependencies: build_runner: ^2.2.1 - json_serializable: ^6.4.1 + json_serializable: ^6.5.0 mocktail: ^0.3.0 test: ^1.21.6 very_good_analysis: ^3.1.0