From a01501467932f45914f457379c09710e750cabcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:28:31 +0000 Subject: [PATCH] chore(deps): bump grpc in /packages/smithy/smithy_codegen Bumps [grpc](https://github.com/grpc/grpc-dart) from 3.2.4 to 4.0.0. - [Release notes](https://github.com/grpc/grpc-dart/releases) - [Changelog](https://github.com/grpc/grpc-dart/blob/master/CHANGELOG.md) - [Commits](https://github.com/grpc/grpc-dart/compare/v3.2.4...v4.0.0) --- updated-dependencies: - dependency-name: grpc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/smithy/smithy_codegen/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/smithy/smithy_codegen/pubspec.yaml b/packages/smithy/smithy_codegen/pubspec.yaml index c0c4bb702d..00fa0616bf 100644 --- a/packages/smithy/smithy_codegen/pubspec.yaml +++ b/packages/smithy/smithy_codegen/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: crclib: ^3.0.0 dart_style: ^2.3.2 fixnum: ^1.0.0 - grpc: ^3.0.2 + grpc: ^4.0.0 html2md: ^1.2.5 jmespath: ^2.0.0 json_annotation: ">=4.9.0 <4.10.0"