chore(deps): update backend and frontend dependencies#750
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
chore(deps): update backend and frontend dependencies#750devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
Backend updates (in-range): - cors: 2.8.5 → 2.8.6 - express: 4.22.1 → 4.22.2 - jsonwebtoken: 9.0.2 → 9.0.3 - nodemon: 3.1.11 → 3.1.14 - brace-expansion, ip-address, jws, minimatch, path-to-regexp, picomatch, qs (security fixes) Frontend updates (in-range): - axios: 1.13.2 → 1.16.0 (fixes 16 CVEs including SSRF, prototype pollution) - react: 19.2.0 → 19.2.6, react-dom: 19.2.0 → 19.2.6 - @mui/material: 7.3.6 → 7.3.11, @mui/icons-material: 7.3.6 → 7.3.11 - @mui/x-date-pickers: 8.19.0 → 8.28.5 - @tanstack/react-query: 5.90.11 → 5.100.10 - react-router-dom: 7.10.0 → 7.15.0 - vite: 7.2.6 → 7.3.3 - eslint: 9.39.1 → 9.39.4, typescript-eslint: 8.48.1 → 8.59.3 - @vitejs/plugin-react: 5.1.1 → 5.2.0 - flatted, minimatch, picomatch, postcss, follow-redirects, ajv (security fixes) Resolves all frontend vulnerabilities (0 remaining). Backend: 7 remaining vulnerabilities in sqlite3 build toolchain (requires major upgrade).
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
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
Weekly dependency update applying all in-range (patch/minor) updates and security fixes for both backend and frontend packages.
Backend Updates
Security fixes resolved: jws (HMAC bypass — high), path-to-regexp (ReDoS — high), qs (DoS — moderate), minimatch (ReDoS — high), picomatch (method injection — high), brace-expansion (moderate), ip-address (XSS — moderate)
Frontend Updates
Security fixes resolved: axios (16 CVEs — SSRF, prototype pollution, header injection, DoS), flatted (DoS + prototype pollution — high), minimatch (ReDoS — high), picomatch (method injection — high), postcss (moderate), follow-redirects (moderate), ajv (ReDoS — moderate), brace-expansion (moderate)
Frontend audit: 0 vulnerabilities remaining (was 30+).
Remaining Backend Vulnerabilities (7)
All in sqlite3's build toolchain (
tar,node-gyp,@tootallnate/once,cacache). These only affectnpm installtime, not application runtime. Fixing requires sqlite3 5→6 (major/breaking) and should be handled in a dedicated migration PR.Intentionally Skipped Major Upgrades
These require individual migration PRs due to breaking changes:
Review & Testing Checklist for Human
Notes
Link to Devin session: https://partner-workshops.devinenterprise.com/sessions/02d3b5083f594df0a36c96e69888a61c
Requested by: @bsmitches