Skip to content

Commit f29ff68

Browse files
fix(deps): update all non-major dependencies
1 parent 9e45a5b commit f29ff68

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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
@@ -16,7 +16,7 @@ services:
1616
container_name: gptwrapper_dev
1717

1818
db:
19-
image: docker.io/postgres:15.8-alpine
19+
image: docker.io/postgres:15.14-alpine
2020
environment:
2121
- PGDATA=/data
2222
- POSTGRES_PASSWORD=postgres

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
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.5"
7171
},
@@ -117,10 +117,10 @@
117117
"react-router-dom": "^6.22.0",
118118
"react-syntax-highlighter": "^15.6.1",
119119
"recharts": "^2.13.0-alpha.4",
120-
"redis": "5.5.6",
120+
"redis": "5.8.2",
121121
"rehype-katex": "^7.0.1",
122122
"remark-breaks": "4.0.0",
123-
"remark-gfm": "4.0.0",
123+
"remark-gfm": "4.0.1",
124124
"remark-math": "^6.0.0",
125125
"sequelize": "^6.37.7",
126126
"umzug": "3.8.2",
@@ -130,6 +130,6 @@
130130
"winston-gelf-transporter": "^1.0.2",
131131
"winston-loki": "^6.1.3",
132132
"xlsx": "^0.18.5",
133-
"zod": "3.25.61"
133+
"zod": "3.25.76"
134134
}
135135
}

0 commit comments

Comments
 (0)