mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
11a67703d1
- cryptography 46.0.3 → 46.0.5 (high: subgroup attack on SECT curves) - pillow 11.3.0 → 12.1.1 (high: OOB write loading PSD images) - pydantic-ai 0.7.2 → 1.64.0 (high: SSRF in URL download handling) - rollup 4.53.3 → 4.59.0 (high: arbitrary file write via path traversal) - werkzeug 3.1.5 → 3.1.6 (medium: safe_join Windows device names) - flask 3.1.2 → 3.1.3 (low: session Vary Cookie header) - go-git 5.16.4 → 5.16.5 (medium: .idx/.pack integrity check bypass) - circl 1.6.1 → 1.6.3 (low: secp384r1 CombinedMult miscalculation) - xz 0.5.12 → 0.5.15 (medium: memory leak decoding corrupted LZMA)
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "file-enrichment-frontend",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-tooltip": "^1.1.8",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"graphql-ws": "^6.0.0",
|
|
"jszip": "^3.10.1",
|
|
"lucide-react": "^0.263.1",
|
|
"papaparse": "^5.5.2",
|
|
"patch-package": "^8.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router-dom": "^7.1.1",
|
|
"react-syntax-highlighter": "^16.1.0",
|
|
"react-virtualized-auto-sizer": "^1.0.25",
|
|
"react-window": "^1.8.11",
|
|
"recharts": "^2.10.4",
|
|
"remark-gfm": "^4.0.0",
|
|
"sql.js": "^1.12.0",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"overrides": {
|
|
"lodash": ">=4.17.23",
|
|
"rollup": ">=4.59.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.0",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.17",
|
|
"postcss": "^8.4.33",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^6.3.4"
|
|
}
|
|
}
|