We encounter frequent updates to shared npm packages in our app, resulting in multiple pull requests updating the same package version. Consequently, conflicts arise on GitHub when these pulls are merged into the master branch. Is there a way to automatically select the highest package version to prevent these conflicts? This recurring issue significantly hampers our progress as we have to continuously re-run integration tests to resolve conflicts.