chore(web): restore and upgrade @vercel/node with scoped security overrides

Agent-Logs-Url: https://github.com/abhigyanpatwari/GitNexus/sessions/f0556187-7bb2-4778-844b-6469d0643105

Co-authored-by: magyargergo <11230420+magyargergo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-19 06:37:48 +00:00 committed by GitHub
parent 0869c2db55
commit 45d28575d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1267 additions and 32 deletions

File diff suppressed because it is too large Load diff

View file

@ -64,6 +64,7 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@vercel/node": "^5.8.2",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "^4.1.5",
"jsdom": "^29.1.1",
@ -72,5 +73,18 @@
"vite": "^8.0.11",
"vitest": "^4.1.5",
"wait-on": "^9.0.5"
},
"overrides": {
"@vercel/static-config": {
"ajv": "8.18.0"
},
"@vercel/node": {
"path-to-regexp": "6.3.0",
"undici": "6.24.0"
},
"@vercel/python-analysis": {
"minimatch": "10.2.3",
"smol-toml": "1.6.1"
}
}
}