diff --git a/pubspec.lock b/pubspec.lock index 325fd74..9e1e9a2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -253,10 +253,10 @@ packages: dependency: "direct main" description: name: dio - sha256: b9d46faecab38fc8cc286f80bc4d61a3bb5d4ac49e51ed877b4d6706efe57b25 + sha256: aff32c08f92787a557dd5c0145ac91536481831a01b4648136373cddb0e64f8c url: "https://pub.dev" source: hosted - version: "5.9.1" + version: "5.9.2" dio_web_adapter: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d5dc9a2..4785ece 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -60,7 +60,7 @@ dependencies: riverpod_annotation: ^4.0.2 # HTTP 客户端 - dio: ^5.4.0 + dio: ^5.9.2 # OAuth 认证 oauth2: ^2.0.2