From e1591b6be802f46c64b0f6fb4cf6753db4477887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 13:37:40 +0000 Subject: [PATCH] Bump json_serializable from 6.3.0 to 6.3.1 Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.3.0...json_serializable-v6.3.1) --- updated-dependencies: - dependency-name: json_serializable dependency-type: direct:production update-type: version-update:semver-patch ... 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 908eb7c..97ee44f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -405,7 +405,7 @@ packages: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "6.3.0" + version: "6.3.1" lints: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 912e79a..95a79d8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -44,7 +44,7 @@ dev_dependencies: build_runner: 2.2.0 flutter_lints: 1.0.4 freezed: 2.1.0+1 - json_serializable: 6.3.0 + json_serializable: ^6.3.1 pedantic: 1.11.1 flutter: