Skip to content

Commit cdb75fe

Browse files
committed
update deps
1 parent 1428e3f commit cdb75fe

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

pubspec.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ packages:
55
dependency: transitive
66
description:
77
name: _fe_analyzer_shared
8-
sha256: da0d9209ca76bde579f2da330aeb9df62b6319c834fa7baae052021b0462401f
8+
sha256: f0bb5d1648339c8308cc0b9838d8456b3cfe5c91f9dc1a735b4d003269e5da9a
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "85.0.0"
11+
version: "88.0.0"
1212
analyzer:
1313
dependency: transitive
1414
description:
1515
name: analyzer
16-
sha256: f6154230675c44a191f2e20d16eeceb4aa18b30ca732db4efaf94c6a7d43cfa6
16+
sha256: "0b7b9c329d2879f8f05d6c05b32ee9ec025f39b077864bdb5ac9a7b63418a98f"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "7.5.2"
19+
version: "8.1.1"
2020
args:
2121
dependency: transitive
2222
description:
@@ -69,10 +69,10 @@ packages:
6969
dependency: transitive
7070
description:
7171
name: coverage
72-
sha256: aa07dbe5f2294c827b7edb9a87bba44a9c15a3cc81bc8da2ca19b37322d30080
72+
sha256: "5da775aa218eaf2151c721b16c01c7676fbfdd99cebba2bf64e8b807a28ff94d"
7373
url: "https://pub.dev"
7474
source: hosted
75-
version: "1.14.1"
75+
version: "1.15.0"
7676
crypto:
7777
dependency: transitive
7878
description:
@@ -133,10 +133,10 @@ packages:
133133
dependency: "direct main"
134134
description:
135135
name: http
136-
sha256: "2c11f3f94c687ee9bad77c171151672986360b2b001d109814ee7140b2cf261b"
136+
sha256: bb2ce4590bc2667c96f318d68cac1b5a7987ec819351d32b1c987239a815e007
137137
url: "https://pub.dev"
138138
source: hosted
139-
version: "1.4.0"
139+
version: "1.5.0"
140140
http_multi_server:
141141
dependency: transitive
142142
description:
@@ -349,26 +349,26 @@ packages:
349349
dependency: "direct dev"
350350
description:
351351
name: test
352-
sha256: "65e29d831719be0591f7b3b1a32a3cda258ec98c58c7b25f7b84241bc31215bb"
352+
sha256: "75906bf273541b676716d1ca7627a17e4c4070a3a16272b7a3dc7da3b9f3f6b7"
353353
url: "https://pub.dev"
354354
source: hosted
355-
version: "1.26.2"
355+
version: "1.26.3"
356356
test_api:
357357
dependency: transitive
358358
description:
359359
name: test_api
360-
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
360+
sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
361361
url: "https://pub.dev"
362362
source: hosted
363-
version: "0.7.6"
363+
version: "0.7.7"
364364
test_core:
365365
dependency: transitive
366366
description:
367367
name: test_core
368-
sha256: "80bf5a02b60af04b09e14f6fe68b921aad119493e26e490deaca5993fef1b05a"
368+
sha256: "0cc24b5ff94b38d2ae73e1eb43cc302b77964fbf67abad1e296025b78deb53d0"
369369
url: "https://pub.dev"
370370
source: hosted
371-
version: "0.6.11"
371+
version: "0.6.12"
372372
typed_data:
373373
dependency: transitive
374374
description:
@@ -389,10 +389,10 @@ packages:
389389
dependency: transitive
390390
description:
391391
name: watcher
392-
sha256: "0b7fd4a0bbc4b92641dbf20adfd7e3fd1398fe17102d94b674234563e110088a"
392+
sha256: "5bf046f41320ac97a469d506261797f35254fa61c641741ef32dacda98b7d39c"
393393
url: "https://pub.dev"
394394
source: hosted
395-
version: "1.1.2"
395+
version: "1.1.3"
396396
web:
397397
dependency: transitive
398398
description:
@@ -434,4 +434,4 @@ packages:
434434
source: hosted
435435
version: "3.1.3"
436436
sdks:
437-
dart: ">=3.8.0 <4.0.0"
437+
dart: ">=3.9.0 <4.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: dartbug
22
publish_to: none
33

44
environment:
5-
sdk: ^3.8.0
5+
sdk: ^3.9.0
66

77
dependencies:
88
collection: ^1.19.1

0 commit comments

Comments
 (0)