Yes, I tried to delete node_modules and clear the cache but it was not working.
After investigating in details its not updating local files as my app supports offline app so one of the file .tmp not downloading and due to that its not taking latest lib file and taking only older version.
I added it in my web.config to allow to download it.
Its working fine now. Thanks all for your quick input and guidance.
Thanks & regards