### Steps to Reproduce 1. Install latest 8.0.2 2. `yarn why vm2` (reports 3.9.17) 3. follow dep chain, at the end is react-native-code-push ### Expected Behavior What you expected to happen? That the dependency is updated ### Actual Behavior What actually happens? Dependency [with security issues is not updated](https://gist.github.com/arkark/e9f5cf5782dec8321095be3e52acf5ac) ### Reproducible Demo Install latest 8.0.2 and check the dependency chain <img width="826" alt="Screenshot 2023-07-05 at 17 26 46" src="https://github.com/microsoft/react-native-code-push/assets/7496871/64b3d18e-f599-47cd-8456-e40b0535ad9d"> ### Environment * react-native-code-push version: 8.0.2 * react-native version: yes * iOS/Android/Windows version: yes * Does this reproduce on a debug build or release build? yes * Does this reproduce on a simulator, or only on a physical device? yes maybe related PRs #2519 #2517 maybe related issue #2489
Steps to Reproduce
yarn why vm2(reports 3.9.17)Expected Behavior
What you expected to happen?
That the dependency is updated
Actual Behavior
What actually happens?
Dependency with security issues is not updated
Reproducible Demo
Install latest 8.0.2
and check the dependency chain
Environment
maybe related PRs #2519 #2517
maybe related issue #2489