26 Dec 2018 02:15 AM
26 Dec 2018 07:59 AM
Hello,
It is possible that your angular application is using some plugins that are embedding own jQuery. In this case it is possible that this plugin is in different versions at the same time what is really bad practice.
If you see those upgrades over time (not the same time) it is possible that you have fired npm update and dependencies are in newer versions 😉
Sebastian