From 50d6cc32a9db79ce0e8730f78bfda3c5d5e083dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 05:01:20 +0000 Subject: [PATCH] chore(deps): Bump flutter_native_splash from 2.4.0 to 2.4.1 Bumps [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) from 2.4.0 to 2.4.1. - [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/commits) --- updated-dependencies: - dependency-name: flutter_native_splash dependency-type: direct:production update-type: version-update:semver-patch ... 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 4626522..df33605 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -303,10 +303,10 @@ packages: dependency: "direct main" description: name: flutter_native_splash - sha256: edf39bcf4d74aca1eb2c1e43c3e445fd9f494013df7f0da752fefe72020eedc0 + sha256: aa06fec78de2190f3db4319dd60fdc8d12b2626e93ef9828633928c2dcaea840 url: "https://pub.dev" source: hosted - version: "2.4.0" + version: "2.4.1" flutter_oss_licenses: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index a0168fb..7fb8d76 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: flutter_file_dialog: '^3.0.2' flutter_localizations: sdk: flutter - flutter_native_splash: '^2.4.0' + flutter_native_splash: ^2.4.0 flutter_phoenix: '^1.1.1' flutter_tts: '^4.0.2' fluttertoast: '^8.2.5'