From e36776d2adf18acb00bb68923784ecd3719fd1fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 08:27:29 +0000 Subject: [PATCH] Bump nb_utils from 4.6.25 to 5.0.8 Bumps [nb_utils](https://github.com/bhoominn/nb_utils) from 4.6.25 to 5.0.8. - [Release notes](https://github.com/bhoominn/nb_utils/releases) - [Changelog](https://github.com/bhoominn/nb_utils/blob/main/CHANGELOG.md) - [Commits](https://github.com/bhoominn/nb_utils/commits) --- updated-dependencies: - dependency-name: nb_utils dependency-type: direct:production update-type: version-update:semver-major ... 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 2b34f8c..1774c52 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -316,10 +316,10 @@ packages: dependency: "direct main" description: name: nb_utils - sha256: c0b0ad53014c121d6ceffeb50b780d328e4a2eb9763978b875e0fd2afa915396 + sha256: b6dce6d86f3e6e419b99a49c6e02b3308e3032c32dc5a627089d63e819e9e652 url: "https://pub.dev" source: hosted - version: "4.6.25" + version: "5.0.8" nm: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 124cc51..748f0be 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -35,7 +35,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - nb_utils: ^4.4.10 + nb_utils: ^5.0.8 dots_indicator: ^2.0.0 flutter_svg: ^1.0.0 url_launcher: ^6.0.17