From e8b994e6deb81c7ffd21cd314f117dd19902c71f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:15:50 +0000 Subject: [PATCH] Bump dio, flutter_spinkit, cupertino_icons, flutter_webview_plugin, cached_network_image, flutter_html, video_player, fluttertoast, shared_preferences, json_serializable, url_launcher, build_runner and image_picker Bumps [dio](https://github.com/cfug/dio), [flutter_spinkit](https://github.com/jogboms/flutter_spinkit), [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages), [flutter_webview_plugin](https://github.com/dart-flitter/flutter_webview_plugin), [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image), [flutter_html](https://github.com/Sub6Resources/flutter_html), [video_player](https://github.com/flutter/packages/tree/main/packages/video_player), [fluttertoast](https://github.com/PonnamKarthik/FlutterToast), [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences), [json_serializable](https://github.com/google/json_serializable.dart), [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher), [build_runner](https://github.com/dart-lang/build) and [image_picker](https://github.com/flutter/packages/tree/main/packages/image_picker). These dependencies needed to be updated together. Updates `dio` from 2.2.2 to 5.0.3 - [Release notes](https://github.com/cfug/dio/releases) - [Commits](https://github.com/cfug/dio/commits/dio_v5.0.3) Updates `flutter_spinkit` from 3.1.0 to 5.1.0 - [Release notes](https://github.com/jogboms/flutter_spinkit/releases) - [Changelog](https://github.com/jogboms/flutter_spinkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/jogboms/flutter_spinkit/compare/v3.1.0...v5.1.0) Updates `cupertino_icons` from 0.1.3 to 1.0.5 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/cupertino_icons-v1.0.5/third_party/packages) Updates `flutter_webview_plugin` from 0.3.11 to 0.4.0 - [Release notes](https://github.com/dart-flitter/flutter_webview_plugin/releases) - [Changelog](https://github.com/fluttercommunity/flutter_webview_plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-flitter/flutter_webview_plugin/commits) Updates `cached_network_image` from 1.1.3 to 3.2.3 - [Release notes](https://github.com/Baseflow/flutter_cached_network_image/releases) - [Commits](https://github.com/Baseflow/flutter_cached_network_image/compare/v1.1.3...v3.2.3) Updates `flutter_html` from 0.9.9 to 2.2.1 - [Release notes](https://github.com/Sub6Resources/flutter_html/releases) - [Changelog](https://github.com/Sub6Resources/flutter_html/blob/master/CHANGELOG.md) - [Commits](https://github.com/Sub6Resources/flutter_html/compare/0.9.9...2.2.1) Updates `video_player` from 0.10.12+5 to 2.6.0 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/video_player-v2.6.0/packages/video_player) Updates `fluttertoast` from 3.1.3 to 8.2.1 - [Release notes](https://github.com/PonnamKarthik/FlutterToast/releases) - [Changelog](https://github.com/ponnamkarthik/FlutterToast/blob/master/CHANGELOG.md) - [Commits](https://github.com/PonnamKarthik/FlutterToast/commits) Updates `shared_preferences` from 0.5.7+3 to 2.0.20 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.0.20/packages/shared_preferences) Updates `json_serializable` from 2.3.0 to 6.6.1 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-2.3.0...json_serializable-v6.6.1) Updates `url_launcher` from 5.7.10 to 6.1.10 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.1.10/packages/url_launcher) Updates `build_runner` from 1.9.0 to 2.3.3 - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v1.9.0...build_runner-v2.3.3) Updates `image_picker` from 0.5.4+3 to 0.8.7 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/image_picker-v0.8.7/packages/image_picker) --- updated-dependencies: - dependency-name: dio dependency-type: direct:production - dependency-name: flutter_spinkit dependency-type: direct:production - dependency-name: cupertino_icons dependency-type: direct:production - dependency-name: flutter_webview_plugin dependency-type: direct:production - dependency-name: cached_network_image dependency-type: direct:production - dependency-name: flutter_html dependency-type: direct:production - dependency-name: video_player dependency-type: direct:production - dependency-name: fluttertoast dependency-type: direct:production - dependency-name: shared_preferences dependency-type: direct:production - dependency-name: json_serializable dependency-type: direct:production - dependency-name: url_launcher dependency-type: direct:production - dependency-name: build_runner dependency-type: direct:production - dependency-name: image_picker dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 99fbd47..f15da7a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,23 +18,23 @@ 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: ^2.0.2 - json_serializable: ^2.0.0 - cached_network_image: ^1.1.3 - shared_preferences: ^0.5.1+1 - flutter_spinkit: ^3.1.0 - fluttertoast: ^3.0.1 - flutter_webview_plugin: ^0.3.0+2 - flutter_html: ^0.9.4 - url_launcher: ^5.0.2 - video_player: ^0.10.0+4 - image_picker: ^0.5.1 + cupertino_icons: ">=0.1.2 <2.0.0" + dio: ">=2.0.2 <6.0.0" + json_serializable: ">=2.0.0 <7.0.0" + cached_network_image: ">=1.1.3 <4.0.0" + shared_preferences: ">=0.5.1+1 <3.0.0" + flutter_spinkit: ">=3.1.0 <6.0.0" + fluttertoast: ">=3.0.1 <9.0.0" + flutter_webview_plugin: ">=0.3.0+2 <0.5.0" + flutter_html: ">=0.9.4 <3.0.0" + url_launcher: ">=5.0.2 <7.0.0" + video_player: ">=0.10.0+4 <3.0.0" + image_picker: ">=0.5.1 <0.9.0" dev_dependencies: flutter_test: sdk: flutter - build_runner: ^1.1.2 + build_runner: ">=1.1.2 <3.0.0" # For information on the generic Dart part of this file, see the