diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index 86dfd9e3..43606f95 100644 --- a/hive/pubspec.yaml +++ b/hive/pubspec.yaml @@ -8,7 +8,7 @@ environment: sdk: ^3.4.0 dependencies: - meta: ^1.3.0 + meta: ^1.14.0 crypto: ^3.0.0 web: ^0.5.1 @@ -17,5 +17,5 @@ dev_dependencies: mocktail: ^1.0.4 rexios_lints: ^7.0.0 path: ^1.7.0 - pointycastle: ^3.0.1 + pointycastle: ^3.4.0 build_runner: ^2.1.2 diff --git a/hive_flutter/pubspec.yaml b/hive_flutter/pubspec.yaml index 2c23d39d..3290440c 100644 --- a/hive_flutter/pubspec.yaml +++ b/hive_flutter/pubspec.yaml @@ -18,5 +18,5 @@ dependencies: dev_dependencies: test: ^1.21.1 rexios_lints: ^7.0.0 - mockito: ^5.2.0 + mockito: ^5.4.1 build_runner: ^2.1.11