From c122a9526330e43e9453291fe948e0f1f88c3503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:25:51 +0000 Subject: [PATCH] Bump flutter_native_splash from 2.3.4 to 2.3.5 Bumps [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) from 2.3.4 to 2.3.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.3.4...v2.3.5) --- 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 1a1fcac..ee740e3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -352,10 +352,10 @@ packages: dependency: "direct main" description: name: flutter_native_splash - sha256: "5bf4c3e5e5a0426c1e2fc8ca3555a9e617e76369c3442e1dae8385c7767ba97a" + sha256: d93394f22f73e810bda59e11ebe83329c5511d6460b6b7509c4e1f3c92d6d625 url: "https://pub.dev" source: hosted - version: "2.3.4" + version: "2.3.5" flutter_svg: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index bdf9c0b..282158c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: flutter_bloc: ^8.1.3 flutter_localizations: sdk: flutter - flutter_native_splash: ^2.3.4 + flutter_native_splash: ^2.3.5 flutter_svg: ^2.0.2 freezed_annotation: ^2.4.1 get: ^4.6.6