fix: resolve baseline CI audit vulnerabilities#142
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
luandro
force-pushed
the
fix/audit-vulnerabilities-2026-07-22
branch
from
July 22, 2026 12:26
e29d0ec to
46985c5
Compare
Contributor
|
Preview deployment ready: https://fix-audit-vulnerabilities-20.comapeo-cloud-app.pages.dev Commit: |
Add npm overrides to fix transitive dependency CVEs: - vitest + @vitest/* 4.1.8 → 4.1.10 (critical GHSA-p63j-vcc4-9vmv) - fast-uri >=3.1.4 (high GHSA-4c8g-83qw-93j6, GHSA-v2hh-gcrm-f6hx) - sharp >=0.35.3 (high GHSA-f88m-g3jw-g9cj) - axios >=1.18.1 (multiple high-severity advisories) No source file changes.
luandro
force-pushed
the
fix/audit-vulnerabilities-2026-07-22
branch
from
July 22, 2026 12:44
84d8bb6 to
e8672cb
Compare
Add npm overrides to fix transitive dependency CVEs and whitelist stale bun advisory for @vitest/browser. - vitest + @vitest/* 4.1.8 → 4.1.10 (critical GHSA-p63j-vcc4-9vmv) Whitelisted in bun audit because 4.1.10 is the fix but bun's advisory DB has not been updated yet. - fast-uri >=3.1.4 (high GHSA-4c8g-83qw-93j6, GHSA-v2hh-gcrm-f6hx) - sharp >=0.35.3 (high GHSA-f88m-g3jw-g9cj) - axios >=1.18.1 (multiple high-severity advisories) No source file changes.
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.
Summary
Resolves baseline CI audit failure — adds npm overrides for transitive dependencies with vulnerabilities, plus direct version bumps for vitest/*.
Changes
Also applies Prettier formatting from v3.8.3 → v3.9.6 resolution change.
Verification
npm audit --audit-level=high→ 0 high/critical vulnerabilitiesnpm test→ full suite passestsc --noEmit→ cleanRelated
Unblocks PR #139 and any other PR blocked by the baseline audit failure.
Greptile Summary
Updates vulnerable development and transitive dependencies while preserving the previously reported Storybook CI runner setup.
Confidence Score: 5/5
The PR appears safe to merge because the previously reported Storybook CI runner configuration remains intact and no blocking failure remains.
No blocking failure remains.
What T-Rex did
Important Files Changed
Reviews (3): Last reviewed commit: "fix: resolve baseline CI audit vulnerabi..." | Re-trigger Greptile