From fc291be248842429a31fd3a39490a8f7d9faca41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 16:22:27 +0000 Subject: [PATCH] chore(deps): bump json_annotation from 4.10.0 to 4.11.0 Bumps [json_annotation](https://github.com/google/json_serializable.dart) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_annotation-v4.10.0...json_annotation-v4.11.0) --- updated-dependencies: - dependency-name: json_annotation dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 32 ++++---------------------------- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 29 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 325fd74..a257f5f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -544,26 +544,18 @@ packages: dependency: "direct main" description: name: json_annotation - sha256: "805fa86df56383000f640384b282ce0cb8431f1a7a2396de92fb66186d8c57df" + sha256: cb09e7dac6210041fad964ed7fbee004f14258b4eca4040f72d1234062ace4c8 url: "https://pub.dev" source: hosted - version: "4.10.0" - json_schema: - dependency: transitive - description: - name: json_schema - sha256: f37d9c3fdfe8c9aae55fdfd5af815d24ce63c3a0f6a2c1f0982c30f43643fa1a - url: "https://pub.dev" - source: hosted - version: "5.2.2" + version: "4.11.0" json_serializable: dependency: "direct dev" description: name: json_serializable - sha256: "93fba3ad139dab2b1ce59ecc6fdce6da46a42cdb6c4399ecda30f1e7e725760d" + sha256: "44729f5c45748e6748f6b9a57ab8f7e4336edc8ae41fc295070e3814e616a6c0" url: "https://pub.dev" source: hosted - version: "6.12.0" + version: "6.13.0" kitty_protocol: dependency: transitive description: @@ -884,14 +876,6 @@ packages: url: "https://pub.dev" source: hosted version: "3.2.2" - rfc_6901: - dependency: transitive - description: - name: rfc_6901 - sha256: "6a43b1858dca2febaf93e15639aa6b0c49ccdfd7647775f15a499f872b018154" - url: "https://pub.dev" - source: hosted - version: "0.2.1" riverpod: dependency: transitive description: @@ -1217,14 +1201,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.1.0" - uri: - dependency: transitive - description: - name: uri - sha256: "889eea21e953187c6099802b7b4cf5219ba8f3518f604a1033064d45b1b8268a" - url: "https://pub.dev" - source: hosted - version: "1.0.0" url_launcher: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index d5dc9a2..1658964 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -78,7 +78,7 @@ dependencies: url_launcher: ^6.2.4 # JSON 序列化 - json_annotation: ^4.8.1 + json_annotation: ^4.11.0 # 路径处理 path_provider: ^2.1.1