From d439c54b6e80ff5b8b338f4333786ee475dc7ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:02:07 +0000 Subject: [PATCH] :arrow_up: Bump weak_map from 3.0.1 to 4.0.0 (#24) Bumps [weak_map](https://github.com/marcglasberg/weak_map) from 3.0.1 to 4.0.0. - [Changelog](https://github.com/marcglasberg/weak_map/blob/master/CHANGELOG.md) - [Commits](https://github.com/marcglasberg/weak_map/commits) --- updated-dependencies: - dependency-name: weak_map dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 81fb97c..894c67d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: equatable: ^2.0.5 meta: ^1.9.1 recursive_regex: ^1.0.0 - weak_map: ^3.0.1 + weak_map: ">=3.0.1 <5.0.0" dev_dependencies: cli_script: ^1.0.0