Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ jobs:
# Install Cosign for keyless signing
- name: Install Cosign
if: env.TRIGGER_EVENT != 'pull_request' && steps.skip.outputs.skip_build != 'true' && steps.skip.outputs.is_feature_push != 'true'
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2

# Sign GHCR image with keyless signing (Sigstore/Fulcio)
- name: Sign GHCR Image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ jobs:

# Install Cosign for keyless signing
- name: Install Cosign
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2

# Sign GHCR image with keyless signing (Sigstore/Fulcio)
- name: Sign GHCR Image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
# renovate: datasource=github-releases depName=golangci/golangci-lint
version: v2.12.1
version: v2.12.2
working-directory: backend
args: --timeout=5m
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ RUN go get github.com/expr-lang/expr@v${EXPR_LANG_VERSION} && \
go get github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs@v1.73.0 && \
go get github.com/aws/aws-sdk-go-v2/service/kinesis@v1.43.7 && \
# renovate: datasource=go depName=github.com/aws/aws-sdk-go-v2/service/s3
go get github.com/aws/aws-sdk-go-v2/service/s3@v1.100.1 && \
go get github.com/aws/aws-sdk-go-v2/service/s3@v1.101.0 && \
# CVE-2026-32952: go-ntlmssp DoS via malicious NTLM challenge response
# Affects /usr/local/bin/cscli (transitive dependency). Fix available at v0.1.1.
# renovate: datasource=go depName=github.com/Azure/go-ntlmssp
Expand Down
204 changes: 97 additions & 107 deletions frontend/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"i18next": "^26.0.9",
"i18next": "^26.0.10",
"i18next-browser-languagedetector": "^8.2.1",
"lucide-react": "^1.14.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-hook-form": "^7.75.0",
"react-hot-toast": "^2.6.0",
"react-i18next": "^17.0.6",
"react-i18next": "^17.0.7",
"react-router-dom": "^7.15.0",
"recharts": "^3.8.1",
"tailwind-merge": "^3.5.0",
Expand Down Expand Up @@ -89,12 +89,12 @@
"eslint-plugin-unicorn": "^64.0.0",
"eslint-plugin-unused-imports": "^4.4.1",
"jsdom": "29.1.1",
"knip": "^6.11.0",
"knip": "^6.12.0",
"postcss": "^8.5.14",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.10",
"vite": "^8.0.11",
"vitest": "^4.1.5",
"zod-validation-error": "^5.0.0"
},
Expand All @@ -110,7 +110,7 @@
"eslint": "^10.3.0"
},
"@vitejs/plugin-react": {
"vite": "8.0.10"
"vite": "8.0.11"
}
}
}
156 changes: 78 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading