From 96fb2331f49fd10102ff8d3da59e4fe6cf67c36f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 12:22:31 +0000 Subject: [PATCH] chore: bump dio_cache_interceptor from 4.0.3 to 4.0.4 Bumps [dio_cache_interceptor](https://github.com/llfbandit/dart_http_cache) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/llfbandit/dart_http_cache/releases) - [Commits](https://github.com/llfbandit/dart_http_cache/commits) --- updated-dependencies: - dependency-name: dio_cache_interceptor dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 3daf7e1..73c513b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -397,10 +397,10 @@ packages: dependency: "direct main" description: name: dio_cache_interceptor - sha256: c1cbf8be886b3e077165dda50a1b3bb299b8a72694af94d065b4d2ac0fee67d7 + sha256: "855dec6d98b1fb3d63f462f6718f0b67d3d09476c37a52a0146fd6ce03622407" url: "https://pub.dev" source: hosted - version: "4.0.3" + version: "4.0.4" dio_web_adapter: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 60fadd4..41592f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -60,7 +60,7 @@ dependencies: fast_immutable_collections: ^11.0.4 # Caching - dio_cache_interceptor: ^4.0.3 + dio_cache_interceptor: ^4.0.4 http_cache_hive_store: ^5.0.1 path_provider: ^2.1.5 cached_network_image: ^3.4.1