Skip to content
Merged
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/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
persist-credentials: false

- name: Initialize CodeQL
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
queries: security-and-quality

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
persist-credentials: false

- name: Set up pnpm
uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8

- name: Use Node.js 25.x ⚙️
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
persist-credentials: false

- name: Run zizmor
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/pnpm/pnpm:11.2.1 AS install-deps
FROM ghcr.io/pnpm/pnpm:11.2.2 AS install-deps

WORKDIR /app
COPY package.json ./
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"dependencies": {
"@orama/orama": "^3.1.18",
"@tanstack/react-router": "1.170.3",
"@tanstack/react-router": "1.170.5",
"@tanstack/react-router-devtools": "1.167.0",
"@tanstack/react-start": "1.168.5",
"@tanstack/start-static-server-functions": "1.167.3",
"@tanstack/react-start": "1.168.7",
"@tanstack/start-static-server-functions": "1.167.5",
"clsx": "^2.1.1",
"fumadocs-core": "16.8.11",
"fumadocs-mdx": "15.0.5",
"fumadocs-ui": "16.8.11",
"fumadocs-core": "16.8.12",
"fumadocs-mdx": "15.0.7",
"fumadocs-ui": "16.8.12",
"lucide-react": "^1.16.0",
"lucide-static": "^1.16.0",
"motion": "^12.39.0",
Expand All @@ -39,9 +39,9 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"oxfmt": "^0.50.0",
"oxfmt": "^0.51.0",
"oxlint": "^1.65.0",
"oxlint-tsgolint": "^0.22.1",
"oxlint-tsgolint": "^0.23.0",
"tailwindcss": "^4.2.1",
"typescript": "^6.0.3"
},
Expand Down
Loading