From a91d2a45aa6f7d826fc6db79d761cbf287d7e93f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 06:56:59 +0000 Subject: [PATCH] Bump json_serializable and freezed in /code_sharing/shared Bumps [json_serializable](https://github.com/google/json_serializable.dart) and [freezed](https://github.com/rrousselGit/freezed). These dependencies needed to be updated together. Updates `json_serializable` from 6.9.0 to 6.9.2 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.9.0...json_serializable-v6.9.2) Updates `freezed` from 2.5.7 to 3.0.0-0.0.dev - [Commits](https://github.com/rrousselGit/freezed/compare/freezed-v2.5.7...freezed@v3.0.0-0.0.dev) --- updated-dependencies: - dependency-name: json_serializable dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: freezed dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- code_sharing/shared/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_sharing/shared/pubspec.yaml b/code_sharing/shared/pubspec.yaml index 61647f19087..a233df780a7 100644 --- a/code_sharing/shared/pubspec.yaml +++ b/code_sharing/shared/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: dev_dependencies: build_runner: ^2.2.1 - freezed: ^2.1.1 + freezed: ">=2.1.1 <4.0.0" json_serializable: ^6.4.0 lints: ^5.0.0 test: ^1.16.0