From ef1580b463474f9762b19d56a0344733b9c5d6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:21:20 +0000 Subject: [PATCH] Bump dio from 3.0.3 to 5.0.3 in /exemplo_dio Bumps [dio](https://github.com/cfug/dio) from 3.0.3 to 5.0.3. - [Release notes](https://github.com/cfug/dio/releases) - [Commits](https://github.com/cfug/dio/commits/dio_v5.0.3) --- updated-dependencies: - dependency-name: dio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- exemplo_dio/pubspec.lock | 78 +++++++++++++++++++++++----------------- exemplo_dio/pubspec.yaml | 2 +- 2 files changed, 47 insertions(+), 33 deletions(-) diff --git a/exemplo_dio/pubspec.lock b/exemplo_dio/pubspec.lock index cd56f21..0864af5 100644 --- a/exemplo_dio/pubspec.lock +++ b/exemplo_dio/pubspec.lock @@ -7,28 +7,35 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.3.0" + version: "2.10.0" boolean_selector: dependency: transitive description: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" - charcode: + version: "2.1.1" + characters: dependency: transitive description: - name: charcode + name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.1.2" + version: "1.2.1" + clock: + dependency: transitive + description: + name: clock + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.1" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.11" + version: "1.17.0" cupertino_icons: dependency: "direct main" description: @@ -42,7 +49,14 @@ packages: name: dio url: "https://pub.dartlang.org" source: hosted - version: "3.0.3" + version: "5.0.3" + fake_async: + dependency: transitive + description: + name: fake_async + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.1" flutter: dependency: "direct main" description: flutter @@ -59,42 +73,42 @@ packages: name: http_parser url: "https://pub.dartlang.org" source: hosted - version: "3.1.3" - matcher: + version: "4.0.2" + js: dependency: transitive description: - name: matcher + name: js url: "https://pub.dartlang.org" source: hosted - version: "0.12.5" - meta: + version: "0.6.5" + matcher: dependency: transitive description: - name: meta + name: matcher url: "https://pub.dartlang.org" source: hosted - version: "1.1.7" - path: + version: "0.12.13" + material_color_utilities: dependency: transitive description: - name: path + name: material_color_utilities url: "https://pub.dartlang.org" source: hosted - version: "1.6.4" - pedantic: + version: "0.2.0" + meta: dependency: transitive description: - name: pedantic + name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.8.0+1" - quiver: + version: "1.8.0" + path: dependency: transitive description: - name: quiver + name: path url: "https://pub.dartlang.org" source: hosted - version: "2.0.5" + version: "1.8.2" sky_engine: dependency: transitive description: flutter @@ -106,55 +120,55 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.5.5" + version: "1.9.1" stack_trace: dependency: transitive description: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.9.3" + version: "1.11.0" stream_channel: dependency: transitive description: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.1" string_scanner: dependency: transitive description: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "1.2.0" term_glyph: dependency: transitive description: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.1" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.5" + version: "0.4.16" typed_data: dependency: transitive description: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.3.1" vector_math: dependency: transitive description: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" + version: "2.1.4" sdks: - dart: ">2.4.0 <3.0.0" + dart: ">=2.18.0 <3.0.0" diff --git a/exemplo_dio/pubspec.yaml b/exemplo_dio/pubspec.yaml index 02b2ec3..9d8c7c8 100644 --- a/exemplo_dio/pubspec.yaml +++ b/exemplo_dio/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.2 - dio: ^3.0.3 + dio: ">=3.0.3 <6.0.0" dev_dependencies: flutter_test: