My package.json bundleDependencies are automatically installing to latest version inside docker image
6/18/2021
When I am running "npm install" inside my Dockerfile. Then all of my bundleDependencies are automatically installing to their latest version instead of their listed version in devDependencies.