Skip to content

Commit 42d01b6

Browse files
chore(deps): bump the dart-deps group across 1 directory with 6 updates
Bumps the dart-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [build_runner](https://github.com/dart-lang/build) | `2.10.1` | `2.10.4` | | [crypto](https://github.com/dart-lang/core/tree/main/pkgs) | `3.0.6` | `3.0.7` | | [http](https://github.com/dart-lang/http/tree/master/pkgs) | `1.5.0` | `1.6.0` | | [json_serializable](https://github.com/google/json_serializable.dart) | `6.11.1` | `6.11.3` | | [uuid](https://github.com/Daegalus/dart-uuid) | `4.5.1` | `4.5.2` | Updates `build_runner` from 2.10.1 to 2.10.4 - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](dart-lang/build@build_runner-v2.10.1...build_runner-v2.10.4) Updates `crypto` from 3.0.6 to 3.0.7 - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/crypto-v3.0.7/pkgs) Updates `http` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/HEAD/pkgs) Updates `json_serializable` from 6.11.1 to 6.11.3 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](google/json_serializable.dart@json_serializable-v6.11.1...json_serializable-v6.11.3) Updates `test` from 1.26.3 to 1.28.0 - [Release notes](https://github.com/dart-lang/test/releases) - [Commits](https://github.com/dart-lang/test/commits/test-v1.28.0/pkgs) Updates `uuid` from 4.5.1 to 4.5.2 - [Release notes](https://github.com/Daegalus/dart-uuid/releases) - [Changelog](https://github.com/daegalus/dart-uuid/blob/main/CHANGELOG.md) - [Commits](daegalus/dart-uuid@4.5.1...4.5.2) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.10.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dart-deps - dependency-name: crypto dependency-version: 3.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dart-deps - dependency-name: http dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dart-deps - dependency-name: json_serializable dependency-version: 6.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dart-deps - dependency-name: test dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dart-deps - dependency-name: uuid dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dart-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21a25ce commit 42d01b6

File tree

8 files changed

+51
-67
lines changed

8 files changed

+51
-67
lines changed

packages/artifact_proxy/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ environment:
1111
dependencies:
1212
checked_yaml: ^2.0.4
1313
collection: ^1.19.1
14-
http: ^1.5.0
14+
http: ^1.6.0
1515
json_annotation: ^4.9.0
1616
quiver: ^3.2.2
1717
shelf: ^1.4.2
1818
shelf_hotreload: ^1.6.0
1919

2020
dev_dependencies:
21-
build_runner: ^2.10.1
22-
json_serializable: ^6.11.0
21+
build_runner: ^2.10.4
22+
json_serializable: ^6.11.3
2323
mocktail: ^1.0.4
2424
test: ^1.26.3

packages/discord_gcp_alerts/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ environment:
88
sdk: ">=3.9.0 <4.0.0"
99

1010
dependencies:
11-
http: ^1.5.0
11+
http: ^1.6.0
1212
json_annotation: ^4.9.0
1313
shelf: ^1.4.2
1414
shelf_router: ^1.1.0
1515

1616
dev_dependencies:
17-
build_runner: ^2.10.1
18-
json_serializable: ^6.11.0
17+
build_runner: ^2.10.4
18+
json_serializable: ^6.11.3
1919
mocktail: ^1.0.4
2020
test: ^1.26.3

packages/jwt/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ environment:
1010
dependencies:
1111
clock: ^1.1.0
1212
collection: ^1.18.0
13-
http: ^1.5.0
13+
http: ^1.6.0
1414
json_annotation: ^4.9.0
1515
meta: ^1.7.0
1616
pointycastle: ^4.0.0
1717
rsa_pkcs: ^2.0.0
1818
ttl_cache: ^0.3.0
1919

2020
dev_dependencies:
21-
build_runner: ^2.10.1
22-
json_serializable: ^6.11.0
21+
build_runner: ^2.10.4
22+
json_serializable: ^6.11.3
2323
path: ^1.9.0
2424
test: ^1.26.3

packages/shorebird_cli/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ dependencies:
1717
cli_util: ^0.4.2
1818
clock: ^1.1.2
1919
collection: ^1.19.1
20-
crypto: ^3.0.6
20+
crypto: ^3.0.7
2121
equatable: ^2.0.7
2222
googleapis_auth: ^2.0.0
23-
http: ^1.5.0
23+
http: ^1.6.0
2424
intl: ^0.20.2
2525
io: ^1.0.5
2626
json_annotation: ^4.9.0
@@ -43,16 +43,16 @@ dependencies:
4343
shorebird_code_push_protocol:
4444
path: ../shorebird_code_push_protocol
4545
stream_transform: ^2.1.1
46-
uuid: ^4.5.1
46+
uuid: ^4.5.2
4747
xml: ^6.5.0
4848
yaml: ^3.1.3
4949
yaml_edit: ^2.2.2
5050

5151
dev_dependencies:
52-
build_runner: ^2.10.1
52+
build_runner: ^2.10.4
5353
build_verify: ^3.1.1
5454
build_version: ^2.1.1
55-
json_serializable: ^6.11.0
55+
json_serializable: ^6.11.3
5656
mocktail: ^1.0.3
5757
test: ^1.26.3
5858

packages/shorebird_code_push_client/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ environment:
1111

1212
dependencies:
1313
collection: ^1.18.0
14-
http: ^1.5.0
14+
http: ^1.6.0
1515
path: ^1.9.0
1616
shorebird_code_push_protocol:
1717
path: ../shorebird_code_push_protocol
1818

1919
dev_dependencies:
20-
build_runner: ^2.10.1
20+
build_runner: ^2.10.4
2121
build_verify: ^3.1.1
2222
build_version: ^2.0.0
2323
mocktail: ^1.0.0

packages/shorebird_code_push_protocol/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
meta: ^1.16.0
1717

1818
dev_dependencies:
19-
build_runner: ^2.10.1
20-
json_serializable: ^6.11.0
19+
build_runner: ^2.10.4
20+
json_serializable: ^6.11.3
2121
mocktail: ^1.0.0
2222
test: ^1.26.3

packages/stripe_api/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ environment:
1010
dependencies:
1111
collection: ^1.17.1
1212
decimal: ^3.0.2
13-
http: ^1.5.0
13+
http: ^1.6.0
1414
json_annotation: ^4.8.1
1515

1616
dev_dependencies:
17-
build_runner: ^2.10.1
18-
json_serializable: ^6.11.0
17+
build_runner: ^2.10.4
18+
json_serializable: ^6.11.3
1919
mocktail: ^1.0.0
2020
test: ^1.26.3

pubspec.lock

Lines changed: 30 additions & 46 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: f0bb5d1648339c8308cc0b9838d8456b3cfe5c91f9dc1a735b4d003269e5da9a
8+
sha256: "5b7468c326d2f8a4f630056404ca0d291ade42918f4a3c6233618e724f39da8e"
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "88.0.0"
11+
version: "92.0.0"
1212
analyzer:
1313
dependency: transitive
1414
description:
1515
name: analyzer
16-
sha256: "0b7b9c329d2879f8f05d6c05b32ee9ec025f39b077864bdb5ac9a7b63418a98f"
16+
sha256: "70e4b1ef8003c64793a9e268a551a82869a8a96f39deb73dea28084b0e8bf75e"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "8.1.1"
19+
version: "9.0.0"
2020
archive:
2121
dependency: transitive
2222
description:
@@ -61,10 +61,10 @@ packages:
6161
dependency: transitive
6262
description:
6363
name: build
64-
sha256: "5b887c55a0f734b433b3b2d89f9cd1f99eb636b17e268a5b4259258bc916504b"
64+
sha256: c1668065e9ba04752570ad7e038288559d1e2ca5c6d0131c0f5f55e39e777413
6565
url: "https://pub.dev"
6666
source: hosted
67-
version: "4.0.0"
67+
version: "4.0.3"
6868
build_config:
6969
dependency: transitive
7070
description:
@@ -85,10 +85,10 @@ packages:
8585
dependency: transitive
8686
description:
8787
name: build_runner
88-
sha256: a9461b8e586bf018dd4afd2e13b49b08c6a844a4b226c8d1d10f3a723cdd78c3
88+
sha256: "110c56ef29b5eb367b4d17fc79375fa8c18a6cd7acd92c05bb3986c17a079057"
8989
url: "https://pub.dev"
9090
source: hosted
91-
version: "2.10.1"
91+
version: "2.10.4"
9292
build_verify:
9393
dependency: transitive
9494
description:
@@ -189,26 +189,26 @@ packages:
189189
dependency: transitive
190190
description:
191191
name: coverage
192-
sha256: "4b8701e48a58f7712492c9b1f7ba0bb9d525644dd66d023b62e1fc8cdb560c8a"
192+
sha256: "5da775aa218eaf2151c721b16c01c7676fbfdd99cebba2bf64e8b807a28ff94d"
193193
url: "https://pub.dev"
194194
source: hosted
195-
version: "1.14.0"
195+
version: "1.15.0"
196196
crypto:
197197
dependency: transitive
198198
description:
199199
name: crypto
200-
sha256: "1e445881f28f22d6140f181e07737b22f1e099a5e1ff94b0af2f9e4a463f4855"
200+
sha256: c8ea0233063ba03258fbcf2ca4d6dadfefe14f02fab57702265467a19f27fadf
201201
url: "https://pub.dev"
202202
source: hosted
203-
version: "3.0.6"
203+
version: "3.0.7"
204204
dart_style:
205205
dependency: transitive
206206
description:
207207
name: dart_style
208-
sha256: c87dfe3d56f183ffe9106a18aebc6db431fc7c98c31a54b952a77f3d54a85697
208+
sha256: a9c30492da18ff84efe2422ba2d319a89942d93e58eb0b73d32abe822ef54b7b
209209
url: "https://pub.dev"
210210
source: hosted
211-
version: "3.1.2"
211+
version: "3.1.3"
212212
decimal:
213213
dependency: transitive
214214
description:
@@ -301,10 +301,10 @@ packages:
301301
dependency: transitive
302302
description:
303303
name: http
304-
sha256: bb2ce4590bc2667c96f318d68cac1b5a7987ec819351d32b1c987239a815e007
304+
sha256: "87721a4a50b19c7f1d49001e51409bddc46303966ce89a65af4f4e6004896412"
305305
url: "https://pub.dev"
306306
source: hosted
307-
version: "1.5.0"
307+
version: "1.6.0"
308308
http_methods:
309309
dependency: transitive
310310
description:
@@ -353,14 +353,6 @@ packages:
353353
url: "https://pub.dev"
354354
source: hosted
355355
version: "0.2.0"
356-
js:
357-
dependency: transitive
358-
description:
359-
name: js
360-
sha256: "53385261521cc4a0c4658fd0ad07a7d14591cf8fc33abbceae306ddb974888dc"
361-
url: "https://pub.dev"
362-
source: hosted
363-
version: "0.7.2"
364356
json_annotation:
365357
dependency: transitive
366358
description:
@@ -381,10 +373,10 @@ packages:
381373
dependency: transitive
382374
description:
383375
name: json_serializable
384-
sha256: "33a040668b31b320aafa4822b7b1e177e163fc3c1e835c6750319d4ab23aa6fe"
376+
sha256: "6b253f7851cf1626a05c8b49c792e04a14897349798c03798137f2b5f7e0b5b1"
385377
url: "https://pub.dev"
386378
source: hosted
387-
version: "6.11.1"
379+
version: "6.11.3"
388380
logging:
389381
dependency: transitive
390382
description:
@@ -637,18 +629,18 @@ packages:
637629
dependency: transitive
638630
description:
639631
name: source_gen
640-
sha256: ccf30b0c9fbcd79d8b6f5bfac23199fb354938436f62475e14aea0f29ee0f800
632+
sha256: "07b277b67e0096c45196cbddddf2d8c6ffc49342e88bf31d460ce04605ddac75"
641633
url: "https://pub.dev"
642634
source: hosted
643-
version: "4.0.1"
635+
version: "4.1.1"
644636
source_helper:
645637
dependency: transitive
646638
description:
647639
name: source_helper
648-
sha256: "6a3c6cc82073a8797f8c4dc4572146114a39652851c157db37e964d9c7038723"
640+
sha256: e82b1996c63da42aa3e6a34cc1ec17427728a1baf72ed017717a5669a7123f0d
649641
url: "https://pub.dev"
650642
source: hosted
651-
version: "1.3.8"
643+
version: "1.3.9"
652644
source_map_stack_trace:
653645
dependency: transitive
654646
description:
@@ -673,14 +665,6 @@ packages:
673665
url: "https://pub.dev"
674666
source: hosted
675667
version: "1.10.1"
676-
sprintf:
677-
dependency: transitive
678-
description:
679-
name: sprintf
680-
sha256: "1fc9ffe69d4df602376b52949af107d8f5703b77cda567c4d7d86a0693120f23"
681-
url: "https://pub.dev"
682-
source: hosted
683-
version: "7.0.0"
684668
stack_trace:
685669
dependency: transitive
686670
description:
@@ -725,26 +709,26 @@ packages:
725709
dependency: transitive
726710
description:
727711
name: test
728-
sha256: "75906bf273541b676716d1ca7627a17e4c4070a3a16272b7a3dc7da3b9f3f6b7"
712+
sha256: "77cc98ea27006c84e71a7356cf3daf9ddbde2d91d84f77dbfe64cf0e4d9611ae"
729713
url: "https://pub.dev"
730714
source: hosted
731-
version: "1.26.3"
715+
version: "1.28.0"
732716
test_api:
733717
dependency: transitive
734718
description:
735719
name: test_api
736-
sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
720+
sha256: "19a78f63e83d3a61f00826d09bc2f60e191bf3504183c001262be6ac75589fb8"
737721
url: "https://pub.dev"
738722
source: hosted
739-
version: "0.7.7"
723+
version: "0.7.8"
740724
test_core:
741725
dependency: transitive
742726
description:
743727
name: test_core
744-
sha256: "0cc24b5ff94b38d2ae73e1eb43cc302b77964fbf67abad1e296025b78deb53d0"
728+
sha256: f1072617a6657e5fc09662e721307f7fb009b4ed89b19f47175d11d5254a62d4
745729
url: "https://pub.dev"
746730
source: hosted
747-
version: "0.6.12"
731+
version: "0.6.14"
748732
ttl_cache:
749733
dependency: transitive
750734
description:
@@ -765,10 +749,10 @@ packages:
765749
dependency: transitive
766750
description:
767751
name: uuid
768-
sha256: a5be9ef6618a7ac1e964353ef476418026db906c4facdedaa299b7a2e71690ff
752+
sha256: a11b666489b1954e01d992f3d601b1804a33937b5a8fe677bd26b8a9f96f96e8
769753
url: "https://pub.dev"
770754
source: hosted
771-
version: "4.5.1"
755+
version: "4.5.2"
772756
very_good_analysis:
773757
dependency: "direct dev"
774758
description:

0 commit comments

Comments
 (0)