Skip to content

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

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 6, 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
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ jobs:
continue-on-error: true

- name: Upload Trivy fs scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3.29.1
uses: github/codeql-action/upload-sarif@v3.29.2
with:
category: "trivy-fs"
sarif_file: "fs.sarif"

- name: Upload Trivy image scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3.29.1
uses: github/codeql-action/upload-sarif@v3.29.2
with:
category: "trivy-image"
sarif_file: "image.sarif"
168 changes: 84 additions & 84 deletions package-lock.json

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

8 changes: 4 additions & 4 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.10.1",
"@types/eslint": "9.6.1",
"@types/node": "22.15.32",
"eslint": "9.29.0",
"@types/node": "22.15.34",
"eslint": "9.30.0",
"globals": "16.2.0",
"prettier": "3.5.3",
"prettier": "3.6.2",
"prisma": "6.10.1",
"tsx": "4.20.3",
"typescript": "5.8.3",
"typescript-eslint": "8.34.1",
"typescript-eslint": "8.35.0",
"vitest": "3.2.4"
}
}
2 changes: 1 addition & 1 deletion packages/api-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY --from=root packages/common/ /common
RUN npm install -g npm && npm ci && npm run build && rm dist/*.tsbuildinfo

# Production image --------------
FROM docker.io/node:22.16.0-bookworm-slim@sha256:048ed02c5fd52e86fda6fbd2f6a76cf0d4492fd6c6fee9e2c463ed5108da0e34 AS runner
FROM docker.io/node:22.17.0-bookworm-slim@sha256:b2fa526a10dad3c5ab4b3779eca81607ed05a96160ef5497c36cd4ebed68803d AS runner
WORKDIR /app

LABEL org.opencontainers.image.authors="8 Hobbies, LLC"
Expand Down
Loading