diff --git a/packages/authentication_client/authentication_client/pubspec.yaml b/packages/authentication_client/authentication_client/pubspec.yaml index 72fbe96..fdc4c56 100644 --- a/packages/authentication_client/authentication_client/pubspec.yaml +++ b/packages/authentication_client/authentication_client/pubspec.yaml @@ -9,7 +9,7 @@ environment: dependencies: equatable: ^2.0.8 http: ^1.2.2 - meta: ^1.15.0 + meta: ^1.18.0 rxdart: ^0.28.0 token_storage: path: ../token_storage diff --git a/pubspec.lock b/pubspec.lock index d804b3f..3628e03 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -689,10 +689,10 @@ packages: dependency: "direct main" description: name: meta - sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394" + sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349" url: "https://pub.dev" source: hosted - version: "1.17.0" + version: "1.18.0" mime: dependency: transitive description: @@ -1110,26 +1110,26 @@ packages: dependency: transitive description: name: test - sha256: "280d6d890011ca966ad08df7e8a4ddfab0fb3aa49f96ed6de56e3521347a9ae7" + sha256: "8d9ceddbab833f180fbefed08afa76d7c03513dfdba87ffcec2718b02bbcbf20" url: "https://pub.dev" source: hosted - version: "1.30.0" + version: "1.31.0" test_api: dependency: transitive description: name: test_api - sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a" + sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e" url: "https://pub.dev" source: hosted - version: "0.7.10" + version: "0.7.11" test_core: dependency: transitive description: name: test_core - sha256: "0381bd1585d1a924763c308100f2138205252fb90c9d4eeaf28489ee65ccde51" + sha256: "1991d4cfe85d5043241acac92962c3977c8d2f2add1ee73130c7b286417d1d34" url: "https://pub.dev" source: hosted - version: "0.6.16" + version: "0.6.17" typed_data: dependency: transitive description: @@ -1308,4 +1308,4 @@ packages: version: "2.2.4" sdks: dart: ">=3.11.0 <4.0.0" - flutter: ">=3.41.0 <4.0.0" + flutter: ">=3.41.0" diff --git a/pubspec.yaml b/pubspec.yaml index 2d0f93f..4e3e5b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -49,7 +49,7 @@ dependencies: path: packages/form_inputs go_router: ^17.2.3 intl: ^0.20.2 - meta: ^1.17.0 + meta: ^1.18.0 package_info_plus: ^8.3.1 persistent_storage: path: packages/storage/persistent_storage