From a2e8d18e6d101139394fafdcdd20b96863a43a93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 08:23:00 +0000 Subject: [PATCH] Bump image from 3.2.0 to 3.2.2 in /example Bumps [image](https://github.com/brendan-duncan/image) from 3.2.0 to 3.2.2. - [Release notes](https://github.com/brendan-duncan/image/releases) - [Changelog](https://github.com/brendan-duncan/image/blob/master/CHANGELOG.md) - [Commits](https://github.com/brendan-duncan/image/compare/3.2.0...3.2.2) --- updated-dependencies: - dependency-name: image dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example/pubspec.lock | 4 ++-- example/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 36b1d99..c883376 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -141,7 +141,7 @@ packages: path: ".." relative: true source: path - version: "0.8.3" + version: "0.8.4" font_awesome_flutter: dependency: "direct main" description: @@ -169,7 +169,7 @@ packages: name: image url: "https://pub.dartlang.org" source: hosted - version: "3.2.0" + version: "3.2.2" image_picker: dependency: "direct main" description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 0438ab0..2d2e017 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: flutter_zxing: path: ../ font_awesome_flutter: ^10.2.1 - image: ^3.2.0 + image: ^3.2.2 image_picker: ^0.8.5 dev_dependencies: