From 5d227f1f56a61f5c9d257054b50d18db16e6550e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 14:37:27 +0000 Subject: [PATCH] Bump yaml_edit from 2.2.2 to 2.2.4 Bumps [yaml_edit](https://github.com/dart-lang/tools/tree/main/pkgs) from 2.2.2 to 2.2.4. - [Release notes](https://github.com/dart-lang/tools/releases) - [Commits](https://github.com/dart-lang/tools/commits/yaml_edit-v2.2.4/pkgs) --- updated-dependencies: - dependency-name: yaml_edit dependency-version: 2.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index c7bc53a24e4..cb96880f982 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -461,9 +461,9 @@ packages: dependency: "direct main" description: name: yaml_edit - sha256: fb38626579fb345ad00e674e2af3a5c9b0cc4b9bfb8fd7f7ff322c7c9e62aef5 + sha256: "07c9e63ba42519745182b88ca12264a7ba2484d8239958778dfe4d44fe760488" url: "https://pub.dev" source: hosted - version: "2.2.2" + version: "2.2.4" sdks: dart: ">=3.9.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index ab0f64da02f..8e18ecedef1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: typed_data: ^1.4.0 web: ^1.1.1 yaml: ^3.1.3 - yaml_edit: ^2.2.2 + yaml_edit: ^2.2.4 dev_dependencies: checks: ^0.3.1