I am facing an issue while trying to upgrade drupal module due to module dependencies on other module.
composer require 'drupal/address:^2.0'
composer require 'drupal/commerce:^2.38'
when i try to run one of above command, it failed due to conflict issue because these modules have dependencies on each other on specific version.
can you guide me how can i resolve these issue?