Remove dependency audit advisories#116
Merged
Merged
Conversation
Pin the vulnerable transitive packages through npm overrides because current Expo and Prisma releases still resolve advisory-affected versions while npm audit's suggested Prisma fix crosses major-version boundaries backward.\n\nConstraint: Expo 55 and Prisma 7 remain the active release lines in this repo.\nRejected: npm audit fix --force | would replace Prisma 7 with a semver-major downgrade suggestion.\nConfidence: high\nScope-risk: narrow\nDirective: Remove these overrides when upstream Expo and Prisma publish fixed dependency graphs.\nTested: npm ci; npm audit --audit-level=moderate; npm audit --audit-level=high; npm run typecheck --workspaces --if-present; npm run lint --workspaces --if-present; npm run build --workspace=packages/shared; backend prisma generate/db push and 131 integration tests against local Postgres 16.\nNot-tested: mobile jest script because apps/mobile does not declare jest and CI only runs mobile typecheck.
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.
Pull Request
Empower Orchestrator checklist
Summary
Verification
Notes
Need help on this PR? Tag
@codesmithwith what you need.