Skip to content

Commit 85cb4e5

Browse files
authored
Merge pull request #1 from xukecheng/dependabot/pub/dio-5.1.1
Bump dio from 4.0.4 to 5.1.1
2 parents 699d6ff + d7097e4 commit 85cb4e5

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

pubspec.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ packages:
3535
name: async
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "2.8.2"
38+
version: "2.10.0"
3939
audio_session:
4040
dependency: transitive
4141
description:
@@ -49,7 +49,7 @@ packages:
4949
name: boolean_selector
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "2.1.0"
52+
version: "2.1.1"
5353
build:
5454
dependency: transitive
5555
description:
@@ -133,7 +133,7 @@ packages:
133133
name: characters
134134
url: "https://pub.dartlang.org"
135135
source: hosted
136-
version: "1.2.0"
136+
version: "1.2.1"
137137
charcode:
138138
dependency: transitive
139139
description:
@@ -168,7 +168,7 @@ packages:
168168
name: clock
169169
url: "https://pub.dartlang.org"
170170
source: hosted
171-
version: "1.1.0"
171+
version: "1.1.1"
172172
code_builder:
173173
dependency: transitive
174174
description:
@@ -182,7 +182,7 @@ packages:
182182
name: collection
183183
url: "https://pub.dartlang.org"
184184
source: hosted
185-
version: "1.15.0"
185+
version: "1.17.0"
186186
convert:
187187
dependency: transitive
188188
description:
@@ -231,7 +231,7 @@ packages:
231231
name: dio
232232
url: "https://pub.dartlang.org"
233233
source: hosted
234-
version: "4.0.4"
234+
version: "5.1.1"
235235
drift:
236236
dependency: "direct main"
237237
description:
@@ -252,7 +252,7 @@ packages:
252252
name: fake_async
253253
url: "https://pub.dartlang.org"
254254
source: hosted
255-
version: "1.2.0"
255+
version: "1.3.1"
256256
ffi:
257257
dependency: transitive
258258
description:
@@ -442,7 +442,7 @@ packages:
442442
name: js
443443
url: "https://pub.dartlang.org"
444444
source: hosted
445-
version: "0.6.3"
445+
version: "0.6.5"
446446
json_annotation:
447447
dependency: transitive
448448
description:
@@ -498,21 +498,21 @@ packages:
498498
name: matcher
499499
url: "https://pub.dartlang.org"
500500
source: hosted
501-
version: "0.12.11"
501+
version: "0.12.13"
502502
material_color_utilities:
503503
dependency: transitive
504504
description:
505505
name: material_color_utilities
506506
url: "https://pub.dartlang.org"
507507
source: hosted
508-
version: "0.1.3"
508+
version: "0.2.0"
509509
meta:
510510
dependency: transitive
511511
description:
512512
name: meta
513513
url: "https://pub.dartlang.org"
514514
source: hosted
515-
version: "1.7.0"
515+
version: "1.8.0"
516516
mime:
517517
dependency: transitive
518518
description:
@@ -547,7 +547,7 @@ packages:
547547
name: path
548548
url: "https://pub.dartlang.org"
549549
source: hosted
550-
version: "1.8.0"
550+
version: "1.8.2"
551551
path_drawing:
552552
dependency: transitive
553553
description:
@@ -783,7 +783,7 @@ packages:
783783
name: source_span
784784
url: "https://pub.dartlang.org"
785785
source: hosted
786-
version: "1.8.1"
786+
version: "1.9.1"
787787
sqflite:
788788
dependency: transitive
789789
description:
@@ -825,14 +825,14 @@ packages:
825825
name: stack_trace
826826
url: "https://pub.dartlang.org"
827827
source: hosted
828-
version: "1.10.0"
828+
version: "1.11.0"
829829
stream_channel:
830830
dependency: transitive
831831
description:
832832
name: stream_channel
833833
url: "https://pub.dartlang.org"
834834
source: hosted
835-
version: "2.1.0"
835+
version: "2.1.1"
836836
stream_transform:
837837
dependency: transitive
838838
description:
@@ -846,7 +846,7 @@ packages:
846846
name: string_scanner
847847
url: "https://pub.dartlang.org"
848848
source: hosted
849-
version: "1.1.0"
849+
version: "1.2.0"
850850
styled_widget:
851851
dependency: "direct main"
852852
description:
@@ -867,14 +867,14 @@ packages:
867867
name: term_glyph
868868
url: "https://pub.dartlang.org"
869869
source: hosted
870-
version: "1.2.0"
870+
version: "1.2.1"
871871
test_api:
872872
dependency: transitive
873873
description:
874874
name: test_api
875875
url: "https://pub.dartlang.org"
876876
source: hosted
877-
version: "0.4.8"
877+
version: "0.4.16"
878878
timing:
879879
dependency: transitive
880880
description:
@@ -958,7 +958,7 @@ packages:
958958
name: vector_math
959959
url: "https://pub.dartlang.org"
960960
source: hosted
961-
version: "2.1.1"
961+
version: "2.1.4"
962962
video_player:
963963
dependency: transitive
964964
description:
@@ -1100,5 +1100,5 @@ packages:
11001100
source: hosted
11011101
version: "3.1.0"
11021102
sdks:
1103-
dart: ">=2.15.0 <3.0.0"
1103+
dart: ">=2.18.0 <3.0.0"
11041104
flutter: ">=2.10.0"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
# Use with the CupertinoIcons class for iOS style icons.
2929
cupertino_icons: ^1.0.3
3030
cached_network_image: ^3.1.0
31-
dio: ^5.0.0
31+
dio: ^5.1.1
3232
url_launcher: ^6.0.10
3333
date_format: ^2.0.4
3434
photo_view: ^0.12.0

0 commit comments

Comments
 (0)