From 6ac071a0309c562e7cd68504bace583f1089d27a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:12:32 +0000 Subject: [PATCH] chore(deps): bump ffigen in /packages/native/storage Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from 19.1.0 to 20.1.0. - [Release notes](https://github.com/dart-lang/native/releases) - [Commits](https://github.com/dart-lang/native/commits/ffigen-v20.1.0/pkgs) --- updated-dependencies: - dependency-name: ffigen dependency-version: 20.1.0 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 a802420..b2044b9 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: ^19.0.0 + ffigen: ">=19.0.0 <21.0.0" jnigen: ^0.14.2 lints: ^6.0.0 test: ^1.24.0