From 3b03115159b4a2de05108bb5bbc3e95a9b80643d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:27:30 +0000 Subject: [PATCH 1/2] Bump infinite_scroll_pagination from 4.0.0 to 4.1.0 Bumps [infinite_scroll_pagination](https://github.com/EdsonBueno/infinite_scroll_pagination) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/EdsonBueno/infinite_scroll_pagination/releases) - [Changelog](https://github.com/EdsonBueno/infinite_scroll_pagination/blob/master/CHANGELOG.md) - [Commits](https://github.com/EdsonBueno/infinite_scroll_pagination/compare/4.0.0...4.1.0) --- updated-dependencies: - dependency-name: infinite_scroll_pagination dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 29 ++++++++--------------------- pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 22 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 2f36d2dbe..7909b66f3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -5,10 +5,10 @@ packages: dependency: transitive description: name: _fe_analyzer_shared - sha256: f256b0c0ba6c7577c15e2e4e114755640a875e885099367bf6e012b19314c834 + sha256: "0b2f2bd91ba804e53a61d757b986f89f1f9eaed5b11e4b2f5a2468d86d6c9fc7" url: "https://pub.dev" source: hosted - version: "72.0.0" + version: "67.0.0" _flutterfire_internals: dependency: transitive description: @@ -17,19 +17,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.45" - _macros: - dependency: transitive - description: dart - source: sdk - version: "0.3.2" analyzer: dependency: transitive description: name: analyzer - sha256: b652861553cd3990d8ed361f7979dc6d7053a9ac8843fa73820ab68ce5410139 + sha256: "37577842a27e4338429a1cbc32679d508836510b056f1eedf0c8d20e39c1383d" url: "https://pub.dev" source: hosted - version: "6.7.0" + version: "6.4.1" archive: dependency: transitive description: @@ -250,10 +245,10 @@ packages: dependency: transitive description: name: dart_style - sha256: "7856d364b589d1f08986e140938578ed36ed948581fbc3bc9aef1805039ac5ab" + sha256: "99e066ce75c89d6b29903d788a7bb9369cf754f7b24bf70bf4b6d6d6b26853b9" url: "https://pub.dev" source: hosted - version: "2.3.7" + version: "2.3.6" dbus: dependency: transitive description: @@ -766,10 +761,10 @@ packages: dependency: "direct main" description: name: infinite_scroll_pagination - sha256: b68bce20752fcf36c7739e60de4175494f74e99e9a69b4dd2fe3a1dd07a7f16a + sha256: "4047eb8191e8b33573690922a9e995af64c3949dc87efc844f936b039ea279df" url: "https://pub.dev" source: hosted - version: "4.0.0" + version: "4.1.0" intl: dependency: "direct main" description: @@ -850,14 +845,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.3.0" - macros: - dependency: transitive - description: - name: macros - sha256: "0acaed5d6b7eab89f63350bccd82119e6c602df0f391260d0e32b5e23db79536" - url: "https://pub.dev" - source: hosted - version: "0.1.2-main.4" markdown: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 0d8cfa01c..996691df4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -70,7 +70,7 @@ dependencies: calendar_view: ^1.2.0 carousel_slider: ^5.0.0 reorderable_grid_view: ^2.2.8 - infinite_scroll_pagination: ^4.0.0 + infinite_scroll_pagination: ^4.1.0 device_calendar: ^4.3.3 path_provider: ^2.1.5 http: ^1.2.2 From e06c9039b17c478fe9df0abaaf7bb0572ca14d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 11 Nov 2024 09:27:43 +0000 Subject: [PATCH 2/2] [BOT] Applying version. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 996691df4..12dbd1207 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: The 4th generation of ÉTSMobile, the main gateway between the Éco # pub.dev using `pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 4.54.0 +version: 4.54.1 environment: sdk: '>=3.3.0 <4.0.0'