fix: run npm audit fix#2696
Merged
Merged
Conversation
size-limit report 📦
|
adklempner
force-pushed
the
feat/release-2025-10-24
branch
from
October 24, 2025 06:48
610dbaa to
131d775
Compare
adklempner
force-pushed
the
feat/release-2025-10-24
branch
from
October 24, 2025 19:01
131d775 to
4c78b46
Compare
Member
Author
|
Updating playwright seems like a breaking change, as it now looks for chrome/ff bins in a different folder than before |
weboko
approved these changes
Oct 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem / Description
As part of release process, we run
npm auditto check for vulnerabilities.The last run resulted in:
19 vulnerabilities (7 low, 3 moderate, 8 high, 1 critical)Solution
Run
npm audit fixand push the updatedpackage-lock.jsonResults in:
7 vulnerabilities (6 low, 1 moderate)Notes
npx playwright install chromium firefoxagain locally, and bumping the image in CIChecklist