Sometimes packages are exposed to have vulnerabilities and we want to check if we use those dependencies (either directly or indirectly).
We should create a script to easily check if a list of dependencies is used by going through the list and running yarn why <package> for each.