Skip to content

Commit a500a69

Browse files
Update all non-major dependencies
1 parent 0f7e54e commit a500a69

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

compose.ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
container_name: gptwrapper
1515

1616
db:
17-
image: docker.io/postgres:15.8-alpine
17+
image: docker.io/postgres:15.14-alpine
1818
environment:
1919
- PGDATA=/data
2020
- POSTGRES_PASSWORD=postgres

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
- redis
2424

2525
db:
26-
image: docker.io/postgres:15.8-alpine
26+
image: docker.io/postgres:15.14-alpine
2727
environment:
2828
- PGDATA=/data
2929
- POSTGRES_PASSWORD=postgres

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/multer-s3": "^3.0.3",
4747
"@types/node": "^22.0.0",
4848
"@types/node-cron": "^3.0.11",
49-
"@types/react": "19.1.12",
49+
"@types/react": "19.1.13",
5050
"@types/react-dom": "19.1.9",
5151
"@types/react-router-dom": "^5.3.3",
5252
"@types/react-syntax-highlighter": "^15.5.13",
@@ -64,13 +64,13 @@
6464
"minimist": "^1.2.8",
6565
"prettier": "^3.2.5",
6666
"sequelize-cli": "^6.6.2",
67-
"tsx": "4.19.4",
68-
"typescript": "5.8.3",
67+
"tsx": "4.20.5",
68+
"typescript": "5.9.2",
6969
"typescript-eslint": "^8.11.0",
7070
"vite": "^6.3.6"
7171
},
7272
"dependencies": {
73-
"@aws-sdk/client-s3": "3.887.0",
73+
"@aws-sdk/client-s3": "3.892.0",
7474
"@azure/openai": "^1.0.0-beta.11",
7575
"@dqbd/tiktoken": "^1.0.22",
7676
"@emotion/react": "^11.14.0",
@@ -115,10 +115,10 @@
115115
"react-router-dom": "^6.22.0",
116116
"react-syntax-highlighter": "^15.6.6",
117117
"recharts": "^2.13.0-alpha.4",
118-
"redis": "5.5.6",
118+
"redis": "5.8.2",
119119
"rehype-katex": "^7.0.1",
120120
"remark-breaks": "4.0.0",
121-
"remark-gfm": "4.0.0",
121+
"remark-gfm": "4.0.1",
122122
"remark-math": "^6.0.0",
123123
"sequelize": "^6.37.7",
124124
"umzug": "3.8.2",

0 commit comments

Comments
 (0)