From 503c2985ee22ae8b157a16fd5142a93ee2ccb718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 19:27:38 +0000 Subject: [PATCH] chore(deps): bump json_serializable from 5.0.2 to 6.5.3 Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 5.0.2 to 6.5.3. - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v5.0.2...json_serializable-v6.5.3) --- updated-dependencies: - dependency-name: json_serializable dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7d2cb4e..bb02564 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: dev_dependencies: build_runner: ^2.1.2 - json_serializable: ^5.0.0 + json_serializable: ">=5.0.0 <7.0.0" mocktail: ">=0.2.0 <0.4.0" test: ^1.17.0 very_good_analysis: ^2.4.0