From a21f38dd17504f815b2a3277f74f6240416a83ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 05:02:55 +0000 Subject: [PATCH] Bump flutter_zxing from 0.7.0 to 0.7.1 in /zxscanner Bumps [flutter_zxing](https://github.com/khoren93/flutter_zxing) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/khoren93/flutter_zxing/releases) - [Changelog](https://github.com/khoren93/flutter_zxing/blob/main/CHANGELOG.md) - [Commits](https://github.com/khoren93/flutter_zxing/commits) --- updated-dependencies: - dependency-name: flutter_zxing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- zxscanner/pubspec.lock | 2 +- zxscanner/pubspec.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/zxscanner/pubspec.lock b/zxscanner/pubspec.lock index cd7fb53..22f4b66 100644 --- a/zxscanner/pubspec.lock +++ b/zxscanner/pubspec.lock @@ -314,7 +314,7 @@ packages: path: ".." relative: true source: path - version: "0.7.0" + version: "0.7.1" font_awesome_flutter: dependency: "direct main" description: diff --git a/zxscanner/pubspec.yaml b/zxscanner/pubspec.yaml index 650cdfb..b2bca31 100644 --- a/zxscanner/pubspec.yaml +++ b/zxscanner/pubspec.yaml @@ -19,6 +19,7 @@ dependencies: flutter_mobx: ^2.0.6 flutter_zxing: path: ../ + version: ^0.7.1 font_awesome_flutter: ^10.1.0 hive: ^2.2.3 hive_flutter: ^1.1.0