From c78afe77f44a380d00e2356b196b9c91d58cc05c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:53:29 +0000 Subject: [PATCH] build(deps): bump l from 5.0.0 to 5.0.1 Bumps [l](https://github.com/PlugFox/l) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/PlugFox/l/releases) - [Changelog](https://github.com/PlugFox/l/blob/master/CHANGELOG.md) - [Commits](https://github.com/PlugFox/l/compare/5.0.0...5.0.1) --- updated-dependencies: - dependency-name: l dependency-version: 5.0.1 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 4edf5bf..a35f2a5 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -338,10 +338,10 @@ packages: dependency: "direct main" description: name: l - sha256: "4f4c5a88028cd052e0840e7420f57fbf2a32fb945c45355db7bacb70bfa94a9f" + sha256: "48db3024c2f74e1bc84b753b17d6754a066969c246de59505d6306f5154cbc86" url: "https://pub.dev" source: hosted - version: "5.0.0" + version: "5.0.1" lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 9acbad4..5dc100c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: http: ^1.2.2 # Logger - l: ^5.0.0 + l: ^5.0.1 # Database (SQLite) drift: ^2.25.1