'Efficient way of tracking dependencies in a fleet of apps?

Let's say you have a fleet of apps in production, each of which has up to 100s of dependencies. Is there a good way of monitoring which dependencies are in which apps (beyond a simple spreadsheet) so that when a vulnerability emerges for any dependency, the right apps get updated?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source