Skip to content

Commit dcb6eac

Browse files
fix(deps): update all non-major dependencies
1 parent fec3ba7 commit dcb6eac

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
},
@@ -116,10 +116,10 @@
116116
"react-router-dom": "^6.22.0",
117117
"react-syntax-highlighter": "^15.6.1",
118118
"recharts": "^2.13.0-alpha.4",
119-
"redis": "5.5.6",
119+
"redis": "5.8.2",
120120
"rehype-katex": "^7.0.1",
121121
"remark-breaks": "4.0.0",
122-
"remark-gfm": "4.0.0",
122+
"remark-gfm": "4.0.1",
123123
"remark-math": "^6.0.0",
124124
"sequelize": "^6.37.7",
125125
"umzug": "3.8.2",
@@ -129,6 +129,6 @@
129129
"winston-gelf-transporter": "^1.0.2",
130130
"winston-loki": "^6.1.3",
131131
"xlsx": "^0.18.5",
132-
"zod": "3.25.61"
132+
"zod": "3.25.76"
133133
}
134134
}

0 commit comments

Comments
 (0)