From 2fd97d2b7ac86eda1aa85a053757e37ecd046cbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:49:08 +0000 Subject: [PATCH] chore(deps): bump ffigen in /packages/native/storage Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from 12.0.0 to 13.0.0. - [Release notes](https://github.com/dart-lang/native/releases) - [Commits](https://github.com/dart-lang/native/commits/HEAD/pkgs) --- updated-dependencies: - dependency-name: ffigen dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/native/storage/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/native/storage/pubspec.yaml b/packages/native/storage/pubspec.yaml index 808dd4c..156dfae 100644 --- a/packages/native/storage/pubspec.yaml +++ b/packages/native/storage/pubspec.yaml @@ -31,7 +31,7 @@ dependencies: xdg_directories: ^1.0.4 dev_dependencies: - ffigen: ^12.0.0 + ffigen: ">=12.0.0 <14.0.0" jnigen: ^0.9.0 lints: ^4.0.0 test: ^1.24.0