File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
14
14
container_name : gptwrapper
15
15
16
16
db :
17
- image : docker.io/postgres:15.8 -alpine
17
+ image : docker.io/postgres:15.14 -alpine
18
18
environment :
19
19
- PGDATA=/data
20
20
- POSTGRES_PASSWORD=postgres
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
16
16
container_name : gptwrapper_dev
17
17
18
18
db :
19
- image : docker.io/postgres:15.8 -alpine
19
+ image : docker.io/postgres:15.14 -alpine
20
20
environment :
21
21
- PGDATA=/data
22
22
- POSTGRES_PASSWORD=postgres
Original file line number Diff line number Diff line change 64
64
"minimist" : " ^1.2.8" ,
65
65
"prettier" : " ^3.2.5" ,
66
66
"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 " ,
69
69
"typescript-eslint" : " ^8.11.0" ,
70
70
"vite" : " 6.3.5"
71
71
},
116
116
"react-router-dom" : " ^6.22.0" ,
117
117
"react-syntax-highlighter" : " ^15.6.1" ,
118
118
"recharts" : " ^2.13.0-alpha.4" ,
119
- "redis" : " 5.5.6 " ,
119
+ "redis" : " 5.8.2 " ,
120
120
"rehype-katex" : " ^7.0.1" ,
121
121
"remark-breaks" : " 4.0.0" ,
122
- "remark-gfm" : " 4.0.0 " ,
122
+ "remark-gfm" : " 4.0.1 " ,
123
123
"remark-math" : " ^6.0.0" ,
124
124
"sequelize" : " ^6.37.7" ,
125
125
"umzug" : " 3.8.2" ,
129
129
"winston-gelf-transporter" : " ^1.0.2" ,
130
130
"winston-loki" : " ^6.1.3" ,
131
131
"xlsx" : " ^0.18.5" ,
132
- "zod" : " 3.25.61 "
132
+ "zod" : " 3.25.76 "
133
133
}
134
134
}
You can’t perform that action at this time.
0 commit comments