From 88676a3c175e91570e0109c65ed505cef31437fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 08:30:05 +0000 Subject: [PATCH 1/5] Bump actions/setup-java from 3.4.0 to 3.4.1 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e898a84..56b7641 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: steps: # Setup Java environment in order to build the Android app. - uses: actions/checkout@v3 - - uses: actions/setup-java@v3.4.0 + - uses: actions/setup-java@v3.4.1 with: java-version: 11 distribution: temurin From 7e55c808e08f46e9254e079f79475dc720041c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 08:31:09 +0000 Subject: [PATCH 2/5] Bump camera from 0.9.8+1 to 0.10.0 Bumps [camera](https://github.com/flutter/plugins/tree/main/packages/camera) from 0.9.8+1 to 0.10.0. - [Release notes](https://github.com/flutter/plugins/releases) - [Commits](https://github.com/flutter/plugins/commits/camera-v0.10.0/packages/camera) --- updated-dependencies: - dependency-name: camera dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index cbc0b27..16ae85c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: flutter: ">=2.5.0" dependencies: - camera: ^0.9.7 + camera: ">=0.9.7 <0.11.0" ffi: ^2.0.0 flutter: sdk: flutter From b72577fc729652439123ea3ab2550fe9bc23ac6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 08:32:46 +0000 Subject: [PATCH 3/5] Bump build_runner from 2.1.11 to 2.2.0 in /zxscanner Bumps [build_runner](https://github.com/dart-lang/build) from 2.1.11 to 2.2.0. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.1.11...build_runner-v2.2.0) --- updated-dependencies: - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- zxscanner/pubspec.lock | 4 ++-- zxscanner/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zxscanner/pubspec.lock b/zxscanner/pubspec.lock index 665dbcf..041fd02 100644 --- a/zxscanner/pubspec.lock +++ b/zxscanner/pubspec.lock @@ -56,7 +56,7 @@ packages: name: build_config url: "https://pub.dartlang.org" source: hosted - version: "1.0.0" + version: "1.1.0" build_daemon: dependency: transitive description: @@ -77,7 +77,7 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.1.11" + version: "2.2.0" build_runner_core: dependency: transitive description: diff --git a/zxscanner/pubspec.yaml b/zxscanner/pubspec.yaml index f3f4a11..902106e 100644 --- a/zxscanner/pubspec.yaml +++ b/zxscanner/pubspec.yaml @@ -36,7 +36,7 @@ flutter_intl: enabled: true dev_dependencies: - build_runner: ^2.1.11 + build_runner: ^2.2.0 # espresso: ^0.2.0+2 flutter_lints: ^2.0.1 flutter_native_splash: ^2.2.4 # flutter pub run flutter_native_splash:create From 716fed32a7841b499fc649eda7c94bece962774a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 08:33:02 +0000 Subject: [PATCH 4/5] Bump flutter_native_splash from 2.2.4 to 2.2.5 in /zxscanner Bumps [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) from 2.2.4 to 2.2.5. - [Release notes](https://github.com/jonbhanson/flutter_native_splash/releases) - [Changelog](https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md) - [Commits](https://github.com/jonbhanson/flutter_native_splash/compare/v2.2.4...v2.2.5) --- updated-dependencies: - dependency-name: flutter_native_splash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- zxscanner/pubspec.lock | 2 +- zxscanner/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zxscanner/pubspec.lock b/zxscanner/pubspec.lock index 665dbcf..e7eeb72 100644 --- a/zxscanner/pubspec.lock +++ b/zxscanner/pubspec.lock @@ -290,7 +290,7 @@ packages: name: flutter_native_splash url: "https://pub.dartlang.org" source: hosted - version: "2.2.4" + version: "2.2.5" flutter_plugin_android_lifecycle: dependency: transitive description: diff --git a/zxscanner/pubspec.yaml b/zxscanner/pubspec.yaml index f3f4a11..c4910dd 100644 --- a/zxscanner/pubspec.yaml +++ b/zxscanner/pubspec.yaml @@ -39,7 +39,7 @@ dev_dependencies: build_runner: ^2.1.11 # espresso: ^0.2.0+2 flutter_lints: ^2.0.1 - flutter_native_splash: ^2.2.4 # flutter pub run flutter_native_splash:create + flutter_native_splash: ^2.2.5 # flutter pub run flutter_native_splash:create flutter_test: sdk: flutter hive_generator: From 1a02ae8c6ea870966cba82adb4c438d3968fd6f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 08:33:21 +0000 Subject: [PATCH 5/5] Bump url_launcher from 6.1.4 to 6.1.5 in /zxscanner Bumps [url_launcher](https://github.com/flutter/plugins/tree/main/packages/url_launcher) from 6.1.4 to 6.1.5. - [Release notes](https://github.com/flutter/plugins/releases) - [Commits](https://github.com/flutter/plugins/commits/url_launcher-v6.1.5/packages/url_launcher) --- updated-dependencies: - dependency-name: url_launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- zxscanner/pubspec.lock | 2 +- zxscanner/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zxscanner/pubspec.lock b/zxscanner/pubspec.lock index 665dbcf..3625dd0 100644 --- a/zxscanner/pubspec.lock +++ b/zxscanner/pubspec.lock @@ -858,7 +858,7 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.1.4" + version: "6.1.5" url_launcher_android: dependency: transitive description: diff --git a/zxscanner/pubspec.yaml b/zxscanner/pubspec.yaml index f3f4a11..e9585b4 100644 --- a/zxscanner/pubspec.yaml +++ b/zxscanner/pubspec.yaml @@ -29,7 +29,7 @@ dependencies: path_provider: ^2.0.11 share_plus: ^4.0.10 shared_preferences: ^2.0.15 - url_launcher: ^6.1.4 + url_launcher: ^6.1.5 flutter_intl: main_locale: en_US