Expo doctor should be aware of NPM's `min-release-age` configured in .npmrc
A
Anton Vishnyak
More and more supply chain attacks are causing many organizations to require a
min-release-age
setting in their NPM configuration (and I presume pnpm, yarn, etc).Expo doctor should not recommend updating dependencies that are too new according to those rules because this fails to fetch via NPM and forces us to have to manually find all dependencies that satisfy the version ranges but are older than X days.