How did I upgrade the root `composer.json` file of cabinetsbay.com from Magento 2.4.4 to 2.4.7-p2?

Step 1

I installed Magento 2.4.7-p2 to a new folder:

composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.7-p2 .

Step 2

I compared the root composer.json file of the blank Magento 2.4.7-p2 instance (created on the Step 1) with cabinetsbay.com.

Step 3

I ported the differences from the blank Magento 2.4.7-p2 instance to cabinetsbay.com: