videojs / font

Icon font used for Video.js
https://videojs.github.io/font/
Apache License 2.0
60 stars 79 forks source link

Update dependencies to support Node 14 #44

Closed NicolasReibnitz closed 2 months ago

NicolasReibnitz commented 3 years ago

Installing the package on Node v14.16.0 wasn't possible, because of node-sass and using the C++ binaries in ttf2woff2 failed (but fell back to use their Emscripten approach).

Finally, running npm audit fix got rid of all 17 security issues without breaking changes.

Installing the package and running grunt works flawlessly now. And compiling the WOFF font is a lot faster using the binaries.