From c5d0a78707edfb5aac4b26426985231d913e0c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:43:59 +0000 Subject: [PATCH] Bump test and freezed Bumps [test](https://github.com/dart-lang/test/tree/master/pkgs) and [freezed](https://github.com/rrousselGit/freezed). These dependencies needed to be updated together. Updates `test` from 1.31.1 to 1.31.2 - [Release notes](https://github.com/dart-lang/test/releases) - [Commits](https://github.com/dart-lang/test/commits/test-v1.31.2/pkgs) Updates `freezed` from 3.2.5 to 4.0.0-dev.3 - [Commits](https://github.com/rrousselGit/freezed/compare/freezed-v3.2.5...freezed-v4.0.0-dev.3) --- updated-dependencies: - dependency-name: test dependency-version: 1.31.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: freezed dependency-version: 4.0.0-dev.3 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 20a5756d..e995fbb4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: dev_dependencies: build_runner: ^2.8.0 dotenv: ^4.2.0 - freezed: ^3.2.2 + freezed: ">=3.2.2 <5.0.0" json_serializable: ^6.11.1 lints: ^6.0.0 test: ^1.26.3