Skip to content

Commit b203c09

Browse files
committed
cve fixes
Signed-off-by: wwanarif <[email protected]>
1 parent 34da16b commit b203c09

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

app-backend/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ RUN git clone --depth 1 https://github.com/opea-project/GenAIComps.git
2626
WORKDIR /home/user/GenAIComps
2727
RUN pip install --no-cache-dir --upgrade pip==24.3.1 setuptools==78.1.1 && \
2828
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt && \
29-
pip install --no-cache-dir --upgrade mcp==1.10.0 pillow==11.3.0
29+
pip install --no-cache-dir --upgrade mcp==1.23.0 pillow==11.3.0 \
30+
langchain-core==0.3.80 urllib3==2.6.0 starlette==0.49.1
3031

3132
COPY ./templates/microservices/* /home/user/templates/microservices/
3233
COPY ./megaservice.py /home/user/megaservice.py
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
fastapi==0.115.4
1+
fastapi==0.120.0
22
uvicorn==0.30.6
33
kubernetes==30.1.0
44
requests==2.32.3
5-
urllib3==2.0.0
5+
urllib3==2.6.0
66
pydantic==1.10.18
7-
starlette==0.41.2
7+
starlette==0.49.1
88
websockets==10.3
99
clickhouse-driver==0.2.9
1010
paramiko==3.5.1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytest==8.3.3
2-
fastapi==0.115.0
2+
fastapi==0.120.0
33
httpx==0.27.2
44
kubernetes==30.1.0
55
pydantic==1.10.18
6-
urllib3==2.0.0
6+
urllib3==2.6.0

studio-frontend/package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@
5959
],
6060
"overrides": {
6161
"set-value": "^3.0.3",
62-
"form-data": "4.0.4"
62+
"form-data": "4.0.4",
63+
"@modelcontextprotocol/sdk": "1.24.0",
64+
"axios": "1.12.0",
65+
"cross-spawn": "7.0.5",
66+
"glob": "11.1.0"
6367
},
6468
"peerDependencyRules": {
6569
"ignoreMissing": [],
@@ -75,14 +79,15 @@
7579
"@google/generative-ai": "^0.15.0",
7680
"openai": "4.57.3",
7781
"@langchain/core": "0.2.18",
78-
"axios": "1.8.2",
82+
"axios": "1.12.0",
7983
"nth-check": "2.0.1",
8084
"pdfjs-dist": "4.2.67",
8185
"prismjs": "1.27.0",
8286
"semver": "7.5.2",
8387
"ws": "8.17.1",
8488
"esbuild": ">=0.25.0",
85-
"cross-spawn": ">=7.0.5",
89+
"cross-spawn": "7.0.5",
90+
"glob": "11.1.0",
8691
"solid-js": ">=1.9.4",
8792
"tar-fs": ">=3.0.8",
8893
"form-data": "4.0.4",

0 commit comments

Comments
 (0)