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
},
117
117
"react-router-dom" : " ^6.22.0" ,
118
118
"react-syntax-highlighter" : " ^15.6.1" ,
119
119
"recharts" : " ^2.13.0-alpha.4" ,
120
- "redis" : " 5.5.6 " ,
120
+ "redis" : " 5.8.2 " ,
121
121
"rehype-katex" : " ^7.0.1" ,
122
122
"remark-breaks" : " 4.0.0" ,
123
- "remark-gfm" : " 4.0.0 " ,
123
+ "remark-gfm" : " 4.0.1 " ,
124
124
"remark-math" : " ^6.0.0" ,
125
125
"sequelize" : " ^6.37.7" ,
126
126
"umzug" : " 3.8.2" ,
130
130
"winston-gelf-transporter" : " ^1.0.2" ,
131
131
"winston-loki" : " ^6.1.3" ,
132
132
"xlsx" : " ^0.18.5" ,
133
- "zod" : " 3.25.61 "
133
+ "zod" : " 3.25.76 "
134
134
}
135
135
}
You can’t perform that action at this time.
0 commit comments