From 535230c8c5b3f327d3c2219c63e53e1a222bf5cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:41:39 +0000 Subject: [PATCH] build(deps): bump sqflite_common_ffi from 2.3.2+1 to 2.3.3+1 Bumps [sqflite_common_ffi](https://github.com/tekartik/sqflite) from 2.3.2+1 to 2.3.3+1. - [Commits](https://github.com/tekartik/sqflite/compare/v2.3.2...v2.3.3) --- updated-dependencies: - dependency-name: sqflite_common_ffi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 195fd5c0..fa89c305 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,5 +42,5 @@ dev_dependencies: import_sorter: ^4.6.0 lints: ^4.0.0 path: ^1.9.0 - sqflite_common_ffi: 2.3.2+1 # v2.3.3 doesn't support dart v3.2.x + sqflite_common_ffi: 2.3.3+1 # v2.3.3 doesn't support dart v3.2.x test: ^1.15.7