M2.4.7 – How to properly upgrade the Checkout.com Unified Payments API

I am trying to upgrade the following application:

https://commercemarketplace.adobe.com/checkoutcom-magento2.html

using:

Step 1 — Update the requirement in composer.json

composer require checkoutcom/magento2:^7.2.0 –no-update

Step 2 — Now actually download and install it

composer update checkoutcom/magento2 checkout/checkout-sdk-php

After running the 2nd command, around 2k files were updated in the vendor folders.

May I know what the reason is?