From c8b760e004048d51c42e35dfeda68653c879ea41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:34:47 +0000 Subject: [PATCH] Bump ffigen in /flutter_local_notifications_windows Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from 13.0.0 to 16.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] --- flutter_local_notifications_windows/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_local_notifications_windows/pubspec.yaml b/flutter_local_notifications_windows/pubspec.yaml index ed1b4fc9e..dafcf37f7 100644 --- a/flutter_local_notifications_windows/pubspec.yaml +++ b/flutter_local_notifications_windows/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: xml: ^6.5.0 dev_dependencies: - ffigen: ^13.0.0 + ffigen: ">=13.0.0 <17.0.0" test: ^1.25.2 flutter: