Skip to content

Commit adc14eb

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

File tree

5 files changed

+417
-152
lines changed

5 files changed

+417
-152
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
name: Setup and Install
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
13+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1414
- name: Setup pnpm
1515
uses: ./.github/actions/setup-pnpm
1616

1717
quality:
1818
name: Code Quality
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
21+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222
- uses: biomejs/setup-biome@454fa0d884737805f48d7dc236c1761a0ac3cc13 # v2
2323
with:
2424
version: latest
@@ -29,7 +29,7 @@ jobs:
2929
needs: setup
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
32+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3333
- uses: ./.github/actions/setup-pnpm
3434
- run: pnpm build
3535

@@ -38,7 +38,7 @@ jobs:
3838
needs: setup
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
41+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4242
- uses: ./.github/actions/setup-pnpm
4343
- run: pnpm test
4444

@@ -50,23 +50,23 @@ jobs:
5050
contents: read
5151
packages: write
5252
steps:
53-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
53+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5454
with:
5555
fetch-depth: 0 # Fetch all history for proper versioning
5656
# Set up Docker Buildx
5757
- name: Set up Docker Buildx
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 }}
6565
password: ${{ secrets.GITHUB_TOKEN }}
6666
# Generate Docker metadata (tags, labels)
6767
- name: Docker metadata
6868
id: meta
69-
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
69+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
7070
with:
7171
images: ghcr.io/${{ github.repository }}
7272
tags: |
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: ubuntu-latest
9999
if: always() # Run even if previous jobs fail
100100
steps:
101-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
101+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
102102

103103
- name: Generate CI Summary
104104
run: |

.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.24.0

package.json

Lines changed: 8 additions & 8 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",
22-
"express": "5.1.0",
23-
"express-rate-limit": "8.0.1",
21+
"dotenv": "17.2.3",
22+
"express": "5.2.1",
23+
"express-rate-limit": "8.2.1",
2424
"helmet": "8.1.0",
2525
"http-status-codes": "2.3.0",
26-
"pino": "9.9.0",
26+
"pino": "9.14.0",
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.3",
3939
"supertest": "7.1.4",
40-
"tsup": "8.5.0",
41-
"tsx": "4.20.4",
40+
"tsup": "8.5.1",
41+
"tsx": "4.21.0",
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.24.0"
6363
}

0 commit comments

Comments
 (0)