Try this...
app\Actions\Fortify\PasswordValidationRules.php
return ['required', 'string', Password::min(8)->mixedCase()->numbers(), 'confirmed'];