Skip to content

Commit 2b2d306

Browse files
romanlutzCopilot
andauthored
MAINT: Fix 16 dependabot security vulnerabilities (microsoft#1683)
Co-authored-by: Roman Lutz <romanlutz@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c7f6cbe commit 2b2d306

4 files changed

Lines changed: 199 additions & 189 deletions

File tree

frontend/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"overrides": {
6262
"rollup": "4.59.0",
6363
"@tootallnate/once": "3.0.1",
64-
"follow-redirects": ">=1.15.11"
64+
"follow-redirects": "1.16.0",
65+
"postcss": "8.5.13"
6566
}
6667
}

pyproject.toml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ dependencies = [
5353
"pydantic>=2.11.5",
5454
"PyJWT[crypto]>=2.8.0",
5555
"pyodbc>=5.1.0",
56-
"pypdf>=6.10.0",
56+
"pypdf>=6.10.2",
5757
"python-docx>=1.1.0",
58-
"python-dotenv>=1.0.1",
58+
"python-dotenv>=1.2.2",
5959
"reportlab>=4.4.4",
6060
"segno>=1.6.6",
6161
"scipy>=1.15.3",
@@ -64,7 +64,7 @@ dependencies = [
6464
"tenacity>=9.1.2",
6565
"tinytag>=2.2.1",
6666
"tqdm>=4.67.1",
67-
"transformers>=4.55.0",
67+
"transformers>=5.0.0rc3",
6868
"treelib>=1.7.1",
6969
"uvicorn[standard]>=0.32.0",
7070
"websockets>=14.0",
@@ -200,9 +200,15 @@ invalid-argument-type = "warn"
200200
[tool.uv]
201201
constraint-dependencies = [
202202
"aiohttp>=3.13.4",
203+
"GitPython>=3.1.47",
204+
"jupyterlab>=4.5.7",
205+
"lxml>=6.1.0",
206+
"Mako>=1.3.11",
207+
"nbconvert>=7.17.1",
208+
"notebook>=7.5.6",
209+
"orjson>=3.11.6",
203210
"pyasn1>=0.6.3",
204211
"cryptography>=46.0.7",
205-
"orjson>=3.11.6",
206212
"Pygments>=2.20.0",
207213
"PyJWT>=2.12.0",
208214
"requests>=2.33.0",

0 commit comments

Comments
 (0)