From ea65853336063d975bc6dedbc551d666e9104861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 11:31:43 +0000 Subject: [PATCH] chore(deps): bump cbor from 5.1.2 to 6.1.1 Bumps [cbor](https://github.com/shamblett/cbor) from 5.1.2 to 6.1.1. - [Changelog](https://github.com/shamblett/cbor/blob/master/CHANGELOG.md) - [Commits](https://github.com/shamblett/cbor/compare/5.1.2...6.1.1) --- updated-dependencies: - dependency-name: cbor 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 f818992..f4fc1d4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ dev_dependencies: test: ^1.21.6 dependencies: - cbor: ^5.1.1 + cbor: ">=5.1.1 <7.0.0" hex: ^0.2.0 pointycastle: ^3.1.3 path: ^1.4.1