forked from cartsnitch/cartsnitch
fix(ci): unblock dev PR #271 CI
- Remove .mcp.json (scope creep, unrelated to CAR-1078) - Bump vitest to ^4.1.8 (fixes GHSA-5xrq-8626-4rwp critical) - Run npm audit fix for non-breaking vulns - Pin actions/checkout and actions/setup-node to commit SHAs in .gitea/workflows/ci.yml to force a clean cache fetch on the act runner (workaround for corrupted /root/.cache/act cache) Refs CAR-1162, CAR-1122, CAR-1078
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@
|
||||
"typescript-eslint": "^8.56.1",
|
||||
"vite": "^6.4.2",
|
||||
"vite-plugin-pwa": "^0.21.2",
|
||||
"vitest": "^3.2.4"
|
||||
"vitest": "^4.1.8"
|
||||
},
|
||||
"overrides": {
|
||||
"@rollup/pluginutils": "5.3.0",
|
||||
|
||||
Reference in New Issue
Block a user