From 47fac56c8e7c224cf96c70670bfd1bcab59280f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 19:00:34 +1000 Subject: [PATCH] Bump quiver from 3.0.1+1 to 3.1.0 in /navigation_and_routing (#1215) Bumps [quiver](https://github.com/google/quiver-dart) from 3.0.1+1 to 3.1.0. - [Release notes](https://github.com/google/quiver-dart/releases) - [Changelog](https://github.com/google/quiver-dart/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/quiver-dart/compare/3.0.1...3.1.0) --- updated-dependencies: - dependency-name: quiver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- navigation_and_routing/pubspec.lock | 2 +- navigation_and_routing/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/navigation_and_routing/pubspec.lock b/navigation_and_routing/pubspec.lock index 594899805..3e65e58c5 100644 --- a/navigation_and_routing/pubspec.lock +++ b/navigation_and_routing/pubspec.lock @@ -288,7 +288,7 @@ packages: name: quiver url: "https://pub.dartlang.org" source: hosted - version: "3.0.1+1" + version: "3.1.0" shelf: dependency: transitive description: diff --git a/navigation_and_routing/pubspec.yaml b/navigation_and_routing/pubspec.yaml index 147b86624..ed3465490 100644 --- a/navigation_and_routing/pubspec.yaml +++ b/navigation_and_routing/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter path_to_regexp: ^0.4.0 - quiver: ^3.0.0 + quiver: ^3.1.0 url_launcher: ^6.1.0 url_strategy: ^0.2.0 window_size: