From ed8be84550c8d4c2af437e4820655f4a5527bda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 08:55:58 +0000 Subject: [PATCH] chore(deps): bump json_serializable from 6.4.1 to 6.5.1 Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.4.1 to 6.5.1. - [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.1) --- 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..c199a93 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.1" logging: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 573ae29..9eae092 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.1 mocktail: ^0.3.0 test: ^1.21.6 very_good_analysis: ^3.1.0