This repository was archived by the owner on Jul 24, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1.3k
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
v4.11.0 and v4.12.0 binaries say using libsass 3.5.4 instead of 3.5.5 #2621
Closed
Description
What the title says... at least for me, after doing a clean install of node-sass:
> npx node-sass --versionnode-sass 4.11.0 (Wrapper) [JavaScript]libsass 3.5.4 (Sass Compiler) [C/C++]> npm --version 6.4.1> node --versionv11.2.0
Please release a new version with 3.5.5 (or later) due to security vulnerabilities.
And at a minimum the documentation should be updated to state the version it actually uses.
If needed I can try to submit a PR.
(Windows 10 Enterprise, vr 10.0.16299, 64bit)