Skip to content

Commit 77511b0

Browse files
authored
Merge pull request #881 from Wikid82/renovate/feature/beta-release-non-major-updates
fix(deps): update non-major-updates (feature/beta-release)
2 parents 246b83c + a7e4e12 commit 77511b0

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/security-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385
- name: Upload Trivy SARIF to GitHub Security
386386
if: always() && steps.trivy-sarif-check.outputs.exists == 'true'
387387
# github/codeql-action v4
388-
uses: github/codeql-action/upload-sarif@72c0b0efb7def5141326c5e13760acdda431379d
388+
uses: github/codeql-action/upload-sarif@eedab83377f873ae39009d167a89b7a5aab4638b
389389
with:
390390
sarif_file: 'trivy-binary-results.sarif'
391391
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) }}

frontend/package-lock.json

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

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
"class-variance-authority": "^0.7.1",
3939
"clsx": "^2.1.1",
4040
"date-fns": "^4.1.0",
41-
"i18next": "^25.10.5",
41+
"i18next": "^25.10.8",
4242
"i18next-browser-languagedetector": "^8.2.1",
4343
"lucide-react": "^1.0.1",
4444
"react": "^19.2.4",
4545
"react-dom": "^19.2.4",
4646
"react-hook-form": "^7.72.0",
4747
"react-hot-toast": "^2.6.0",
48-
"react-i18next": "^16.6.2",
48+
"react-i18next": "^16.6.5",
4949
"react-router-dom": "^7.13.2",
5050
"tailwind-merge": "^3.5.0",
5151
"tldts": "^7.0.27"
@@ -84,7 +84,7 @@
8484
"eslint-plugin-react-refresh": "^0.5.2",
8585
"eslint-plugin-security": "^4.0.0",
8686
"eslint-plugin-sonarjs": "^4.0.2",
87-
"eslint-plugin-testing-library": "^7.16.1",
87+
"eslint-plugin-testing-library": "^7.16.2",
8888
"eslint-plugin-unicorn": "^63.0.0",
8989
"eslint-plugin-unused-imports": "^4.4.1",
9090
"jsdom": "29.0.1",

0 commit comments

Comments
 (0)