From dbc27fd3b15d5d0ab31a7838a7eb17ee3d872173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 16:09:39 +0000 Subject: [PATCH] Bump freezed and freezed_annotation in /esp_provisioning Bumps [freezed](https://github.com/rrousselGit/freezed) and [freezed_annotation](https://github.com/rrousselGit/freezed). These dependencies needed to be updated together. Updates `freezed` from 2.5.8 to 3.0.2 - [Commits](https://github.com/rrousselGit/freezed/compare/freezed-v2.5.8...freezed-v3.0.2) Updates `freezed_annotation` from 2.4.4 to 3.0.0 - [Commits](https://github.com/rrousselGit/freezed/compare/freezed_annotation-v2.4.4...freezed_annotation-v3.0.0) --- updated-dependencies: - dependency-name: freezed dependency-type: direct:production update-type: version-update:semver-major - dependency-name: freezed_annotation dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- esp_provisioning/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esp_provisioning/pubspec.yaml b/esp_provisioning/pubspec.yaml index d5509b8..1d17539 100644 --- a/esp_provisioning/pubspec.yaml +++ b/esp_provisioning/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: path: ../esp_provisioning_platform_interface flutter: sdk: flutter - freezed_annotation: ^2.4.4 + freezed_annotation: ^3.0.0 json_annotation: ^4.9.0 permission_handler: ^11.3.1 @@ -32,7 +32,7 @@ dev_dependencies: fake_async: ^1.3.1 flutter_test: sdk: flutter - freezed: ^2.5.7 + freezed: ^3.0.2 json_serializable: ^6.9.0 mocktail: ^1.0.3 plugin_platform_interface: ^2.1.8