Skip to content

Commit 4b56ba1

Browse files
fix(deps): update all non-major dependencies
1 parent 9d907a3 commit 4b56ba1

File tree

3 files changed

+635
-493
lines changed

3 files changed

+635
-493
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/hazmi35/node:20-dev as build-stage
1+
FROM ghcr.io/hazmi35/node:20.18.0-dev as build-stage
22

33
WORKDIR /tmp/build
44

@@ -17,7 +17,7 @@ RUN pnpm run build
1717

1818
RUN pnpm prune --production
1919

20-
FROM ghcr.io/hazmi35/node:20
20+
FROM ghcr.io/hazmi35/node:20.18.0
2121

2222
WORKDIR /app
2323

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@
1414
"license": "GPL-3.0",
1515
"devDependencies": {
1616
"@hazmi35/eslint-config": "^13.3.1",
17-
"@swc/cli": "^0.3.12",
18-
"@swc/core": "^1.5.24",
19-
"@types/node": "^20.12.13",
20-
"@types/pg": "^8.11.6",
17+
"@swc/cli": "^0.6.0",
18+
"@swc/core": "^1.10.9",
19+
"@types/node": "^20.17.14",
20+
"@types/pg": "^8.11.10",
2121
"@typescript-eslint/eslint-plugin": "^7.17.0",
2222
"@typescript-eslint/parser": "^7.17.0",
23-
"dotenv": "^16.4.5",
24-
"drizzle-kit": "^0.22.7",
23+
"dotenv": "^16.4.7",
24+
"drizzle-kit": "^0.30.2",
2525
"eslint": "^8.57.0",
26-
"rimraf": "^5.0.7",
26+
"rimraf": "^5.0.10",
2727
"typescript": "^5.5.4"
2828
},
2929
"dependencies": {
3030
"@nezuchan/schema": "^0.1.4",
31-
"drizzle-orm": "0.31.2",
32-
"hyper-express": "^6.16.2",
33-
"pg": "^8.11.5",
34-
"pino": "^9.1.0",
35-
"pino-pretty": "^11.1.0"
31+
"drizzle-orm": "0.38.4",
32+
"hyper-express": "^6.17.3",
33+
"pg": "^8.13.1",
34+
"pino": "^9.6.0",
35+
"pino-pretty": "^11.3.0"
3636
}
3737
}

0 commit comments

Comments
 (0)