Skip to content

Commit ee8c058

Browse files
authored
Merge pull request #158 from FilledStacks/dependabot/pub/012-provider-architecture-pt2/1-start/http-0.13.5
Bump http from 0.12.1 to 0.13.5 in /012-provider-architecture-pt2/1-start
2 parents 479dade + db04f9d commit ee8c058

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

012-provider-architecture-pt2/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
@@ -73,28 +73,35 @@ packages:
7373
name: http
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "0.12.1"
76+
version: "0.13.5"
7777
http_parser:
7878
dependency: transitive
7979
description:
8080
name: http_parser
8181
url: "https://pub.dartlang.org"
8282
source: hosted
83-
version: "3.1.3"
83+
version: "4.0.2"
8484
matcher:
8585
dependency: transitive
8686
description:
8787
name: matcher
8888
url: "https://pub.dartlang.org"
8989
source: hosted
90-
version: "0.12.6"
90+
version: "0.12.12"
91+
material_color_utilities:
92+
dependency: transitive
93+
description:
94+
name: material_color_utilities
95+
url: "https://pub.dartlang.org"
96+
source: hosted
97+
version: "0.1.5"
9198
meta:
9299
dependency: transitive
93100
description:
94101
name: meta
95102
url: "https://pub.dartlang.org"
96103
source: hosted
97-
version: "1.1.8"
104+
version: "1.8.0"
98105
nested:
99106
dependency: transitive
100107
description:
@@ -108,14 +115,7 @@ packages:
108115
name: path
109116
url: "https://pub.dartlang.org"
110117
source: hosted
111-
version: "1.7.0"
112-
pedantic:
113-
dependency: transitive
114-
description:
115-
name: pedantic
116-
url: "https://pub.dartlang.org"
117-
source: hosted
118-
version: "1.5.0"
118+
version: "1.8.2"
119119
provider:
120120
dependency: "direct main"
121121
description:
@@ -134,56 +134,56 @@ packages:
134134
name: source_span
135135
url: "https://pub.dartlang.org"
136136
source: hosted
137-
version: "1.7.0"
137+
version: "1.9.0"
138138
stack_trace:
139139
dependency: transitive
140140
description:
141141
name: stack_trace
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "1.9.3"
144+
version: "1.10.0"
145145
stream_channel:
146146
dependency: transitive
147147
description:
148148
name: stream_channel
149149
url: "https://pub.dartlang.org"
150150
source: hosted
151-
version: "2.0.0"
151+
version: "2.1.0"
152152
string_scanner:
153153
dependency: transitive
154154
description:
155155
name: string_scanner
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "1.0.5"
158+
version: "1.1.1"
159159
term_glyph:
160160
dependency: transitive
161161
description:
162162
name: term_glyph
163163
url: "https://pub.dartlang.org"
164164
source: hosted
165-
version: "1.1.0"
165+
version: "1.2.1"
166166
test_api:
167167
dependency: transitive
168168
description:
169169
name: test_api
170170
url: "https://pub.dartlang.org"
171171
source: hosted
172-
version: "0.2.16"
172+
version: "0.4.12"
173173
typed_data:
174174
dependency: transitive
175175
description:
176176
name: typed_data
177177
url: "https://pub.dartlang.org"
178178
source: hosted
179-
version: "1.1.6"
179+
version: "1.3.1"
180180
vector_math:
181181
dependency: transitive
182182
description:
183183
name: vector_math
184184
url: "https://pub.dartlang.org"
185185
source: hosted
186-
version: "2.0.8"
186+
version: "2.1.2"
187187
sdks:
188-
dart: ">=2.7.0 <3.0.0"
188+
dart: ">=2.17.0-0 <3.0.0"
189189
flutter: ">=1.16.0"

012-provider-architecture-pt2/1-start/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
cupertino_icons: ^0.1.3
2626
provider: ^4.1.3
2727
get_it: ^4.0.2
28-
http: ^0.12.1
28+
http: ">=0.12.1 <0.14.0"
2929

3030
dev_dependencies:
3131
flutter_test:

0 commit comments

Comments
 (0)