From c3d0e3ec4559a05de38eb13502f50f8fe7515b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 23:16:52 +0000 Subject: [PATCH] build(deps): bump meta from 1.9.1 to 1.10.0 Bumps [meta](https://github.com/dart-lang/sdk/tree/main/pkg) from 1.9.1 to 1.10.0. - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/1.10.0/pkg) --- updated-dependencies: - dependency-name: meta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 86aa74a..bb1da43 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: equatable: "<=2.0.5" http: "<=2.0.0" json_annotation: "<=4.8.1" - meta: "<=1.9.1" + meta: ^1.10.0 dev_dependencies: build_runner: ^2.4.4