Commit f78867f
chore (deps): update dependencies (#247)
This pull request updates several dependencies across both Python and
Node.js projects to newer versions, with a focus on bug fixes,
compatibility, and security improvements. The most notable changes are
dependency upgrades in both backend (`pyproject.toml`) and frontend
(`package-lock.json`) codebases.
**Python dependency updates:**
- Upgraded `python-multipart` from `0.0.20` to `0.0.22` in both
`libs/admin-api-lib/pyproject.toml` and
`libs/extractor-api-lib/pyproject.toml` for improved stability and bug
fixes.
[[1]](diffhunk://#diff-9c5aeb0db77c2eec077d07ddc3b3810ae1a4a1e50ee7061fba37a46706c513fbL128-R128)
[[2]](diffhunk://#diff-dede389bcfb615c4b45cd1da7ac14cbe9535305f41f19cce09e321c91a8bb323L97-R97)
- Upgraded `unstructured` from `0.18.15` to `0.18.18` in
`libs/extractor-api-lib/pyproject.toml` for better document parsing.
- Upgraded `wheel` from `0.45.1` to `0.46.0` in
`libs/extractor-api-lib/pyproject.toml`.
**Node.js dependency updates:**
- Upgraded `js-yaml` in several places (including `@yarnpkg/parsers`,
`front-matter`, and root) to newer patch versions for improved YAML
parsing and security.
[[1]](diffhunk://#diff-699a70f28d33903e145f50af042a20b1b35d92696ab16cc8514a1eb675b39064L5870-R5872)
[[2]](diffhunk://#diff-699a70f28d33903e145f50af042a20b1b35d92696ab16cc8514a1eb675b39064L9376-R9378)
[[3]](diffhunk://#diff-699a70f28d33903e145f50af042a20b1b35d92696ab16cc8514a1eb675b39064L10723-R10724)
- Upgraded `glob` from `10.4.5` to `10.5.0` for improved file globbing
performance and bug fixes.
- Added the `validator` package at version `13.15.23` for robust string
validation in the frontend.
**Other frontend dependency changes:**
- Downgraded `tailwindcss` from `4.1.18` to `3.4.18` in
`services/frontend/package-lock.json`, possibly for compatibility
reasons, and updated its dependencies accordingly.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>1 parent 4d8cd34 commit f78867f
File tree
11 files changed
+219
-292
lines changed- libs
- admin-api-lib
- extractor-api-lib
- rag-core-api
- rag-core-lib
- services
- admin-backend
- document-extractor
- frontend
- rag-backend
11 files changed
+219
-292
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments