Skip to content
Open
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/actions/setup-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
echo "node=$NODE_VERSION" >> $GITHUB_OUTPUT

- name: Setup pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
with:
version: ${{ steps.versions.outputs.pnpm }}

Expand All @@ -23,7 +23,7 @@ runs:
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV

- name: Restore pnpm cache
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
path: |
${{ env.STORE_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
# Login to GitHub Container Registry
- name: Login to GitHub Container Registry
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 23.11.1
pnpm 10.14.0
pnpm 10.20.0
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"dependencies": {
"@asteasolutions/zod-to-openapi": "7.3.4",
"cors": "2.8.5",
"dotenv": "17.2.1",
"dotenv": "17.2.3",
"express": "5.1.0",
"express-rate-limit": "8.0.1",
"express-rate-limit": "8.2.0",
"helmet": "8.1.0",
"http-status-codes": "2.3.0",
"pino": "9.9.0",
"pino": "9.14.0",
"pino-http": "10.5.0",
"swagger-ui-express": "5.0.1",
"zod": "3.25.76"
Expand All @@ -35,10 +35,10 @@
"@types/supertest": "6.0.3",
"@types/swagger-ui-express": "4.1.8",
"@vitest/coverage-v8": "3.2.4",
"pino-pretty": "13.1.1",
"pino-pretty": "13.1.2",
"supertest": "7.1.4",
"tsup": "8.5.0",
"tsx": "4.20.4",
"tsx": "4.20.6",
"typescript": "5.9.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.4"
Expand All @@ -59,5 +59,5 @@
"splitting": false,
"skipNodeModulesBundle": true
},
"packageManager": "pnpm@10.14.0"
"packageManager": "pnpm@10.20.0"
}
Loading
Loading