From 1597e6babd084c381d7bdb064b7a1c7e6c666612 Mon Sep 17 00:00:00 2001 From: andrey-sales Date: Mon, 14 Jul 2025 22:05:41 -0300 Subject: [PATCH 1/4] update dependencies passkit --- passkit/pubspec.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/passkit/pubspec.yaml b/passkit/pubspec.yaml index e2eac6d..f573a6b 100644 --- a/passkit/pubspec.yaml +++ b/passkit/pubspec.yaml @@ -21,21 +21,21 @@ environment: sdk: ">=3.3.0 <4.0.0" dependencies: - archive: ^4.0.0 - collection: ^1.18.0 - crypto: ^3.0.0 - csslib: ^1.0.0 - http: ^1.2.0 + archive: ^4.0.7 + collection: ^1.19.1 + crypto: ^3.0.6 + csslib: ^1.0.2 + http: ^1.4.0 http_parser: ^4.0.0 image: ^4.1.1 intl: ">=0.18.0 <0.21.0" # This makes it possible to use this library on older Flutter versions json_annotation: ^4.8.0 meta: ^1.0.0 pkcs7: ^1.0.0 - pointycastle: ^3.7.0 + pointycastle: ^4.0.0 dev_dependencies: build_runner: ^2.3.2 json_serializable: ^6.8.0 - lints: ^4.0.0 + lints: ^6.0.0 test: ^1.21.0 From c7b2834e897c22f9a74c6024ff37020f2205dcd0 Mon Sep 17 00:00:00 2001 From: andrey-sales Date: Tue, 15 Jul 2025 05:55:41 -0300 Subject: [PATCH 2/4] revert update pontycastle --- passkit/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passkit/pubspec.yaml b/passkit/pubspec.yaml index f573a6b..7daf159 100644 --- a/passkit/pubspec.yaml +++ b/passkit/pubspec.yaml @@ -32,7 +32,7 @@ dependencies: json_annotation: ^4.8.0 meta: ^1.0.0 pkcs7: ^1.0.0 - pointycastle: ^4.0.0 + pointycastle: ^3.7.0 dev_dependencies: build_runner: ^2.3.2 From 5f5c957c072f232dc33e10346945beb722ae292e Mon Sep 17 00:00:00 2001 From: andrey-sales Date: Tue, 15 Jul 2025 05:58:54 -0300 Subject: [PATCH 3/4] revert dependencies update --- passkit/pubspec.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/passkit/pubspec.yaml b/passkit/pubspec.yaml index 7daf159..a6eb2db 100644 --- a/passkit/pubspec.yaml +++ b/passkit/pubspec.yaml @@ -21,18 +21,18 @@ environment: sdk: ">=3.3.0 <4.0.0" dependencies: - archive: ^4.0.7 - collection: ^1.19.1 - crypto: ^3.0.6 - csslib: ^1.0.2 - http: ^1.4.0 + archive: ^4.0.0 + collection: ^1.18.0 + crypto: ^3.0.0 + csslib: ^1.0.0 + http: ^1.2.0 http_parser: ^4.0.0 image: ^4.1.1 intl: ">=0.18.0 <0.21.0" # This makes it possible to use this library on older Flutter versions json_annotation: ^4.8.0 meta: ^1.0.0 pkcs7: ^1.0.0 - pointycastle: ^3.7.0 + pointycastle: ^4.0.0 dev_dependencies: build_runner: ^2.3.2 From 7f337218fd92f8d00b708a3411bfb1d19304cc9e Mon Sep 17 00:00:00 2001 From: andrey-sales Date: Tue, 15 Jul 2025 05:59:19 -0300 Subject: [PATCH 4/4] revert dependencies lint --- passkit/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passkit/pubspec.yaml b/passkit/pubspec.yaml index a6eb2db..0f5598d 100644 --- a/passkit/pubspec.yaml +++ b/passkit/pubspec.yaml @@ -37,5 +37,5 @@ dependencies: dev_dependencies: build_runner: ^2.3.2 json_serializable: ^6.8.0 - lints: ^6.0.0 + lints: ^4.0.0 test: ^1.21.0