Skip to content

Commit

Permalink
chore(deps): bump xml range to 6.5.0 (aws-amplify#4317)
Browse files Browse the repository at this point in the history
* chore(deps): bump xml range to 6.5.0
  • Loading branch information
khatruong2009 authored Jan 10, 2024
1 parent 43951ac commit df401fa
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/smithy/goldens/lib/restXml/pubspec.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/smithy/goldens/lib2/restXml/pubspec.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/smithy/smithy/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
retry: ^3.1.0
shelf: ^1.1.0
typed_data: ^1.3.0
xml: 6.3.0
xml: ">=6.3.0 <=6.5.0"

dev_dependencies:
amplify_lints: ">=3.0.2 <3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/smithy/smithy_aws/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
meta: ^1.7.0
path: ^1.8.0
smithy: ">=0.6.2 <0.7.0"
xml: 6.3.0
xml: ">=6.3.0 <=6.5.0"

dev_dependencies:
amplify_lints: ">=3.0.0 <3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/smithy/smithy_codegen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
smithy: ">=0.6.0 <0.7.0"
smithy_aws: ">=0.6.0 <0.7.0"
tuple: ^2.0.0
xml: 6.3.0
xml: ">=6.3.0 <=6.5.0"
yaml_edit: ^2.0.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/smithy/smithy_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
smithy: any
test: ^1.22.1
tuple: ^2.0.0
xml: 6.3.0
xml: ">=6.3.0 <=6.5.0"

dev_dependencies:
amplify_lints:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
stack_trace: ^1.10.0
uuid: ">=3.0.6 <5.0.0"
win32: ">=4.1.2 <6.0.0"
xml: 6.3.0
xml: ">=6.3.0 <=6.5.0"
test: ^1.22.1

aft:
Expand Down

0 comments on commit df401fa

Please sign in to comment.