From e74eec2d338826e87ee0a4c1901499245f9a31f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:21:14 +0000 Subject: [PATCH] build(deps): bump time from 2.1.4 to 2.1.5 in /example Bumps [time](https://github.com/jogboms/time.dart) from 2.1.4 to 2.1.5. - [Release notes](https://github.com/jogboms/time.dart/releases) - [Changelog](https://github.com/jogboms/time.dart/blob/master/CHANGELOG.md) - [Commits](https://github.com/jogboms/time.dart/compare/v2.1.4...v2.1.5) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example/pubspec.lock | 4 ++-- example/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 798b951..15f6107 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -576,10 +576,10 @@ packages: dependency: "direct main" description: name: time - sha256: ad8e018a6c9db36cb917a031853a1aae49467a93e0d464683e029537d848c221 + sha256: "370572cf5d1e58adcb3e354c47515da3f7469dac3a95b447117e728e7be6f461" url: "https://pub.dev" source: hosted - version: "2.1.4" + version: "2.1.5" time_machine: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 06ef7d8..7a1456d 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: sdk: flutter flutter_localizations: sdk: flutter - time: ^2.1.4 + time: ^2.1.5 timetable: path: ../