From 03c76360e5c361486d7c9d69318f6036f730cdd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:05:32 +0000 Subject: [PATCH] Bump archive from 3.6.1 to 4.0.0 Bumps [archive](https://github.com/brendan-duncan/archive) from 3.6.1 to 4.0.0. - [Changelog](https://github.com/brendan-duncan/archive/blob/main/CHANGELOG.md) - [Commits](https://github.com/brendan-duncan/archive/commits) --- updated-dependencies: - dependency-name: archive dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8c25964..a423b84 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ environment: sdk: '>=3.0.0 <4.0.0' dependencies: - archive: ^3.4.9 + archive: ">=3.4.9 <5.0.0" charset: ^2.0.1 collection: '>=1.17.0 < 2.0.0' meta: '>=1.9.1 < 2.0.0'