does anyone know which version of moment.js is used in v8? The javascriptfile itself is located in the /umbraco/lib/moment/moment.min.js.
Almost all other javascriptfiles in the /umbraco/lib/-folder has a specific version in it, but not this file.
The reason why I ask this is because I've got the report of a security audit on one of our newest websites (v7) and one of the comments was that we're using a vulnerable version of moment.js (2.10.6)... And I want to verify that moment.js is also updated in v8.
v8 - Which version of moment.js is used
Hi all,
does anyone know which version of moment.js is used in v8? The javascriptfile itself is located in the /umbraco/lib/moment/moment.min.js.
Almost all other javascriptfiles in the /umbraco/lib/-folder has a specific version in it, but not this file.
The reason why I ask this is because I've got the report of a security audit on one of our newest websites (v7) and one of the comments was that we're using a vulnerable version of moment.js (2.10.6)... And I want to verify that moment.js is also updated in v8.
Kind regards,
Jeffrey
Hey Jeffrey,
Looking at the source code it looks like v8 will be using version 2.22.2 of moment js.
v7: https://github.com/umbraco/Umbraco-CMS/blob/dev-v7/src/Umbraco.Web.UI.Client/bower.json#L31
v8: https://github.com/umbraco/Umbraco-CMS/blob/temp8/src/Umbraco.Web.UI.Client/package.json#L36
Hi Tom,
thanks man! And thanks for directing me to the file where I can find it.
High 5!
Jeffrey
is working on a reply...