Only updating security updates.
drush pm:security to get a list of security updates.
composer require drush/drush if it's not install already.composer update drupal/module_name.
composer update drupal/module_name --with-dependencies.composer require drupal/core:"~8.8.1". I was not able to get the require method to work.drush updb.drush cr.composer update --lock and commit the composer files.svnu, you can install updates by running composer install.