diff --git a/packages/artifact_proxy/pubspec.yaml b/packages/artifact_proxy/pubspec.yaml index abb4bffb..8edb666b 100644 --- a/packages/artifact_proxy/pubspec.yaml +++ b/packages/artifact_proxy/pubspec.yaml @@ -12,13 +12,13 @@ dependencies: checked_yaml: ^2.0.4 collection: ^1.19.1 http: ^1.5.0 - json_annotation: ^4.9.0 + json_annotation: ^4.11.0 quiver: ^3.2.2 shelf: ^1.4.2 shelf_hotreload: ^1.6.0 dev_dependencies: - build_runner: ^2.10.1 + build_runner: ^2.13.1 json_serializable: ^6.11.0 mocktail: ^1.0.4 - test: ^1.26.3 + test: ^1.31.0 diff --git a/packages/dex/pubspec.yaml b/packages/dex/pubspec.yaml index 9b86e953..4c5f5471 100644 --- a/packages/dex/pubspec.yaml +++ b/packages/dex/pubspec.yaml @@ -12,4 +12,4 @@ dependencies: dev_dependencies: path: ^1.9.1 - test: ^1.26.3 + test: ^1.31.0 diff --git a/packages/discord_gcp_alerts/pubspec.yaml b/packages/discord_gcp_alerts/pubspec.yaml index e72c7bf8..4a46452e 100644 --- a/packages/discord_gcp_alerts/pubspec.yaml +++ b/packages/discord_gcp_alerts/pubspec.yaml @@ -9,12 +9,12 @@ environment: dependencies: http: ^1.5.0 - json_annotation: ^4.9.0 + json_annotation: ^4.11.0 shelf: ^1.4.2 shelf_router: ^1.1.0 dev_dependencies: - build_runner: ^2.10.1 + build_runner: ^2.13.1 json_serializable: ^6.11.0 mocktail: ^1.0.4 - test: ^1.26.3 + test: ^1.31.0 diff --git a/packages/flutter_version_resolver/pubspec.yaml b/packages/flutter_version_resolver/pubspec.yaml index 2f376549..28217ed4 100644 --- a/packages/flutter_version_resolver/pubspec.yaml +++ b/packages/flutter_version_resolver/pubspec.yaml @@ -8,11 +8,11 @@ environment: sdk: ^3.8.1 dependencies: - mason_logger: ^0.3.3 + mason_logger: ^0.3.5 path: ^1.9.1 pub_semver: ^2.2.0 yaml: ^3.1.3 dev_dependencies: mocktail: ^1.0.4 - test: ^1.24.0 + test: ^1.31.0 diff --git a/packages/jwt/pubspec.yaml b/packages/jwt/pubspec.yaml index c0bbabb1..aba04f6e 100644 --- a/packages/jwt/pubspec.yaml +++ b/packages/jwt/pubspec.yaml @@ -11,14 +11,14 @@ dependencies: clock: ^1.1.0 collection: ^1.18.0 http: ^1.5.0 - json_annotation: ^4.9.0 + json_annotation: ^4.11.0 meta: ^1.7.0 pointycastle: ^4.0.0 rsa_pkcs: ^2.0.0 ttl_cache: ^0.3.0 dev_dependencies: - build_runner: ^2.10.1 + build_runner: ^2.13.1 json_serializable: ^6.11.0 path: ^1.9.0 - test: ^1.26.3 + test: ^1.31.0 diff --git a/packages/redis_client/pubspec.yaml b/packages/redis_client/pubspec.yaml index 3a3ce606..cf8e3e26 100644 --- a/packages/redis_client/pubspec.yaml +++ b/packages/redis_client/pubspec.yaml @@ -13,4 +13,4 @@ dependencies: resp_client: ^1.2.0 dev_dependencies: - test: ^1.26.3 + test: ^1.31.0 diff --git a/packages/scoped_deps/pubspec.yaml b/packages/scoped_deps/pubspec.yaml index b235bc4a..35f7e1cb 100644 --- a/packages/scoped_deps/pubspec.yaml +++ b/packages/scoped_deps/pubspec.yaml @@ -13,4 +13,4 @@ dependencies: dev_dependencies: mocktail: ^1.0.0 - test: ^1.26.3 + test: ^1.31.0 diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index b0b24df0..3290f565 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -20,16 +20,16 @@ dependencies: crypto: ^3.0.6 dex: path: ../dex - equatable: ^2.0.7 - googleapis_auth: ^2.0.0 + equatable: ^2.0.8 + googleapis_auth: ^2.2.0 http: ^1.5.0 intl: ^0.20.2 io: ^1.0.5 - json_annotation: ^4.9.0 - json_path: ^0.8.0 + json_annotation: ^4.11.0 + json_path: ^0.9.0 jwt: path: ../jwt - mason_logger: ^0.3.0 + mason_logger: ^0.3.5 meta: ^1.16.0 path: ^1.9.1 pem: ^2.0.5 @@ -45,18 +45,18 @@ dependencies: shorebird_code_push_protocol: path: ../shorebird_code_push_protocol stream_transform: ^2.1.1 - uuid: ^4.5.1 + uuid: ^4.5.3 xml: ^6.5.0 yaml: ^3.1.3 - yaml_edit: ^2.2.2 + yaml_edit: ^2.2.4 dev_dependencies: - build_runner: ^2.10.1 + build_runner: ^2.13.1 build_verify: ^3.1.1 build_version: ^2.1.1 json_serializable: ^6.11.0 mocktail: ^1.0.3 - test: ^1.26.3 + test: ^1.31.0 executables: shorebird: diff --git a/packages/shorebird_cli/test/src/pubspec_editor_test.dart b/packages/shorebird_cli/test/src/pubspec_editor_test.dart index ce88971e..fa83a7b8 100644 --- a/packages/shorebird_cli/test/src/pubspec_editor_test.dart +++ b/packages/shorebird_cli/test/src/pubspec_editor_test.dart @@ -158,9 +158,9 @@ flutter: equals(''' $basePubspecContents flutter: - uses-material-design: true assets: - shorebird.yaml + uses-material-design: true '''), ); }, diff --git a/packages/shorebird_code_push_client/pubspec.yaml b/packages/shorebird_code_push_client/pubspec.yaml index b3c27775..822fa79e 100644 --- a/packages/shorebird_code_push_client/pubspec.yaml +++ b/packages/shorebird_code_push_client/pubspec.yaml @@ -17,8 +17,8 @@ dependencies: path: ../shorebird_code_push_protocol dev_dependencies: - build_runner: ^2.10.1 + build_runner: ^2.13.1 build_verify: ^3.1.1 build_version: ^2.0.0 mocktail: ^1.0.0 - test: ^1.26.3 + test: ^1.31.0 diff --git a/packages/shorebird_code_push_protocol/pubspec.yaml b/packages/shorebird_code_push_protocol/pubspec.yaml index 8ff58aef..3de23a55 100644 --- a/packages/shorebird_code_push_protocol/pubspec.yaml +++ b/packages/shorebird_code_push_protocol/pubspec.yaml @@ -11,12 +11,12 @@ environment: dependencies: decimal: ^3.2.4 - equatable: ^2.0.5 - json_annotation: ^4.8.1 + equatable: ^2.0.8 + json_annotation: ^4.11.0 meta: ^1.16.0 dev_dependencies: - build_runner: ^2.10.1 + build_runner: ^2.13.1 json_serializable: ^6.11.0 mocktail: ^1.0.0 - test: ^1.26.3 + test: ^1.31.0 diff --git a/packages/stripe_api/pubspec.yaml b/packages/stripe_api/pubspec.yaml index f1746cd9..a729fb0e 100644 --- a/packages/stripe_api/pubspec.yaml +++ b/packages/stripe_api/pubspec.yaml @@ -11,10 +11,10 @@ dependencies: collection: ^1.17.1 decimal: ^3.0.2 http: ^1.5.0 - json_annotation: ^4.8.1 + json_annotation: ^4.11.0 dev_dependencies: - build_runner: ^2.10.1 + build_runner: ^2.13.1 json_serializable: ^6.11.0 mocktail: ^1.0.0 - test: ^1.26.3 + test: ^1.31.0 diff --git a/pubspec.lock b/pubspec.lock index 09acc1e3..c8deb69d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -69,10 +69,10 @@ packages: dependency: transitive description: name: build_config - sha256: "4f64382b97504dc2fcdf487d5aae33418e08b4703fc21249e4db6d804a4d0187" + sha256: "4070d2a59f8eec34c97c86ceb44403834899075f66e8a9d59706f8e7834f6f71" url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.3.0" build_daemon: dependency: transitive description: @@ -85,10 +85,10 @@ packages: dependency: transitive description: name: build_runner - sha256: "110c56ef29b5eb367b4d17fc79375fa8c18a6cd7acd92c05bb3986c17a079057" + sha256: "521daf8d189deb79ba474e43a696b41c49fb3987818dbacf3308f1e03673a75e" url: "https://pub.dev" source: hosted - version: "2.10.4" + version: "2.13.1" build_verify: dependency: transitive description: @@ -221,10 +221,10 @@ packages: dependency: transitive description: name: equatable - sha256: "567c64b3cb4cf82397aac55f4f0cbd3ca20d77c6c03bedbc4ceaddc08904aef7" + sha256: "3e0141505477fd8ad55d6eb4e7776d3fe8430be8e497ccb1521370c3f21a3e2b" url: "https://pub.dev" source: hosted - version: "2.0.7" + version: "2.0.8" ffi: dependency: transitive description: @@ -265,6 +265,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.3" + google_cloud: + dependency: transitive + description: + name: google_cloud + sha256: "76a1552170210c8a51500d555e93b526f92ab2a86aadbebd8b8d5f3d83a97c29" + url: "https://pub.dev" + source: hosted + version: "0.3.0" google_identity_services_web: dependency: transitive description: @@ -277,10 +285,10 @@ packages: dependency: transitive description: name: googleapis_auth - sha256: b81fe352cc4a330b3710d2b7ad258d9bcef6f909bb759b306bf42973a7d046db + sha256: "2e8edbfff4fc0f0c99c9ff72353d72c355a96b8686de4b26f63c86e22696d7b9" url: "https://pub.dev" source: hosted - version: "2.0.0" + version: "2.2.0" graphs: dependency: transitive description: @@ -357,26 +365,26 @@ packages: dependency: transitive description: name: json_annotation - sha256: "1ce844379ca14835a50d2f019a3099f419082cfdd231cd86a142af94dd5c6bb1" + sha256: cb09e7dac6210041fad964ed7fbee004f14258b4eca4040f72d1234062ace4c8 url: "https://pub.dev" source: hosted - version: "4.9.0" + version: "4.11.0" json_path: dependency: transitive description: name: json_path - sha256: b09da0334318399948e4b9bd6dd1404724e831ed48dce3ededb18cc845540dd2 + sha256: "99cef94ca7b604ad85b9442bc8852e55396f559c08c0ab961d10b90b730c326f" url: "https://pub.dev" source: hosted - version: "0.8.0" + version: "0.9.0" json_serializable: dependency: transitive description: name: json_serializable - sha256: "6b253f7851cf1626a05c8b49c792e04a14897349798c03798137f2b5f7e0b5b1" + sha256: "44729f5c45748e6748f6b9a57ab8f7e4336edc8ae41fc295070e3814e616a6c0" url: "https://pub.dev" source: hosted - version: "6.11.3" + version: "6.13.0" logging: dependency: transitive description: @@ -389,10 +397,10 @@ packages: dependency: transitive description: name: mason_logger - sha256: "6d5a989ff41157915cb5162ed6e41196d5e31b070d2f86e1c2edf216996a158c" + sha256: "1d46102c6f299c0df7fe986dd3dd3271d57c2ec7c00ae590660b7c3018810048" url: "https://pub.dev" source: hosted - version: "0.3.3" + version: "0.3.5" matcher: dependency: transitive description: @@ -405,18 +413,18 @@ packages: dependency: transitive description: name: maybe_just_nothing - sha256: "0c06326e26d08f6ed43247404376366dc4d756cef23a4f1db765f546224c35e0" + sha256: "57af3cacbbe57d5889a4479983755b76551db3c8862aa6335f57f50657945054" url: "https://pub.dev" source: hosted - version: "0.5.3" + version: "0.6.0" meta: dependency: transitive description: name: meta - sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394" + sha256: df0c643f44ad098eb37988027a8e2b2b5a031fd3977f06bbfd3a76637e8df739 url: "https://pub.dev" source: hosted - version: "1.17.0" + version: "1.18.2" mime: dependency: transitive description: @@ -709,26 +717,26 @@ packages: dependency: transitive description: name: test - sha256: "77cc98ea27006c84e71a7356cf3daf9ddbde2d91d84f77dbfe64cf0e4d9611ae" + sha256: "8d9ceddbab833f180fbefed08afa76d7c03513dfdba87ffcec2718b02bbcbf20" url: "https://pub.dev" source: hosted - version: "1.28.0" + version: "1.31.0" test_api: dependency: transitive description: name: test_api - sha256: "19a78f63e83d3a61f00826d09bc2f60e191bf3504183c001262be6ac75589fb8" + sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e" url: "https://pub.dev" source: hosted - version: "0.7.8" + version: "0.7.11" test_core: dependency: transitive description: name: test_core - sha256: f1072617a6657e5fc09662e721307f7fb009b4ed89b19f47175d11d5254a62d4 + sha256: "1991d4cfe85d5043241acac92962c3977c8d2f2add1ee73130c7b286417d1d34" url: "https://pub.dev" source: hosted - version: "0.6.14" + version: "0.6.17" ttl_cache: dependency: transitive description: @@ -749,18 +757,18 @@ packages: dependency: transitive description: name: uuid - sha256: a11b666489b1954e01d992f3d601b1804a33937b5a8fe677bd26b8a9f96f96e8 + sha256: "1fef9e8e11e2991bb773070d4656b7bd5d850967a2456cfc83cf47925ba79489" url: "https://pub.dev" source: hosted - version: "4.5.2" + version: "4.5.3" very_good_analysis: dependency: "direct dev" description: name: very_good_analysis - sha256: "96245839dbcc45dfab1af5fa551603b5c7a282028a64746c19c547d21a7f1e3a" + sha256: d1cb1d66a5aae2c702d68caca6c8347306d35e728fd94555fa21fa0448a972e0 url: "https://pub.dev" source: hosted - version: "10.0.0" + version: "10.2.0" vm_service: dependency: transitive description: @@ -837,9 +845,9 @@ packages: dependency: transitive description: name: yaml_edit - sha256: fb38626579fb345ad00e674e2af3a5c9b0cc4b9bfb8fd7f7ff322c7c9e62aef5 + sha256: "07c9e63ba42519745182b88ca12264a7ba2484d8239958778dfe4d44fe760488" url: "https://pub.dev" source: hosted - version: "2.2.2" + version: "2.2.4" sdks: dart: ">=3.9.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 1c10c483..eceaceb6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,4 +16,4 @@ workspace: - packages/stripe_api dev_dependencies: - very_good_analysis: ^10.0.0 + very_good_analysis: ^10.2.0