chore: update dependencies to fix security issues #251
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.
This pull request primarily updates Python and JavaScript dependencies across multiple projects to improve compatibility, security, and add new features. The most significant changes include adding new dependencies to several Python
pyproject.tomlfiles, upgrading various JavaScript packages in the frontend, and introducing or updating package overrides for better dependency management.Python dependency updates:
marshmallowto multiple Python projects for data serialization and validation (libs/admin-api-lib/pyproject.toml,libs/rag-core-api/pyproject.toml,libs/rag-core-lib/pyproject.toml,services/document-extractor/pyproject.toml,services/rag-backend/pyproject.toml). [1] [2] [3] [4] [5]protobuf,filelock,mammoth,azure-core,langsmith,aiohttp, andpython-multipartin various backend and library modules to enhance functionality and compatibility. [1] [2] [3] [4] [5] [6] [7]Frontend JavaScript dependency upgrades:
axios(to^1.13.5) andvite(to^7.1.11inpackage.json,7.3.1inpackage-lock.json), and updated related lockfile entries to ensure the latest bug fixes and features. [1] [2] [3] [4] [5] [6]@isaacs/brace-expansion,lodash, andundicito enforce specific versions and address potential security or compatibility issues. [1] [2] [3]These updates collectively improve reliability, maintainability, and security across both backend and frontend codebases.