From b45861090d6ad1a679d681855fec1b2886be28e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 00:58:06 +0000 Subject: [PATCH] fix(deps): update non-major-updates --- .github/workflows/docker-build.yml | 6 ++--- .github/workflows/e2e-tests-split.yml | 12 +++++----- .github/workflows/nightly-build.yml | 6 ++--- .github/workflows/security-pr.yml | 2 +- .github/workflows/security-weekly-rebuild.yml | 2 +- Dockerfile | 2 +- frontend/package-lock.json | 18 +++++++------- frontend/package.json | 24 +++++++++---------- package-lock.json | 6 ++--- package.json | 6 ++--- 10 files changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 6fdf9bb3..57a222dd 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -133,7 +133,7 @@ jobs: - name: Log in to GitHub Container Registry if: steps.skip.outputs.skip_build != 'true' - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ${{ env.GHCR_REGISTRY }} username: ${{ github.actor }} @@ -141,7 +141,7 @@ jobs: - name: Log in to Docker Hub if: steps.skip.outputs.skip_build != 'true' && env.HAS_DOCKERHUB_TOKEN == 'true' - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: docker.io username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -663,7 +663,7 @@ jobs: echo "image_ref=${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}:${PR_TAG}" >> "$GITHUB_OUTPUT" - name: Log in to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ${{ env.GHCR_REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/e2e-tests-split.yml b/.github/workflows/e2e-tests-split.yml index a93a469f..2abde834 100644 --- a/.github/workflows/e2e-tests-split.yml +++ b/.github/workflows/e2e-tests-split.yml @@ -233,7 +233,7 @@ jobs: - name: Log in to Docker Hub if: needs.build.outputs.image_source == 'registry' - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ${{ env.DOCKERHUB_REGISTRY }} username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -435,7 +435,7 @@ jobs: - name: Log in to Docker Hub if: needs.build.outputs.image_source == 'registry' - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ${{ env.DOCKERHUB_REGISTRY }} username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -645,7 +645,7 @@ jobs: - name: Log in to Docker Hub if: needs.build.outputs.image_source == 'registry' - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ${{ env.DOCKERHUB_REGISTRY }} username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -899,7 +899,7 @@ jobs: - name: Log in to Docker Hub if: needs.build.outputs.image_source == 'registry' - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ${{ env.DOCKERHUB_REGISTRY }} username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -1136,7 +1136,7 @@ jobs: - name: Log in to Docker Hub if: needs.build.outputs.image_source == 'registry' - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ${{ env.DOCKERHUB_REGISTRY }} username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -1381,7 +1381,7 @@ jobs: - name: Log in to Docker Hub if: needs.build.outputs.image_source == 'registry' - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ${{ env.DOCKERHUB_REGISTRY }} username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 010318e1..326c1ed1 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -181,7 +181,7 @@ jobs: echo "image=${ALPINE_IMAGE_REF}" >> "$GITHUB_OUTPUT" - name: Log in to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ${{ env.GHCR_REGISTRY }} username: ${{ github.actor }} @@ -189,7 +189,7 @@ jobs: - name: Log in to Docker Hub if: env.HAS_DOCKERHUB_TOKEN == 'true' - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: docker.io username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -378,7 +378,7 @@ jobs: run: echo "IMAGE_NAME_LC=${IMAGE_NAME,,}" >> "$GITHUB_ENV" - name: Log in to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ${{ env.GHCR_REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/security-pr.yml b/.github/workflows/security-pr.yml index 205b4385..5f149138 100644 --- a/.github/workflows/security-pr.yml +++ b/.github/workflows/security-pr.yml @@ -388,7 +388,7 @@ jobs: - name: Upload Trivy SARIF to GitHub Security if: always() && steps.trivy-sarif-check.outputs.exists == 'true' # github/codeql-action v4 - uses: github/codeql-action/upload-sarif@a899987af240c0578ed84ce13c02319a693e168f + uses: github/codeql-action/upload-sarif@34950e1b113b30df4edee1a6d3a605242df0c40b with: sarif_file: 'trivy-binary-results.sarif' category: ${{ steps.pr-info.outputs.is_push == 'true' && format('security-scan-{0}', github.event_name == 'workflow_run' && github.event.workflow_run.head_branch || github.ref_name) || format('security-scan-pr-{0}', steps.pr-info.outputs.pr_number) }} diff --git a/.github/workflows/security-weekly-rebuild.yml b/.github/workflows/security-weekly-rebuild.yml index 40da4333..77c54678 100644 --- a/.github/workflows/security-weekly-rebuild.yml +++ b/.github/workflows/security-weekly-rebuild.yml @@ -64,7 +64,7 @@ jobs: echo "Base image digest: $DIGEST" - name: Log in to Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/Dockerfile b/Dockerfile index d9e9c781..9651e531 100644 --- a/Dockerfile +++ b/Dockerfile @@ -364,7 +364,7 @@ RUN go get github.com/expr-lang/expr@v${EXPR_LANG_VERSION} && \ # Fix available at v1.79.3. Pin here so the CrowdSec binary is patched immediately; # remove once CrowdSec ships a release built with grpc >= v1.79.3. # renovate: datasource=go depName=google.golang.org/grpc - go get google.golang.org/grpc@v1.79.3 && \ + go get google.golang.org/grpc@v1.80.0 && \ go mod tidy # Fix compatibility issues with expr-lang v1.17.7 diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 49ccdc2c..99b68cb1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,20 +14,20 @@ "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-tooltip": "^1.2.8", - "@tanstack/react-query": "^5.95.2", + "@tanstack/react-query": "^5.96.2", "axios": "1.14.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "i18next": "^26.0.2", + "i18next": "^26.0.3", "i18next-browser-languagedetector": "^8.2.1", "lucide-react": "^1.7.0", "react": "^19.2.4", "react-dom": "^19.2.4", - "react-hook-form": "^7.72.0", + "react-hook-form": "^7.72.1", "react-hot-toast": "^2.6.0", "react-i18next": "^16.6.6", - "react-router-dom": "^7.13.2", + "react-router-dom": "^7.14.0", "recharts": "^3.8.1", "tailwind-merge": "^3.5.0", "tldts": "^7.0.27" @@ -37,13 +37,13 @@ "@eslint/js": "^10.0.0", "@eslint/json": "^1.2.0", "@eslint/markdown": "^8.0.1", - "@playwright/test": "^1.58.2", + "@playwright/test": "^1.59.1", "@tailwindcss/postcss": "^4.2.2", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/eslint-plugin-jsx-a11y": "^6.10.1", - "@types/node": "^25.5.0", + "@types/node": "^25.5.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^8.58.0", @@ -52,10 +52,10 @@ "@vitejs/plugin-react": "^6.0.1", "@vitest/coverage-istanbul": "^4.1.2", "@vitest/coverage-v8": "^4.1.2", - "@vitest/eslint-plugin": "^1.6.13", + "@vitest/eslint-plugin": "^1.6.14", "@vitest/ui": "^4.1.2", "autoprefixer": "^10.4.27", - "eslint": "^10.1.0", + "eslint": "^10.2.0", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import-x": "^4.16.2", "eslint-plugin-jsx-a11y": "^6.10.2", @@ -70,7 +70,7 @@ "eslint-plugin-unicorn": "^64.0.0", "eslint-plugin-unused-imports": "^4.4.1", "jsdom": "29.0.1", - "knip": "^6.1.0", + "knip": "^6.3.0", "postcss": "^8.5.8", "tailwindcss": "^4.2.2", "typescript": "^6.0.2", diff --git a/frontend/package.json b/frontend/package.json index 949c9ed2..0e0d1e9f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,20 +33,20 @@ "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-tooltip": "^1.2.8", - "@tanstack/react-query": "^5.95.2", + "@tanstack/react-query": "^5.96.2", "axios": "1.14.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "i18next": "^26.0.2", + "i18next": "^26.0.3", "i18next-browser-languagedetector": "^8.2.1", "lucide-react": "^1.7.0", "react": "^19.2.4", "react-dom": "^19.2.4", - "react-hook-form": "^7.72.0", + "react-hook-form": "^7.72.1", "react-hot-toast": "^2.6.0", "react-i18next": "^16.6.6", - "react-router-dom": "^7.13.2", + "react-router-dom": "^7.14.0", "recharts": "^3.8.1", "tailwind-merge": "^3.5.0", "tldts": "^7.0.27" @@ -56,13 +56,13 @@ "@eslint/js": "^10.0.0", "@eslint/json": "^1.2.0", "@eslint/markdown": "^8.0.1", - "@playwright/test": "^1.58.2", + "@playwright/test": "^1.59.1", "@tailwindcss/postcss": "^4.2.2", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/eslint-plugin-jsx-a11y": "^6.10.1", - "@types/node": "^25.5.0", + "@types/node": "^25.5.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^8.58.0", @@ -71,10 +71,10 @@ "@vitejs/plugin-react": "^6.0.1", "@vitest/coverage-istanbul": "^4.1.2", "@vitest/coverage-v8": "^4.1.2", - "@vitest/eslint-plugin": "^1.6.13", + "@vitest/eslint-plugin": "^1.6.14", "@vitest/ui": "^4.1.2", "autoprefixer": "^10.4.27", - "eslint": "^10.1.0", + "eslint": "^10.2.0", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import-x": "^4.16.2", "eslint-plugin-jsx-a11y": "^6.10.2", @@ -89,7 +89,7 @@ "eslint-plugin-unicorn": "^64.0.0", "eslint-plugin-unused-imports": "^4.4.1", "jsdom": "29.0.1", - "knip": "^6.1.0", + "knip": "^6.3.0", "postcss": "^8.5.8", "tailwindcss": "^4.2.2", "typescript": "^6.0.2", @@ -101,13 +101,13 @@ "overrides": { "typescript": "^6.0.2", "eslint-plugin-react-hooks": { - "eslint": "^10.1.0" + "eslint": "^10.2.0" }, "eslint-plugin-jsx-a11y": { - "eslint": "^10.1.0" + "eslint": "^10.2.0" }, "eslint-plugin-promise": { - "eslint": "^10.1.0" + "eslint": "^10.2.0" }, "@vitejs/plugin-react": { "vite": "8.0.3" diff --git a/package-lock.json b/package-lock.json index 4829cf5d..ea1243e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,10 +11,10 @@ }, "devDependencies": { "@bgotink/playwright-coverage": "^0.3.2", - "@playwright/test": "^1.58.2", + "@playwright/test": "^1.59.1", "@types/eslint-plugin-jsx-a11y": "^6.10.1", - "@types/node": "^25.5.0", - "dotenv": "^17.3.1", + "@types/node": "^25.5.2", + "dotenv": "^17.4.0", "markdownlint-cli2": "^0.22.0", "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2", diff --git a/package.json b/package.json index 9a3d7d6b..667f17b1 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ "devDependencies": { "@types/eslint-plugin-jsx-a11y": "^6.10.1", "@bgotink/playwright-coverage": "^0.3.2", - "@playwright/test": "^1.58.2", - "@types/node": "^25.5.0", - "dotenv": "^17.3.1", + "@playwright/test": "^1.59.1", + "@types/node": "^25.5.2", + "dotenv": "^17.4.0", "markdownlint-cli2": "^0.22.0", "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2",