-
Notifications
You must be signed in to change notification settings - Fork 406
Dependabot fixes #2335
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
Dependabot fixes #2335
Conversation
- Assert the new error message for enum
8bfe3b0
to
f080ce8
Compare
package.json
Outdated
"**/node-sass": "^8.0.0", | ||
"**/trim": "0.0.3" | ||
"**/trim": "0.0.3", | ||
"word-wrap": "npm:@aashutoshrathi/word-wrap", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why can't we use 1.2.4 official version?
Also I think we must have some agreement about forks. From my point of view we should use only official libs and in some corner cases we might use OWN forks if it is very critical to fix something.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UPD: let's use official lib here and in all other places
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Looks like the official version was just released. Using 1.2.4
from the official library.
f080ce8
to
cbf2619
Compare
4255734
to
8c9ab43
Compare
Fixes