1 Commits

Author SHA1 Message Date
Renovate Bot
0c8a5b4e09 chore(deps): update actions/upload-artifact action to v7.0.1
All checks were successful
CI / backend-tests (pull_request) Successful in 30s
CI / frontend-tests (pull_request) Successful in 31s
2026-04-24 20:01:51 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ jobs:
E2E_API_URL: http://192.168.1.10:8100
- name: Upload Playwright report
if: failure()
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: playwright-report
path: frontend/playwright-report/

View File

@@ -36,7 +36,7 @@
"oxfmt": "0.41.0",
"oxlint": "1.56.0",
"tailwindcss": "4.2.2",
"typescript": "6.0.3",
"typescript": "5.9.3",
"vite": "8.0.1",
"vitest": "4.1.0"
}
@@ -4828,9 +4828,9 @@
"license": "0BSD"
},
"node_modules/typescript": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View File

@@ -44,7 +44,7 @@
"oxfmt": "0.41.0",
"oxlint": "1.56.0",
"tailwindcss": "4.2.2",
"typescript": "6.0.3",
"typescript": "5.9.3",
"vite": "8.0.1",
"vitest": "4.1.0"
}