From 0721b5c6dfe0867c7d795085981a8ffca088a38f Mon Sep 17 00:00:00 2001 From: Thiago Carvalho Date: Mon, 15 Apr 2024 18:16:18 -0300 Subject: [PATCH 1/2] fix --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3e0d7d2..7344e53 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: json_annotation: ^4.0.1 jwk: ^0.1.0 meta: ^1.7.0 - pointycastle: ^3.1.1 + pointycastle: ^3.7.4 built_value: ^8.0.6 js: ^0.6.3 retry: ^3.1.0 From 82a86f85f6785dd7ea522c33bbbda6903de6d00c Mon Sep 17 00:00:00 2001 From: Thiago Carvalho Date: Mon, 15 Apr 2024 18:18:53 -0300 Subject: [PATCH 2/2] fix --- pubspec.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7344e53..8d22a3c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: json_annotation: ^4.0.1 jwk: ^0.1.0 meta: ^1.7.0 - pointycastle: ^3.7.4 + pointycastle: 3.7.4 built_value: ^8.0.6 js: ^0.6.3 retry: ^3.1.0 @@ -30,6 +30,8 @@ dependencies: dependency_overrides: fetch_api: 1.0.1 + pointycastle: 3.7.4 + dev_dependencies: build_runner: ^2.0.4