Skip to content
  • Vasilii Iakliushin's avatar
    Fix TypeError for invalid package.json dependencies · 934a3d69
    Vasilii Iakliushin authored
    Contributes to #436953
    
    **Problem**
    
    Linker expects the dependency files to be valid. However, they are
    created by users and not guaranteed to have a valid format.
    
    **Solution**
    
    Explicitly convert dependency values to String object before
    verification.
    
    Changelog: fixed
    934a3d69