From 67635406169742165729ecc674771cb1c9368ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 00:53:35 +0000 Subject: [PATCH] build(deps): bump injector from 3.0.0 to 4.0.0 Bumps [injector](https://github.com/tappeddev/injector) from 3.0.0 to 4.0.0. - [Changelog](https://github.com/tappeddev/injector/blob/master/CHANGELOG.md) - [Commits](https://github.com/tappeddev/injector/commits) --- updated-dependencies: - dependency-name: injector dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9fbb401..d4ce796 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: yaml: ^3.1.0 - injector: ^3.0.0 + injector: ^4.0.0 ansicolor: ^2.0.1 system_info2: '>=3.0.1 <5.0.0' file: '>=6.1.4 <8.0.0'