From 8a37a227541d24af6dbe8312d4e0a78d8b0c4733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:15:47 +0000 Subject: [PATCH 1/2] Bump get_it from 7.6.8 to 7.7.0 Bumps [get_it](https://github.com/fluttercommunity/get_it) from 7.6.8 to 7.7.0. - [Changelog](https://github.com/fluttercommunity/get_it/blob/master/CHANGELOG.md) - [Commits](https://github.com/fluttercommunity/get_it/commits) --- updated-dependencies: - dependency-name: get_it dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 3ac13074f..0e174ce91 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -634,10 +634,10 @@ packages: dependency: "direct main" description: name: get_it - sha256: "36524bfb3f0b4ec952c3202466fdd69ad1f7ac1dd9b0a7564177707e45bfaeb9" + sha256: d85128a5dae4ea777324730dc65edd9c9f43155c109d5cc0a69cab74139fbac1 url: "https://pub.dev" source: hosted - version: "7.6.8" + version: "7.7.0" github: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 0d3ca24b6..eb55efea8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: sdk: flutter # Architecture - get_it: ^7.6.7 + get_it: ^7.7.0 provider: ^6.1.2 stacked: ^3.4.2 From 30373d9aacc3c3e8340e3f4c09186a3e4e5387f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 15 Apr 2024 09:16:00 +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 eb55efea8..dc31e5c1d 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.38.2+1 +version: 4.38.3+1 environment: sdk: ">=3.3.0 <4.0.0"