Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent dbeb965 commit abd8460
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hazmi35/node:18-dev-alpine as build-stage
FROM ghcr.io/hazmi35/node:18.20.4-dev-alpine as build-stage

LABEL name "Nezu Fuzzier (Docker Build)"
LABEL maintainer "KagChi"
Expand Down
Binary file modified bun.lockb
Binary file not shown.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"license": "GPL-3.0",
"devDependencies": {
"@hazmi35/eslint-config": "^9.0.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.76",
"@types/node": "^18.17.4",
"@swc/cli": "^0.5.0",
"@swc/core": "^1.9.2",
"@types/node": "^18.19.64",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"bun-types": "^0.7.3",
"bun-types": "^0.8.0",
"eslint": "^8.41.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.10",
"typescript": "^5.0.4"
},
"eslintConfig": {
Expand All @@ -43,11 +43,11 @@
}
},
"dependencies": {
"@bogeychan/elysia-logger": "^0.0.4",
"elysia": "^0.6.3",
"pino": "^8.15.0",
"pino-pretty": "^10.2.0",
"redis": "^4.6.7",
"redis-om": "^0.4.2"
"@bogeychan/elysia-logger": "^0.1.0",
"elysia": "^0.8.0",
"pino": "^8.21.0",
"pino-pretty": "^10.3.1",
"redis": "^4.7.0",
"redis-om": "^0.4.7"
}
}

0 comments on commit abd8460

Please sign in to comment.