g00fy- / angular-datepicker

calendar and datepicker directives for angular
MIT License
722 stars 421 forks source link

Upgrade moment dependency to get rid of vulnerability (https://github.com/moment/moment/issues/2936) #297

Open daniel-tcell opened 7 years ago

daniel-tcell commented 7 years ago

Is there anything that prevents from upgrading the moment dependency to the latest version? 2.10.6 contains a vulnerability (see https://github.com/moment/moment/issues/2936) that would be nice to get rid of! I read through the code and the moment changelog (https://github.com/moment/moment/blob/develop/CHANGELOG.md) and I couldn't find anything that would be affected.

Thanks!