From 49c6a44eb95a69cf31d2e380ceb071e2009b1e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:12:15 +0000 Subject: [PATCH] Bump dio, flutter_launcher_icons and google_fonts in /triveous_task Bumps [dio](https://github.com/cfug/dio), [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) and [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages). These dependencies needed to be updated together. Updates `dio` from 3.0.9 to 5.0.3 - [Release notes](https://github.com/cfug/dio/releases) - [Commits](https://github.com/cfug/dio/compare/3.0.9...dio_v5.0.3) Updates `flutter_launcher_icons` from 0.7.5 to 0.12.0 - [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases) - [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md) - [Commits](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.7.5...v0.12.0) Updates `google_fonts` from 1.1.0 to 4.0.3 - [Release notes](https://github.com/material-foundation/flutter-packages/releases) - [Commits](https://github.com/material-foundation/flutter-packages/commits/google_fonts-v4.0.3/packages) --- updated-dependencies: - dependency-name: dio dependency-type: direct:production - dependency-name: flutter_launcher_icons dependency-type: direct:production - dependency-name: google_fonts dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- triveous_task/pubspec.lock | 175 +++++++++++++++++++++++++------------ triveous_task/pubspec.yaml | 6 +- 2 files changed, 122 insertions(+), 59 deletions(-) diff --git a/triveous_task/pubspec.lock b/triveous_task/pubspec.lock index cf5ef8d..5b096c0 100644 --- a/triveous_task/pubspec.lock +++ b/triveous_task/pubspec.lock @@ -7,56 +7,77 @@ packages: name: archive url: "https://pub.dartlang.org" source: hosted - version: "2.0.13" + version: "3.3.6" args: dependency: transitive description: name: args url: "https://pub.dartlang.org" source: hosted - version: "1.6.0" + version: "2.4.0" async: dependency: transitive description: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.1" + version: "2.10.0" boolean_selector: dependency: transitive description: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" - charcode: + version: "2.1.1" + characters: + dependency: transitive + description: + name: characters + url: "https://pub.dartlang.org" + source: hosted + version: "1.2.1" + checked_yaml: + dependency: transitive + description: + name: checked_yaml + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.2" + cli_util: + dependency: transitive + description: + name: cli_util + url: "https://pub.dartlang.org" + source: hosted + version: "0.3.5" + clock: dependency: transitive description: - name: charcode + name: clock url: "https://pub.dartlang.org" source: hosted - version: "1.1.3" + version: "1.1.1" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.12" + version: "1.17.0" convert: dependency: transitive description: name: convert url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "3.1.1" crypto: dependency: transitive description: name: crypto url: "https://pub.dartlang.org" source: hosted - version: "2.1.4" + version: "3.0.2" cupertino_icons: dependency: "direct main" description: @@ -70,14 +91,28 @@ packages: name: dio url: "https://pub.dartlang.org" source: hosted - version: "3.0.9" + version: "5.0.3" + fake_async: + dependency: transitive + description: + name: fake_async + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.1" + ffi: + dependency: transitive + description: + name: ffi + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.1" file: dependency: transitive description: name: file url: "https://pub.dartlang.org" source: hosted - version: "5.2.1" + version: "6.1.4" flutter: dependency: "direct main" description: flutter @@ -89,7 +124,7 @@ packages: name: flutter_launcher_icons url: "https://pub.dartlang.org" source: hosted - version: "0.7.5" + version: "0.12.0" flutter_test: dependency: "direct dev" description: flutter @@ -101,126 +136,147 @@ packages: name: google_fonts url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "4.0.3" http: dependency: transitive description: name: http url: "https://pub.dartlang.org" source: hosted - version: "0.12.2" + version: "0.13.5" http_parser: dependency: transitive description: name: http_parser url: "https://pub.dartlang.org" source: hosted - version: "3.1.4" + version: "4.0.2" image: dependency: transitive description: name: image url: "https://pub.dartlang.org" source: hosted - version: "2.1.12" - intl: + version: "4.0.15" + js: + dependency: transitive + description: + name: js + url: "https://pub.dartlang.org" + source: hosted + version: "0.6.5" + json_annotation: dependency: transitive description: - name: intl + name: json_annotation url: "https://pub.dartlang.org" source: hosted - version: "0.16.1" + version: "4.8.0" matcher: dependency: transitive description: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.6" + version: "0.12.13" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.2.0" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.8.0" path: dependency: transitive description: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.6.4" + version: "1.8.2" path_provider: dependency: transitive description: name: path_provider url: "https://pub.dartlang.org" source: hosted - version: "1.6.11" - path_provider_linux: + version: "2.0.14" + path_provider_android: dependency: transitive description: - name: path_provider_linux + name: path_provider_android + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.24" + path_provider_foundation: + dependency: transitive + description: + name: path_provider_foundation url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+2" - path_provider_macos: + version: "2.2.0" + path_provider_linux: dependency: transitive description: - name: path_provider_macos + name: path_provider_linux url: "https://pub.dartlang.org" source: hosted - version: "0.0.4+3" + version: "2.1.10" path_provider_platform_interface: dependency: transitive description: name: path_provider_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.2" - pedantic: + version: "2.0.6" + path_provider_windows: dependency: transitive description: - name: pedantic + name: path_provider_windows url: "https://pub.dartlang.org" source: hosted - version: "1.9.0" + version: "2.1.5" petitparser: dependency: transitive description: name: petitparser url: "https://pub.dartlang.org" source: hosted - version: "2.4.0" + version: "5.1.0" platform: dependency: transitive description: name: platform url: "https://pub.dartlang.org" source: hosted - version: "2.2.1" + version: "3.1.0" plugin_platform_interface: dependency: transitive description: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.2" - process: + version: "2.1.4" + pointycastle: dependency: transitive description: - name: process + name: pointycastle url: "https://pub.dartlang.org" source: hosted - version: "3.0.13" - quiver: + version: "3.7.1" + process: dependency: transitive description: - name: quiver + name: process url: "https://pub.dartlang.org" source: hosted - version: "2.1.3" + version: "4.2.4" scoped_model: dependency: "direct main" description: @@ -239,56 +295,56 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + 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.15" + 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" webview_flutter: dependency: "direct main" description: @@ -296,27 +352,34 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.3.22+1" + win32: + dependency: transitive + description: + name: win32 + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.3" xdg_directories: dependency: transitive description: name: xdg_directories url: "https://pub.dartlang.org" source: hosted - version: "0.1.0" + version: "1.0.0" xml: dependency: transitive description: name: xml url: "https://pub.dartlang.org" source: hosted - version: "3.6.1" + version: "6.2.2" yaml: dependency: transitive description: name: yaml url: "https://pub.dartlang.org" source: hosted - version: "2.2.1" + version: "3.1.1" sdks: - dart: ">=2.7.0 <3.0.0" - flutter: ">=1.17.0 <2.0.0" + dart: ">=2.18.0 <3.0.0" + flutter: ">=3.0.0" diff --git a/triveous_task/pubspec.yaml b/triveous_task/pubspec.yaml index 310869b..84b1442 100644 --- a/triveous_task/pubspec.yaml +++ b/triveous_task/pubspec.yaml @@ -28,10 +28,10 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.3 - dio: 3.0.9 + dio: ^5.0.3 scoped_model: ^1.0.1 - google_fonts: - flutter_launcher_icons: ^0.7.5 + google_fonts: ^4.0.3 + flutter_launcher_icons: ^0.12.0 webview_flutter: dev_dependencies: