From a373e9b88704f2d17efa69c0807401faa3170b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 00:16:16 +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-version: 4.0.0 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 77d3cf8..411e326 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,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'