Skip to content

Commit d2230c2

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

File tree

5 files changed

+57
-58
lines changed

5 files changed

+57
-58
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.0

package.json

Lines changed: 5 additions & 5 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.0",
2727
"pino-http": "10.5.0",
2828
"swagger-ui-express": "5.0.1",
2929
"zod": "3.25.76"
@@ -38,7 +38,7 @@
3838
"pino-pretty": "13.1.1",
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.0"
6363
}

pnpm-lock.yaml

Lines changed: 49 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)