Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node-sass 6.0.1 depending on some deprecated modules #3192

Closed
doberkofler opened this issue Oct 12, 2021 · 1 comment
Closed

node-sass 6.0.1 depending on some deprecated modules #3192

doberkofler opened this issue Oct 12, 2021 · 1 comment

Comments

@doberkofler
Copy link

The node-sass module depends on some deprecated modules causing several warnings during installation and it would be great to get rid of those warnings:

npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
@nschonni
Copy link
Contributor

Tracked in #2851

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants