Skip to content

chore(deps): update all non-major dependencies #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
- commitrack

cache:
image: docker.io/redis:8.0.2-bookworm@sha256:b43d2dcbbdb1f9e1582e3a0f37e53bf79038522ccffb56a25858969d7a9b6c11
image: docker.io/redis:8.0.3-bookworm@sha256:a1e0a3b3a6cedd74d8ba44805b2497b93851a296f08a44962fedc03f1c490b47
container_name: commitrack-cache
ports:
- "6379:6379"
Expand Down
165 changes: 76 additions & 89 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"@8hobbies/eslint-conf-baseline": "6.0.0",
"@prisma/client": "6.11.1",
"@types/eslint": "9.6.1",
"@types/node": "22.16.0",
"eslint": "9.30.1",
"@types/node": "22.16.3",
"eslint": "9.31.0",
"globals": "16.3.0",
"prettier": "3.6.2",
"prisma": "6.11.1",
"tsx": "4.20.3",
"typescript": "5.8.3",
"typescript-eslint": "8.35.1",
"typescript-eslint": "8.36.0",
"vitest": "3.2.4"
}
}
Loading
Loading