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

monorepo: fix npm high severity issues #3779

Merged
merged 2 commits into from
Oct 31, 2024

Conversation

gabrocheleau
Copy link
Contributor

This PR fixes the high severity issues reported by NPM by manually resolving puppeteer-core
(which was the root cause of these issues) to a more recent, patched version.

There are still low-severity issues (related to cookie-handling) which should not be a concern for us, and can't be fixed easily right now as we would have to downgrade vitest-browser to 1.6.0 (we're on 2.1.0). I think we should rather wait for them to get this fixed.

Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.05%. Comparing base (d2f10ab) to head (4e1a046).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

Flag Coverage Δ
block 67.57% <ø> (ø)
blockchain 83.50% <ø> (ø)
client 0.00% <ø> (ø)
common 89.88% <ø> (ø)
devp2p 0.00% <ø> (ø)
evm 64.89% <ø> (ø)
genesis 0.00% <ø> (ø)
mpt 52.09% <ø> (-0.22%) ⬇️
statemanager 68.84% <ø> (ø)
tx 76.70% <ø> (ø)
util 73.46% <ø> (ø)
vm 57.65% <ø> (ø)
wallet 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link
Member

@holgerd77 holgerd77 left a comment

Choose a reason for hiding this comment

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

Thanks a lot! 🙏

@holgerd77 holgerd77 merged commit dc7169c into master Oct 31, 2024
40 of 41 checks passed
@holgerd77 holgerd77 deleted the monorepo/2024-10-30-npm-audit-fix branch October 31, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants