Skip to content

Commit 7b4b3ca

Browse files
fix(deps): update all non-major dependencies
1 parent dbeb965 commit 7b4b3ca

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/hazmi35/node:18-dev-alpine as build-stage
1+
FROM ghcr.io/hazmi35/node:18.20.8-dev-alpine as build-stage
22

33
LABEL name "Nezu Fuzzier (Docker Build)"
44
LABEL maintainer "KagChi"

bun.lockb

14.4 KB
Binary file not shown.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"license": "GPL-3.0",
1616
"devDependencies": {
1717
"@hazmi35/eslint-config": "^9.0.0",
18-
"@swc/cli": "^0.1.62",
19-
"@swc/core": "^1.3.76",
20-
"@types/node": "^18.17.4",
18+
"@swc/cli": "^0.7.0",
19+
"@swc/core": "^1.13.4",
20+
"@types/node": "^18.19.123",
2121
"@typescript-eslint/eslint-plugin": "^5.59.8",
2222
"@typescript-eslint/parser": "^5.59.8",
23-
"bun-types": "^0.7.3",
23+
"bun-types": "^0.8.0",
2424
"eslint": "^8.41.0",
25-
"rimraf": "^5.0.1",
25+
"rimraf": "^5.0.10",
2626
"typescript": "^5.0.4"
2727
},
2828
"eslintConfig": {
@@ -43,11 +43,11 @@
4343
}
4444
},
4545
"dependencies": {
46-
"@bogeychan/elysia-logger": "^0.0.4",
47-
"elysia": "^0.6.3",
48-
"pino": "^8.15.0",
49-
"pino-pretty": "^10.2.0",
50-
"redis": "^4.6.7",
51-
"redis-om": "^0.4.2"
46+
"@bogeychan/elysia-logger": "^0.1.0",
47+
"elysia": "^0.8.0",
48+
"pino": "^8.21.0",
49+
"pino-pretty": "^10.3.1",
50+
"redis": "^4.7.1",
51+
"redis-om": "^0.4.7"
5252
}
5353
}

0 commit comments

Comments
 (0)