From 2624d99317ed10996a9c5b4c48dc3cd84226272f Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 14 Nov 2024 06:09:50 +0000 Subject: [PATCH] Update dependency intl to ^0.20.0 --- frontend/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pubspec.yaml b/frontend/pubspec.yaml index f6f888c..04292dc 100644 --- a/frontend/pubspec.yaml +++ b/frontend/pubspec.yaml @@ -39,7 +39,7 @@ dependencies: http: ^1.1.0 flutter_spinkit: ^5.2.0 fl_chart: ^0.68.0 - intl: ^0.19.0 + intl: ^0.20.0 dev_dependencies: flutter_test: -- 2.47.0