Why it is considered bad to use open dependencies?
What is an open dependency?
Dependency is considered “open” if you don’t fix it to a particular version. In practice, it means that the next time you “build” software the most recent version of the dependency will be used.
# that's closed (fixed) dep...
testingcoder.hashnode.dev4 min read