From 363f7361e0db6e5f755c494fd8d859df72a2dfec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 04:10:10 +0000 Subject: [PATCH] build(deps): bump pinput from 2.1.4 to 2.2.31 Bumps [pinput](https://github.com/Tkko/Flutter_PinPut) from 2.1.4 to 2.2.31. - [Release notes](https://github.com/Tkko/Flutter_PinPut/releases) - [Changelog](https://github.com/Tkko/Flutter_Pinput/blob/master/CHANGELOG.md) - [Commits](https://github.com/Tkko/Flutter_PinPut/commits) --- updated-dependencies: - dependency-name: pinput dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 56 ++++++++++++++++++++++++++++++++-------------------- pubspec.yaml | 2 +- 2 files changed, 36 insertions(+), 22 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index a961e6a..fbc96a4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -14,14 +14,14 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.8.2" + version: "2.10.0" boolean_selector: dependency: transitive description: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" bouncing_widget: dependency: "direct main" description: @@ -56,7 +56,7 @@ packages: name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.2.1" charcode: dependency: transitive description: @@ -70,7 +70,7 @@ packages: name: clock url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.1.1" cloud_firestore: dependency: "direct main" description: @@ -98,7 +98,7 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.16.0" + version: "1.17.0" cross_file: dependency: transitive description: @@ -142,7 +142,7 @@ packages: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.3.0" + version: "1.3.1" ffi: dependency: transitive description: @@ -416,7 +416,7 @@ packages: name: js url: "https://pub.dartlang.org" source: hosted - version: "0.6.4" + version: "0.6.5" libphonenumber: dependency: transitive description: @@ -472,21 +472,21 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.11" + version: "0.12.13" material_color_utilities: dependency: transitive description: name: material_color_utilities url: "https://pub.dartlang.org" source: hosted - version: "0.1.4" + version: "0.2.0" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.8.0" octo_image: dependency: transitive description: @@ -500,7 +500,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.2" path_drawing: dependency: transitive description: @@ -591,7 +591,7 @@ packages: name: pinput url: "https://pub.dartlang.org" source: hosted - version: "2.1.4" + version: "2.2.31" platform: dependency: transitive description: @@ -702,6 +702,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.0+1" + smart_auth: + dependency: transitive + description: + name: smart_auth + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.8" smart_select: dependency: "direct main" description: @@ -715,7 +722,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.2" + version: "1.9.1" sqflite: dependency: transitive description: @@ -736,21 +743,21 @@ packages: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.10.0" + version: "1.11.0" stream_channel: dependency: transitive description: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" string_scanner: dependency: transitive description: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0" synchronized: dependency: transitive description: @@ -764,14 +771,14 @@ packages: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.2.1" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.9" + version: "0.4.16" typed_data: dependency: transitive description: @@ -779,6 +786,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.3.0" + universal_platform: + dependency: transitive + description: + name: universal_platform + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0+1" uuid: dependency: transitive description: @@ -792,7 +806,7 @@ packages: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.2" + version: "2.1.4" win32: dependency: transitive description: @@ -815,5 +829,5 @@ packages: source: hosted version: "6.1.0" sdks: - dart: ">=2.17.0 <3.0.0" - flutter: ">=3.0.0" + dart: ">=2.18.0 <3.0.0" + flutter: ">=3.7.0" diff --git a/pubspec.yaml b/pubspec.yaml index 129ab30..747d482 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -46,7 +46,7 @@ dependencies: lottie: ^1.3.0 flutter_iconly: ^1.0.2 intl_phone_number_input: ^0.7.0+2 - pinput: ^2.1.4 + pinput: ^2.2.31 get_storage: ^2.0.3 flutter_rounded_date_picker: ^3.0.1 drop_down_list: