Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -397,10 +397,10 @@ packages:
dependency: "direct main"
description:
name: dio_cache_interceptor
sha256: c1cbf8be886b3e077165dda50a1b3bb299b8a72694af94d065b4d2ac0fee67d7
sha256: ac9f312e5a81d79cbccb15f56b78aeae7343a981c1d7c169b11194fae806ec0b
url: "https://pub.dev"
source: hosted
version: "4.0.3"
version: "4.0.5"
dio_web_adapter:
dependency: transitive
description:
Expand Down Expand Up @@ -777,10 +777,10 @@ packages:
dependency: transitive
description:
name: http_cache_core
sha256: b0accfa821e73085b5252dd42a6908d19ea0c29badd46db3668af6f8e510cfe1
sha256: "8f9f187d10f8d1a90c51db2389575bbddf71ca0f79d4527652ea1efa3f338071"
url: "https://pub.dev"
source: hosted
version: "1.1.1"
version: "1.1.2"
http_cache_hive_store:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies:
fast_immutable_collections: ^11.0.4

# Caching
dio_cache_interceptor: ^4.0.3
dio_cache_interceptor: ^4.0.5
http_cache_hive_store: ^5.0.1
path_provider: ^2.1.5
cached_network_image: ^3.4.1
Expand Down