Skip to content

Commit 520d1ba

Browse files
authored
Merge pull request #45 from NVIDIA-AI-Blueprints/antoniomtz/fix-high-severity-dependabot-alerts
fix: remediate high-severity Dependabot security alerts
2 parents 0d160e5 + a66ddb4 commit 520d1ba

4 files changed

Lines changed: 157 additions & 151 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ dependencies = [
1111
"uvicorn[standard]==0.38.0",
1212
"starlette==0.49.3",
1313
"fastapi==0.121.0",
14-
"python-multipart==0.0.20",
14+
"python-multipart==0.0.22",
1515
"openai==2.7.1",
1616
"python-dotenv==1.2.1",
1717
"requests==2.32.5",
1818
"httpx==0.28.1",
19-
"pillow==12.0.0",
19+
"pillow==12.1.1",
2020
"pyyaml==6.0.3",
2121
]
2222

@@ -25,6 +25,9 @@ packages = ["src/backend"]
2525

2626
[tool.uv]
2727
managed = true
28+
constraint-dependencies = [
29+
"urllib3>=2.6.3",
30+
]
2831
dev-dependencies = [
2932
"pytest==8.4.2",
3033
"pytest-mock==3.14.0",

src/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"class-variance-authority": "^0.7.1",
3333
"date-fns": "^4.1.0",
3434
"fast-equals": "^5.3.2",
35-
"next": "15.4.10",
35+
"next": "15.5.10",
3636
"react": "19.2.3",
3737
"react-day-picker": "^9.11.0",
3838
"react-dom": "19.2.3"
@@ -44,14 +44,14 @@
4444
"@types/react": "^19",
4545
"@types/react-dom": "^19",
4646
"eslint": "^9",
47-
"eslint-config-next": "15.4.10",
47+
"eslint-config-next": "15.5.10",
4848
"tailwindcss": "^4",
4949
"typescript": "^5"
5050
},
5151
"pnpm": {
5252
"overrides": {
5353
"js-yaml": "4.1.1",
54-
"tar": ">=7.5.2"
54+
"tar": ">=7.5.8"
5555
}
5656
}
5757
}

src/ui/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)