Skip to content

Commit 8ca9bcb

Browse files
authored
Merge branch 'main' into feature/iac-scaffolding
2 parents 60f9aab + c07faba commit 8ca9bcb

File tree

6 files changed

+1006
-960
lines changed

6 files changed

+1006
-960
lines changed

backend/poetry.lock

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

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ langchain = "^0.3.26"
2929
langchain-community = "^0.3.26"
3030
lxml = "^6.0.0"
3131
markdown = "^3.7"
32-
openai = "^1.60.1"
32+
openai = "^1.109.0"
3333
owasp-schema = "^0.1.10"
3434
pgvector = "^0.4.1"
3535
psycopg2-binary = "^2.9.9"

frontend/docker/Dockerfile.e2e.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.55.0-jammy
1+
FROM mcr.microsoft.com/playwright:v1.55.1-jammy
22

33
ENV FORCE_COLOR=1 \
44
NPM_CACHE="/app/.npm" \

frontend/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"@heroui/theme": "^2.4.22",
3535
"@heroui/toast": "^2.0.16",
3636
"@heroui/tooltip": "^2.2.23",
37-
"@next/eslint-plugin-next": "^15.5.3",
38-
"@next/third-parties": "^15.5.3",
39-
"@sentry/nextjs": "^10.12.0",
37+
"@next/eslint-plugin-next": "^15.5.4",
38+
"@next/third-parties": "^15.5.4",
39+
"@sentry/nextjs": "^10.14.0",
4040
"@testing-library/user-event": "^14.6.1",
4141
"@types/lodash": "^4.17.20",
4242
"apexcharts": "^5.3.5",
@@ -47,14 +47,14 @@
4747
"dayjs": "^1.11.18",
4848
"dompurify": "^3.2.7",
4949
"eslint-plugin-import": "^2.32.0",
50-
"framer-motion": "^12.23.16",
50+
"framer-motion": "^12.23.21",
5151
"graphql": "^16.11.0",
5252
"leaflet": "^1.9.4",
5353
"leaflet.markercluster": "^1.5.3",
5454
"lodash": "^4.17.21",
5555
"markdown-it": "^14.1.0",
5656
"millify": "^6.1.0",
57-
"next": "^15.5.3",
57+
"next": "^15.5.4",
5858
"next-auth": "^4.24.11",
5959
"next-themes": "^0.4.6",
6060
"react": "^19.1.1",
@@ -75,7 +75,7 @@
7575
"@graphql-codegen/typescript": "^5.0.0",
7676
"@graphql-codegen/typescript-operations": "^5.0.0",
7777
"@lhci/cli": "^0.15.1",
78-
"@playwright/test": "^1.55.0",
78+
"@playwright/test": "^1.55.1",
7979
"@swc/core": "^1.13.5",
8080
"@swc/jest": "^0.2.39",
8181
"@tailwindcss/postcss": "^4.1.13",
@@ -89,10 +89,10 @@
8989
"@types/react": "^19.1.13",
9090
"@types/react-dom": "^19.1.9",
9191
"@types/react-gtm-module": "^2.0.4",
92-
"@typescript-eslint/eslint-plugin": "^8.44.0",
93-
"@typescript-eslint/parser": "^8.44.0",
92+
"@typescript-eslint/eslint-plugin": "^8.44.1",
93+
"@typescript-eslint/parser": "^8.44.1",
9494
"eslint": "^9.36.0",
95-
"eslint-config-next": "^15.5.3",
95+
"eslint-config-next": "^15.5.4",
9696
"eslint-config-prettier": "^10.1.8",
9797
"eslint-import-resolver-alias": "^1.1.2",
9898
"eslint-plugin-jest": "^29.0.1",
@@ -115,7 +115,7 @@
115115
"ts-jest": "^29.4.4",
116116
"ts-node": "^10.9.2",
117117
"typescript": "~5.8.3",
118-
"typescript-eslint": "^8.44.0",
118+
"typescript-eslint": "^8.44.1",
119119
"util": "^0.12.5"
120120
},
121121
"engines": {

0 commit comments

Comments
 (0)