Skip to content

Commit ece5e26

Browse files
authored
Merge pull request #159 from FilledStacks/dependabot/pub/014-provider-v3-updates/1-start/http-0.13.5
Bump http from 0.12.1 to 0.13.5 in /014-provider-v3-updates/1-start
2 parents ee8c058 + 40fbbe1 commit ece5e26

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

014-provider-v3-updates/1-start/pubspec.lock

+29-29
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,35 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.4.1"
10+
version: "2.9.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.0.0"
18-
charcode:
17+
version: "2.1.0"
18+
characters:
1919
dependency: transitive
2020
description:
21-
name: charcode
21+
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.3"
24+
version: "1.2.1"
2525
clock:
2626
dependency: transitive
2727
description:
2828
name: clock
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.0.1"
31+
version: "1.1.1"
3232
collection:
3333
dependency: transitive
3434
description:
3535
name: collection
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "1.14.12"
38+
version: "1.16.0"
3939
cupertino_icons:
4040
dependency: "direct main"
4141
description:
@@ -49,7 +49,7 @@ packages:
4949
name: fake_async
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.1.0"
52+
version: "1.3.1"
5353
flutter:
5454
dependency: "direct main"
5555
description: flutter
@@ -66,42 +66,42 @@ packages:
6666
name: http
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "0.12.1"
69+
version: "0.13.5"
7070
http_parser:
7171
dependency: transitive
7272
description:
7373
name: http_parser
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "3.1.3"
76+
version: "4.0.2"
7777
matcher:
7878
dependency: transitive
7979
description:
8080
name: matcher
8181
url: "https://pub.dartlang.org"
8282
source: hosted
83-
version: "0.12.6"
84-
meta:
83+
version: "0.12.12"
84+
material_color_utilities:
8585
dependency: transitive
8686
description:
87-
name: meta
87+
name: material_color_utilities
8888
url: "https://pub.dartlang.org"
8989
source: hosted
90-
version: "1.1.8"
91-
path:
90+
version: "0.1.5"
91+
meta:
9292
dependency: transitive
9393
description:
94-
name: path
94+
name: meta
9595
url: "https://pub.dartlang.org"
9696
source: hosted
97-
version: "1.7.0"
98-
pedantic:
97+
version: "1.8.0"
98+
path:
9999
dependency: transitive
100100
description:
101-
name: pedantic
101+
name: path
102102
url: "https://pub.dartlang.org"
103103
source: hosted
104-
version: "1.5.0"
104+
version: "1.8.2"
105105
sky_engine:
106106
dependency: transitive
107107
description: flutter
@@ -113,55 +113,55 @@ packages:
113113
name: source_span
114114
url: "https://pub.dartlang.org"
115115
source: hosted
116-
version: "1.7.0"
116+
version: "1.9.0"
117117
stack_trace:
118118
dependency: transitive
119119
description:
120120
name: stack_trace
121121
url: "https://pub.dartlang.org"
122122
source: hosted
123-
version: "1.9.3"
123+
version: "1.10.0"
124124
stream_channel:
125125
dependency: transitive
126126
description:
127127
name: stream_channel
128128
url: "https://pub.dartlang.org"
129129
source: hosted
130-
version: "2.0.0"
130+
version: "2.1.0"
131131
string_scanner:
132132
dependency: transitive
133133
description:
134134
name: string_scanner
135135
url: "https://pub.dartlang.org"
136136
source: hosted
137-
version: "1.0.5"
137+
version: "1.1.1"
138138
term_glyph:
139139
dependency: transitive
140140
description:
141141
name: term_glyph
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "1.1.0"
144+
version: "1.2.1"
145145
test_api:
146146
dependency: transitive
147147
description:
148148
name: test_api
149149
url: "https://pub.dartlang.org"
150150
source: hosted
151-
version: "0.2.16"
151+
version: "0.4.12"
152152
typed_data:
153153
dependency: transitive
154154
description:
155155
name: typed_data
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "1.1.6"
158+
version: "1.3.1"
159159
vector_math:
160160
dependency: transitive
161161
description:
162162
name: vector_math
163163
url: "https://pub.dartlang.org"
164164
source: hosted
165-
version: "2.0.8"
165+
version: "2.1.2"
166166
sdks:
167-
dart: ">=2.7.0 <3.0.0"
167+
dart: ">=2.17.0-0 <3.0.0"

014-provider-v3-updates/1-start/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
# The following adds the Cupertino Icons font to your application.
2424
# Use with the CupertinoIcons class for iOS style icons.
2525
cupertino_icons: ^0.1.3
26-
http: ^0.12.1
26+
http: ">=0.12.1 <0.14.0"
2727

2828
dev_dependencies:
2929
flutter_test:

0 commit comments

Comments
 (0)