Skip to content

Commit 72bfca2

Browse files
fix(deps): update non-major-updates
1 parent 9e71dd2 commit 72bfca2

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/security-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- name: Download PR image artifact
175175
if: steps.check-artifact.outputs.artifact_exists == 'true'
176176
# actions/download-artifact v4.1.8
177-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
177+
uses: actions/download-artifact@ac21fcf45e0aaee541c0f7030558bdad38d77d6c
178178
with:
179179
name: ${{ steps.pr-info.outputs.is_push == 'true' && 'push-image' || format('pr-image-{0}', steps.pr-info.outputs.pr_number) }}
180180
run-id: ${{ steps.check-artifact.outputs.run_id }}
@@ -280,7 +280,7 @@ jobs:
280280
- name: Upload Trivy SARIF to GitHub Security
281281
if: steps.check-artifact.outputs.artifact_exists == 'true' || github.event_name == 'push' || github.event_name == 'pull_request'
282282
# github/codeql-action v4
283-
uses: github/codeql-action/upload-sarif@a754a57c217e908c249c8e54a503b2c84076ba6f
283+
uses: github/codeql-action/upload-sarif@cb4e075f119f8bccbc942d49655b2cd4dc6e615a
284284
with:
285285
sarif_file: 'trivy-binary-results.sarif'
286286
category: ${{ steps.pr-info.outputs.is_push == 'true' && format('security-scan-{0}', github.event.workflow_run.head_branch) || format('security-scan-pr-{0}', steps.pr-info.outputs.pr_number) }}

frontend/package-lock.json

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

frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"react-hook-form": "^7.71.2",
4747
"react-hot-toast": "^2.6.0",
4848
"react-i18next": "^16.5.4",
49-
"react-router-dom": "^7.13.0",
49+
"react-router-dom": "^7.13.1",
5050
"tailwind-merge": "^3.5.0",
5151
"tldts": "^7.0.23"
5252
},
@@ -60,22 +60,22 @@
6060
"@types/node": "^25.3.0",
6161
"@types/react": "^19.2.14",
6262
"@types/react-dom": "^19.2.3",
63-
"@typescript-eslint/eslint-plugin": "^8.56.0",
64-
"@typescript-eslint/parser": "^8.56.0",
63+
"@typescript-eslint/eslint-plugin": "^8.56.1",
64+
"@typescript-eslint/parser": "^8.56.1",
6565
"@vitejs/plugin-react": "^5.1.4",
6666
"@vitest/coverage-istanbul": "^4.0.18",
6767
"@vitest/coverage-v8": "^4.0.18",
6868
"@vitest/ui": "^4.0.18",
6969
"autoprefixer": "^10.4.24",
7070
"eslint": "^9.39.3 <10.0.0",
7171
"eslint-plugin-react-hooks": "^7.0.1",
72-
"eslint-plugin-react-refresh": "^0.5.1",
72+
"eslint-plugin-react-refresh": "^0.5.2",
7373
"jsdom": "28.1.0",
7474
"knip": "^5.85.0",
7575
"postcss": "^8.5.6",
7676
"tailwindcss": "^4.2.1",
7777
"typescript": "^5.9.3",
78-
"typescript-eslint": "^8.56.0",
78+
"typescript-eslint": "^8.56.1",
7979
"vite": "^7.3.1",
8080
"vitest": "^4.0.18"
8181
}

0 commit comments

Comments
 (0)