From e9999b71e6a3786c49c2c200f386bb835495e7df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 07:24:23 +0000 Subject: [PATCH] chore(deps): bump json_serializable from 6.13.0 to 6.13.1 Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.13.0 to 6.13.1. - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.13.0...json_serializable-v6.13.1) --- updated-dependencies: - dependency-name: json_serializable dependency-version: 6.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/pubspec.yaml | 2 +- pubspec.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index e263c96..069734d 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -52,7 +52,7 @@ dev_dependencies: # Code Generation build_runner: ^2.11.1 - json_serializable: ^6.12.0 + json_serializable: ^6.13.1 freezed: ^3.2.5 flutter: diff --git a/pubspec.lock b/pubspec.lock index 0ca391c..eaffe57 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -465,10 +465,10 @@ packages: dependency: transitive description: name: json_serializable - sha256: "44729f5c45748e6748f6b9a57ab8f7e4336edc8ae41fc295070e3814e616a6c0" + sha256: fbcf404b03520e6e795f6b9b39badb2b788407dfc0a50cf39158a6ae1ca78925 url: "https://pub.dev" source: hosted - version: "6.13.0" + version: "6.13.1" leak_tracker: dependency: transitive description: @@ -513,10 +513,10 @@ packages: dependency: transitive description: name: matcher - sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6" + sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861 url: "https://pub.dev" source: hosted - version: "0.12.18" + version: "0.12.19" material_color_utilities: dependency: transitive description: @@ -918,10 +918,10 @@ packages: dependency: transitive description: name: test_api - sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636" + sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a" url: "https://pub.dev" source: hosted - version: "0.7.9" + version: "0.7.10" typed_data: dependency: transitive description: @@ -1012,4 +1012,4 @@ packages: version: "3.1.3" sdks: dart: ">=3.11.0 <4.0.0" - flutter: ">=3.41.1 <4.0.0" + flutter: ">=3.41.1"