fix: update vulnerable FireVector dependencies - #16
Draft
bgorzelic wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What changed
Updates FireVector's direct production and test dependencies to patched versions, including Next.js, Auth.js, the Drizzle adapter and ORM, Resend, and Vitest. The lockfile also receives npm's non-breaking transitive remediation.
Why
A clean install from
mainreported 31 known dependency advisories: 3 critical, 17 high, 9 moderate, and 2 low. The direct paths included authentication, framework request handling, SQL identifier escaping, and the test server.After this change, all critical and high findings are removed. Six moderate findings remain in development-tool dependency chains. npm's proposed complete remediation would downgrade Drizzle Kit across a breaking boundary, so that change is intentionally excluded pending a separate toolchain decision.
Impact and verification
npm run test:engine: 18 tests passednpm run lint --workspace=apps/web: passednpm run build: passed, including TypeScript and production route generationnpm audit: 0 critical, 0 high, 6 moderateRequired before production merge
Existing verification gaps
The web workspace has no
testscript, and the rootnpm testreferences a missingservices/apidirectory. Those pre-existing gaps are not hidden by this dependency update and should be repaired separately.