Skip to content

Commit 5bca602

Browse files
authored
Merge pull request #418 from it-at-m/update-depndabot-dependencies
Update dependabot dependencies
2 parents 275c9a7 + bb69af6 commit 5bca602

File tree

13 files changed

+650
-644
lines changed

13 files changed

+650
-644
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"ghcr.io/devcontainers/features/azure-cli:1.2.7": {},
1414
"ghcr.io/devcontainers/features/node:1.6.2": {
1515
"nodeGypDependencies": false,
16-
"version": "22.15.0"
16+
"version": "22.16.0"
1717
},
1818
"ghcr.io/devcontainers/features/powershell:1.5.1": {}
1919
},

mucgpt-core-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.12-slim@sha256:34656cd90456349040784165b9decccbcee4de66f3ead0a1168ba893455afd1e AS python-builder
2-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:3b898ca84fbe7628c5adcd836c1de78a0f1ded68344d019af8478d4358417399 /uv /bin/uv
2+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:0178a92d156b6f6dbe60e3b52b33b421021f46d634aa9f81f42b91445bb81cdf /uv /bin/uv
33

44
WORKDIR /code
55

mucgpt-core-service/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ maintainers = [
1515
]
1616

1717
dependencies = [
18-
"mistral-common==1.5.4",
18+
"mistral-common==1.5.6",
1919
"fastapi[standard]==0.115.12",
2020
"langchain==0.3.25",
21-
"langchain-core==0.3.58",
22-
"langchain_community==0.3.23",
23-
"langchain-openai==0.3.16",
24-
"openai==1.77.0",
21+
"langchain-core==0.3.61",
22+
"langchain_community==0.3.24",
23+
"langchain-openai==0.3.18",
24+
"openai==1.82.0",
2525
"langsmith==0.3.42",
2626
"joserfc",
2727
"tiktoken",
28-
"pypdf==5.4.0",
28+
"pypdf==5.5.0",
2929
"uvicorn==0.34.2",
3030
"psycopg2-binary==2.9.10",
3131
"asgi-correlation-id==4.3.4",
3232
"gunicorn",
33-
"sqlalchemy==2.0.40",
33+
"sqlalchemy==2.0.41",
3434
"gitpython==3.1.44",
3535
]
3636

@@ -41,15 +41,15 @@ test = [
4141
"pytest-asyncio",
4242
"pytest-snapshot",
4343
"pytest-mock",
44-
"coverage==7.8.0",
44+
"coverage==7.8.2",
4545
"pytest-cov"
4646
]
4747

4848
[tool.uv]
4949
dev-dependencies = [
5050
"ipykernel==6.29.5",
5151
"pre-commit==4.2.0",
52-
"ruff==0.11.8",
52+
"ruff==0.11.11",
5353
]
5454

5555
[[tool.uv.index]]

mucgpt-core-service/uv.lock

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

mucgpt-frontend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.15.0-alpine@sha256:ad1aedbcc1b0575074a91ac146d6956476c1f9985994810e4ee02efd932a68fd AS builder
1+
FROM node:22.16.0-alpine@sha256:9f3ae04faa4d2188825803bf890792f33cc39033c9241fc6bb201149470436ca AS builder
22

33
ENV GENERATE_SOURCEMAP=false
44
ENV NODE_OPTIONS=--max_old_space_size=4096
@@ -12,7 +12,7 @@ RUN npm ci --verbose
1212
RUN npm run build
1313

1414
# For documentation see https://github.com/sclorg/nginx-container
15-
FROM registry.access.redhat.com/ubi9/nginx-124:9.5-1744135631@sha256:975b78d56a064715dae8fe6c3f716fbc4d32aa302a9efceaa199cab226850d8b
15+
FROM registry.access.redhat.com/ubi9/nginx-124:9.6-1747641899@sha256:8f3028866a8e2d8fafea39b0fc49f523a46ec645d11507c2a04bedf93c79142d
1616

1717
# Copy built web application
1818
COPY --from=builder /build/dist ./

mucgpt-frontend/package-lock.json

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

mucgpt-frontend/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
3-
"@fluentui/react": "8.122.15",
4-
"@fluentui/react-components": "9.62.0",
5-
"@fluentui/react-icons": "2.0.297",
3+
"@fluentui/react": "8.122.19",
4+
"@fluentui/react-components": "9.64.0",
5+
"@fluentui/react-icons": "2.0.301",
66
"@react-spring/web": "9.7.5",
7-
"dompurify": "3.2.5",
7+
"dompurify": "3.2.6",
88
"i18next": "23.16.8",
9-
"idb": "8.0.2",
9+
"idb": "8.0.3",
1010
"markmap-common": "0.18.9",
1111
"markmap-lib": "0.18.11",
1212
"markmap-toolbar": "0.18.10",
@@ -15,32 +15,32 @@
1515
"ndjson-readablestream": "1.2.0",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1",
18-
"react-i18next": "15.4.1",
18+
"react-i18next": "15.5.2",
1919
"react-markdown": "9.1.0",
20-
"react-router-dom": "6.30.0",
20+
"react-router-dom": "6.30.1",
2121
"react-syntax-highlighter": "15.6.1",
2222
"rehype-katex": "7.0.1",
2323
"rehype-raw": "7.0.0",
2424
"remark": "15.0.1",
2525
"remark-gfm": "4.0.1",
2626
"remark-math": "6.0.0",
27-
"typescript-eslint": "^8.31.1",
27+
"typescript-eslint": "8.31.1",
2828
"uuid": "11.1.0"
2929
},
3030
"devDependencies": {
3131
"@types/dompurify": "3.2.0",
32-
"@types/node": "22.10.10",
33-
"@types/react": "18.3.20",
34-
"@types/react-dom": "18.3.6",
32+
"@types/node": "22.14.0",
33+
"@types/react": "18.3.22",
34+
"@types/react-dom": "18.3.7",
3535
"@types/react-syntax-highlighter": "15.5.13",
36-
"@vitejs/plugin-react": "4.4.1",
37-
"eslint": "9.25.1",
36+
"@vitejs/plugin-react": "4.5.0",
37+
"eslint": "9.27.0",
3838
"eslint-plugin-react": "7.37.5",
3939
"gh-pages": "6.3.0",
40-
"msw": "2.7.5",
40+
"msw": "2.8.4",
4141
"prettier": "3.5.3",
4242
"typescript": "5.8.3",
43-
"vite": "5.4.18"
43+
"vite": "5.4.19"
4444
},
4545
"engines": {
4646
"node": ">=20.0.0"

mucgpt-frontend/src/mocks/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { setupWorker } from "msw/browser";
22
import { handlers } from "./handlers";
33

4-
export const worker = setupWorker(...handlers);
4+
export const worker = setupWorker(...(handlers as any));
55

66
export const startMockServiceWorker = () => {
77
worker.start();

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"devDependencies": {
3-
"eslint": "^9.26.0",
4-
"prettier": "^3.5.3",
5-
"typescript-eslint": "^8.32.1"
3+
"eslint": "9.26.0",
4+
"prettier": "3.5.3",
5+
"typescript-eslint": "8.32.1"
66
},
77
"scripts": {
88
"fix": "prettier ./mucgpt-frontend/src/ --write && eslint ./mucgpt-frontend/src/ --fix"

0 commit comments

Comments
 (0)