Looking for a way to upgrade angularjs version in ionic v1 app because of Google Play Console Security alert.
SNYK suggestion: Upgrade angular to version 1.6.9 or higher.
Your app contains one or more libraries with known security issues. Please see this Google Help Center article for details.
Hi, I have same issue. My 8 ionic v1 apps in same status.
I want to upgrade angular version to 1.6.9 or higher. But, I couldn’t find a post about how it’s done
Actually, I can’t remember the v1 way of doing this stuff. We do have a bower.json, in which I entered the versions above. After that I ran bower cache clean and let Gulp / Bower install all the things.
PS: I wasn’t able to install angular-translate by it’s version, that’s why I added the link to the gzipped tarball directly.
@alindzon - were you or anyone able to get anglurjs upgraded for an successfully for an Ionic v1 project? Whats the highest angular Ionic v1 can handle before it starts breaking. I have the google security alert that I would like to not see and ensure my app doesn’t have security issues.