Skip to content

Commit 8d64716

Browse files
⬆️ Update all non-major dependencies
1 parent f795eab commit 8d64716

File tree

5 files changed

+64
-65
lines changed

5 files changed

+64
-65
lines changed

.github/actions/setup-pnpm/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
echo "node=$NODE_VERSION" >> $GITHUB_OUTPUT
1515
1616
- name: Setup pnpm
17-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
17+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
1818
with:
1919
version: ${{ steps.versions.outputs.pnpm }}
2020

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

2525
- name: Restore pnpm cache
26-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
26+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2727
with:
2828
path: |
2929
${{ env.STORE_PATH }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
5959
# Login to GitHub Container Registry
6060
- name: Login to GitHub Container Registry
61-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
61+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
6262
with:
6363
registry: ghcr.io
6464
username: ${{ github.actor }}

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
nodejs 23.11.1
2-
pnpm 10.14.0
2+
pnpm 10.18.3

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"dependencies": {
1919
"@asteasolutions/zod-to-openapi": "7.3.4",
2020
"cors": "2.8.5",
21-
"dotenv": "17.2.1",
21+
"dotenv": "17.2.3",
2222
"express": "5.1.0",
23-
"express-rate-limit": "8.0.1",
23+
"express-rate-limit": "8.1.0",
2424
"helmet": "8.1.0",
2525
"http-status-codes": "2.3.0",
26-
"pino": "9.9.0",
26+
"pino": "9.13.1",
2727
"pino-http": "10.5.0",
2828
"swagger-ui-express": "5.0.1",
2929
"zod": "3.25.76"
@@ -35,10 +35,10 @@
3535
"@types/supertest": "6.0.3",
3636
"@types/swagger-ui-express": "4.1.8",
3737
"@vitest/coverage-v8": "3.2.4",
38-
"pino-pretty": "13.1.1",
38+
"pino-pretty": "13.1.2",
3939
"supertest": "7.1.4",
4040
"tsup": "8.5.0",
41-
"tsx": "4.20.4",
41+
"tsx": "4.20.6",
4242
"typescript": "5.9.2",
4343
"vite-tsconfig-paths": "5.1.4",
4444
"vitest": "3.2.4"
@@ -59,5 +59,5 @@
5959
"splitting": false,
6060
"skipNodeModulesBundle": true
6161
},
62-
"packageManager": "pnpm@10.14.0"
62+
"packageManager": "pnpm@10.18.3"
6363
}

0 commit comments

Comments
 (0)