Running a composer update && composer install && php craft up when deploying to staging environment
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires craftcms/cms 5.9.15 -> satisfiable by craftcms/cms[5.9.15].
- craftcms/cms 5.9.15 requires web-auth/webauthn-lib ~4.9.0 -> found web-auth/webauthn-lib[4.9.0, 4.9.1, 4.9.2, 4.9.3] but these were not loaded, because they are affected by security advisories ("�]8;;https://github.com/advisories/GHSA-f7pm-6hr8-7ggm�\PKSA-n72g-8zd8-6dm2�]8;;�\"). Go to https://packagist.org/security-advisories/ to find advisory details. To ignore the advisories, add them to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Description
Running a composer update && composer install && php craft up when deploying to staging environment
And then get the following error message and deployment fails
Additional info