File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ documentation: {{ spec.contactURL }}
8
8
environment:
9
9
sdk: '>=2.17.0 <3 .0.0'
10
10
dependencies:
11
- http: ^ 0.13.5
11
+ http: ' >= 0.13.6 < 1 .0.1 '
12
12
13
13
dev_dependencies:
14
14
lints: ^2.0.1
Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ environment:
18
18
dependencies:
19
19
flutter:
20
20
sdk: flutter
21
- cookie_jar: ^4.0.1
22
- device_info_plus: ^8.2.0
21
+ cookie_jar: ^4.0.3
22
+ device_info_plus: ^9.0.2
23
23
flutter_web_auth_2: ^2.1.4
24
- http: ^ 0.13.5
25
- package_info_plus: ^3.1.0
26
- path_provider: ^2.0.14
24
+ http: ' >= 0.13.6 < 1 .0.1 '
25
+ package_info_plus: ^4.0.2
26
+ path_provider: ^2.0.15
27
27
web_socket_channel: ^2.4.0
28
- universal_html: ^2.2.1
28
+ universal_html: ^2.2.3
29
29
30
30
dev_dependencies:
31
- path_provider_platform_interface: ^2.0.5
31
+ path_provider_platform_interface: ^2.0.6
32
32
flutter_lints: ^2.0.1
33
33
flutter_test:
34
34
sdk: flutter
You can’t perform that action at this time.
0 commit comments