Skip to content

Commit f795eab

Browse files
⬆️ Update all non-major dependencies (#482)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 823e915 commit f795eab

File tree

4 files changed

+42
-42
lines changed

4 files changed

+42
-42
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4
26+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2727
with:
2828
path: |
2929
${{ env.STORE_PATH }}

.github/workflows/ci.yml

Lines changed: 6 additions & 6 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
41+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4242
- uses: ./.github/actions/setup-pnpm
4343
- run: pnpm test
4444

@@ -50,7 +50,7 @@ jobs:
5050
contents: read
5151
packages: write
5252
steps:
53-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
53+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5454
with:
5555
fetch-depth: 0 # Fetch all history for proper versioning
5656
# Set up Docker Buildx
@@ -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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
101+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
102102

103103
- name: Generate CI Summary
104104
run: |

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"express-rate-limit": "8.0.1",
2424
"helmet": "8.1.0",
2525
"http-status-codes": "2.3.0",
26-
"pino": "9.7.0",
26+
"pino": "9.9.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.3",
41+
"tsx": "4.20.4",
4242
"typescript": "5.9.2",
4343
"vite-tsconfig-paths": "5.1.4",
4444
"vitest": "3.2.4"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)