diff --git a/.github/workflows/security-pr.yml b/.github/workflows/security-pr.yml index 12f33d3f..9d846de2 100644 --- a/.github/workflows/security-pr.yml +++ b/.github/workflows/security-pr.yml @@ -240,7 +240,7 @@ jobs: - name: Download PR image artifact if: github.event_name == 'workflow_run' || github.event_name == 'workflow_dispatch' # actions/download-artifact v4.1.8 - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@e6d03f67377d4412c7aa56a8e2e4988e6ec479dd with: name: ${{ steps.check-artifact.outputs.artifact_name }} run-id: ${{ steps.check-artifact.outputs.run_id }} @@ -385,7 +385,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@5cb13d6ab8fe2074c40917e54a74e3d63b9927b4 + uses: github/codeql-action/upload-sarif@997acaf7eb44f6d92b5a44be95fd65d9276fee37 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/backend/go.mod b/backend/go.mod index df7b4fe2..be19ceb1 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -18,7 +18,7 @@ require ( github.com/stretchr/testify v1.11.1 golang.org/x/crypto v0.48.0 golang.org/x/net v0.51.0 - golang.org/x/text v0.34.0 + golang.org/x/text v0.35.0 golang.org/x/time v0.15.0 gopkg.in/natefinch/lumberjack.v2 v2.2.1 gorm.io/driver/sqlite v1.6.0 diff --git a/backend/go.sum b/backend/go.sum index 54bca191..34e63b8a 100644 --- a/backend/go.sum +++ b/backend/go.sum @@ -215,6 +215,8 @@ golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo= golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= golang.org/x/text v0.34.0 h1:oL/Qq0Kdaqxa1KbNeMKwQq0reLCCaFtqu2eNuSeNHbk= golang.org/x/text v0.34.0/go.mod h1:homfLqTYRFyVYemLBFl5GgL/DWEiH5wcsQ5gSh1yziA= +golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8= +golang.org/x/text v0.35.0/go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA= golang.org/x/time v0.15.0 h1:bbrp8t3bGUeFOx08pvsMYRTCVSMk89u4tKbNOZbp88U= golang.org/x/time v0.15.0/go.mod h1:Y4YMaQmXwGQZoFaVFk4YpCt4FLQMYKZe9oeV/f4MSno= golang.org/x/tools v0.42.0 h1:uNgphsn75Tdz5Ji2q36v/nsFSfR/9BRFvqhGBaJGd5k= diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 278e071e..7966dad2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,14 +20,14 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "i18next": "^25.8.17", + "i18next": "^25.8.18", "i18next-browser-languagedetector": "^8.2.1", "lucide-react": "^0.577.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-hook-form": "^7.71.2", "react-hot-toast": "^2.6.0", - "react-i18next": "^16.5.6", + "react-i18next": "^16.5.8", "react-router-dom": "^7.13.1", "tailwind-merge": "^3.5.0", "tldts": "^7.0.25" @@ -7078,9 +7078,9 @@ } }, "node_modules/i18next": { - "version": "25.8.17", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.8.17.tgz", - "integrity": "sha512-vWtCttyn5bpOK4hWbRAe1ZXkA+Yzcn2OcACT+WJavtfGMcxzkfvXTLMeOU8MUhRmAySKjU4VVuKlo0sSGeBokA==", + "version": "25.8.18", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.8.18.tgz", + "integrity": "sha512-lzY5X83BiL5AP77+9DydbrqkQHFN9hUzWGjqjLpPcp5ZOzuu1aSoKaU3xbBLSjWx9dAzW431y+d+aogxOZaKRA==", "funding": [ { "type": "individual", @@ -9792,9 +9792,9 @@ } }, "node_modules/react-i18next": { - "version": "16.5.6", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.6.tgz", - "integrity": "sha512-Ua7V2/efA88ido7KyK51fb8Ki8M/sRfW8LR/rZ/9ZKr2luhuTI7kwYZN5agT1rWG7aYm5G0RYE/6JR8KJoCMDw==", + "version": "16.5.8", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.8.tgz", + "integrity": "sha512-2ABeHHlakxVY+LSirD+OiERxFL6+zip0PaHo979bgwzeHg27Sqc82xxXWIrSFmfWX0ZkrvXMHwhsi/NGUf5VQg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.4", diff --git a/frontend/package.json b/frontend/package.json index 9f45ed9e..bc03558c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,14 +39,14 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "i18next": "^25.8.17", + "i18next": "^25.8.18", "i18next-browser-languagedetector": "^8.2.1", "lucide-react": "^0.577.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-hook-form": "^7.71.2", "react-hot-toast": "^2.6.0", - "react-i18next": "^16.5.6", + "react-i18next": "^16.5.8", "react-router-dom": "^7.13.1", "tailwind-merge": "^3.5.0", "tldts": "^7.0.25"