From b7ecd01504133a8a2cb30920e70696fb6df9d4e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 08:05:37 +0000 Subject: [PATCH] Bump image from 3.2.2 to 3.3.0 in /example Bumps [image](https://github.com/brendan-duncan/image) from 3.2.2 to 3.3.0. - [Release notes](https://github.com/brendan-duncan/image/releases) - [Changelog](https://github.com/brendan-duncan/image/blob/main/CHANGELOG.md) - [Commits](https://github.com/brendan-duncan/image/compare/3.2.2...3.3.0) --- updated-dependencies: - dependency-name: image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- example/pubspec.lock | 2 +- example/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 51523d2..156fb7d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -176,7 +176,7 @@ packages: name: image url: "https://pub.dartlang.org" source: hosted - version: "3.2.2" + version: "3.3.0" image_picker: dependency: "direct main" description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 1916114..092a8b7 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: flutter_zxing: path: ../ font_awesome_flutter: ^10.3.0 - image: ^3.2.2 + image: ^3.3.0 image_picker: ^0.8.6 dev_dependencies: