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

Deduplicate yarn dependencies #124

Merged
merged 2 commits into from
Mar 11, 2022
Merged

Deduplicate yarn dependencies #124

merged 2 commits into from
Mar 11, 2022

Conversation

aluccaroni
Copy link
Contributor

Removing duplicated dependency from yarn.lock to prevent downloading insecure dependency.

@eolivelli
Copy link
Contributor

out of curiosity how did you write this patch ? manually ?

a part from that, did you test the result manually ?
we don't have tests that cover the UI at the moment

@aluccaroni
Copy link
Contributor Author

@eolivelli I've used https://www.npmjs.com/package/yarn-deduplicate. I'll perform some manual checks since we don't have test for the UI (my bad).

Using yarn audit I see before patch:
242 vulnerabilities found - Packages audited: 2024
Severity: 169 Moderate | 73 High
Done in 2.99s.

After:
86 vulnerabilities found - Packages audited: 1699
Severity: 71 Moderate | 15 High
Done in 2.62s.

Copy link
Contributor

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@eolivelli
Copy link
Contributor

@aluccaroni feel free to merge as soon as you are happy with your manual testing

thanks

@aluccaroni aluccaroni merged commit 6f98a6b into diennea:master Mar 11, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants